[jboss-user] [Management, JMX/JBoss] - Re: MBeanServerConnection & JRMPInvokerProxy problem

2009-02-17 Thread danezu
Got it, solved the issue. Was an OSGi problem, the shared packages thing. Works fine now. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210742#4210742 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210742

[jboss-user] [Management, JMX/JBoss] - MBeanServerConnection & JRMPInvokerProxy problem

2009-02-17 Thread danezu
Hi guys I'm new on this forum and i need you help pretty much I use JMX to connect to a JBoss 4.2.2 GA with JBossMQ as messaging system. I try to connect to the 'jmx/rmi/RMIAdaptor' using MBeanServerConnection, something like this: Properties props = new Properties(); props.put(Context.PROVIDER