[JBoss-user] [Management, JMX/JBoss] - Re: Calling remotely deployed MBean from local jboss server

2005-09-21 Thread achetan
Yes i am doing jndi lookup of RMIAdaptor on remote machine and trying to execute method. Is there any other way of invoking MBean method deployed on remote machine?? Please suggest. Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896204#3896204 Repl

[JBoss-user] [Management, JMX/JBoss] - Re: Calling remotely deployed MBean from local jboss server

2005-09-21 Thread darranl
The exact format of the bug reference is JBAS-1442 How are you invoking your bean? If you are retrieving the RMIAdapter from JNDI then the lookup will be obtaining the local one which means it will invoke the local MBean. View the original post : http://www.jboss.com/index.html?module=bb&op=v