Why does MX4JSystemManager.startRMIAdapter(MBeanServer) call:

  System.setProperty( "java.naming.factory.initial", m_namingFactory );

rather than following the example set in the MX4J documentation:

  mbean.putJNDIProperty(Context.INITIAL_CONTEXT_FACTORY,
                        "com.sun.jndi.rmi.registry.RegistryContextFactory");

See:
http://cvs.apache.org/viewcvs.cgi/avalon-phoenix/src/java/org/apache/avalon/
phoenix/components/manager/MX4JSystemManager.java?rev=1.19.2.1&content-type=
text/vnd.viewcvs-markup

and: http://mx4j.sourceforge.net/docs/bk01ch03s16.html

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to