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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...