[jboss-user] [Management, JMX/JBoss] - Re: EHCACHE Mbean on Jboss
FrankTheTank
do-not-reply at jboss.com
Wed Feb 27 03:36:46 EST 2008
I walked into that one twice as well.
It is there, you just cannot see it.
If you use the ManagementFactory.getPlatformMBeanServer() method it will return something like your own private domain.
Use this call instead:
| MBeanServerFactory.findMBeanServer(null).get(0);
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132397#4132397
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132397
More information about the jboss-user
mailing list