Hide Forgot
Date of First Response: 2009-09-24 22:13:59 project_key: SOA
Link: Added: This issue depends JBESB-2819
The JuddiRMIService previously initialised the JNDI properties when started, using the values within its configuration file. It should be possible to verify this no longer occurs by checking the properties through the jmx-console, the SystemProperties bean method showAll, and searching for the following properties. java.naming.factory.initial, java.naming.provider.url, java.naming.factory.url.pkgs. Their values should differ from the ones within the juddi configuration file.
added as resolved in 4.3.CP02: JBESB-2819 The JBoss application server's JNDI properties were being set by the JuddiRMIService. This had the side-effect of over-writing any optimizations made in the application server's configuration. JuddiRMIService no longer does this. The JNDI properties for jUDDI and the JBoss application server can be maintained independently.
From jmx-console java.naming.factory.initial org.jnp.interfaces.NamingContextFactory java.naming.factory.url.pkgs org.jboss.naming:org.jnp.interfaces java.naming.provider.url is no longer set.