[jboss-user] [Management, JMX/JBoss] - Re: MBean operation works only after invoking operation from

gtjonesy do-not-reply at jboss.com
Thu Feb 21 00:40:31 EST 2008


I used a different method

MBeanServer server = MBeanServerLocator.locate();
  | 
  | Foo foo = (Foo) MBeanProxyExt.create(
  | 					Foo.class,
  | 					name,
  | 					server);
  | 			
  | return foo.operation();

which gave me a different error and I was able to track that down to multiple jars on the classpath.

- Greg


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

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



More information about the jboss-user mailing list