]
Dimitris Andreadis reassigned JBAS-4892:
----------------------------------------
Assignee: Dimitris Andreadis
WebService ignores java.rmi.server.codebase system property
-----------------------------------------------------------
Key: JBAS-4892
URL:
http://jira.jboss.com/jira/browse/JBAS-4892
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: JBossAS-4.2.0.GA, JBossAS-4.2.1.GA, JBossAS-4.2.2.GA
Reporter: Takayoshi Kimura
Assigned To: Dimitris Andreadis
Fix For: JBossAS-5.0.0.Beta3, JBossAS-4.2.3.GA
server/src/main/org/jboss/web/WebService.java
The trailing semicolon of if statement is a bug.
String codebase = getCodebase(); // This returns system property value
if (codebase == null); // HERE
{
codebase = "http://" + getHost() + ":" + getPort() +
"/";
System.setProperty("java.rmi.server.codebase", codebase);
}
log.info("Using RMI server codebase: " + codebase);
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: