This repository was archived by the owner on Oct 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Former-commit-id: 15633521e62dc1f997c3d632f014f1dd6596a4e1
- Loading branch information
saksass
committed
Jul 26, 2010
1 parent
8de665f
commit 1ea51a5
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<html> | ||
<body> | ||
<h1>BDA Properties Validation Report</h1> | ||
<table border="1"> | ||
<tr bgcolor="99CCFF"> | ||
<td>Property</td> | ||
<td>Rule</td> | ||
<td>Value</td> | ||
<td>Failure Mesage</td> | ||
<tr> | ||
<td>jboss.server.jndi.port</td> | ||
<td>jboss.server.jndi.port-port</td> | ||
<td>fail</td> | ||
<td>jboss.server.jndi.port did not pass validation. jboss.server.jndi.port must be empty or between 0 and 65535. Sample valid value - "30200".</td> | ||
</tr> | ||
<tr> | ||
<td>jboss.server.name</td> | ||
<td>jboss.server.name-syntax</td> | ||
<td>fa il</td> | ||
<td>jboss.server.name did not pass validation. jboss.server.name must be null or have a value and not contain spaces, forward slashes (/) or back slashes (\). Sample valid value - "default".</td> | ||
</tr> | ||
<tr> | ||
<td>jboss.server.port</td> | ||
<td>jboss.server.port-port</td> | ||
<td>70000</td> | ||
<td>jboss.server.port did not pass validation. jboss.server.port must be empty or between 0 and 65535. Sample valid value - "30210".</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |