Hi,
i want to connect to my MBean from an eclipse plugin.
It worked from a simple test class that ran as a normal java application. but 
when i run it in an eclipse plugin it crashes.

the error message:
Unhandled event loop exception
Reason:
javax/management/MBeanServerConnection

InitialContext initialContext = new InitialContext(properties);
  | MBeanServerConnection server = (MBeanServerConnection) 
initialContext.lookup("jmx/rmi/RMIAdaptor");
  | 
if i make only the lookup there is no error. but when i cast the result of the 
lookup in a MBeanServerConnection the error occures.

please help

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883507#3883507

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883507


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to