Add a link in JNDI from "jmx/invoker/RMIAdaptor" to "jmx/rmi/RMIAdaptor" by adding the following to the jmx-rmi-adaptor.sar/META-INF/jboss-service.xml:
<mbean code="org.jboss.naming.NamingAlias"
name="jboss.jmx:alias=jmx/rmi/RMIAdaptor">
<attribute name="FromName">jmx/invoker/RMIAdaptor</attribute>
<attribute name="ToName">jmx/rmi/RMIAdaptor</attribute>
</mbean>-- xxxxxxxxxxxxxxxxxxxxxxxx Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx
Nicholas wrote:
I noticed that after swapping out jmx-invoker-adaptor-server.sar for jmx-rmi-adaptor.sar, the web console is having trouble deploying. I am assuming they are related, but its a bit nebulous:
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
