[jboss-user] [Management, JMX/JBoss] - Re: Jmx classloader issue

pedwards do-not-reply at jboss.com
Thu Sep 6 22:19:22 EDT 2007


Solved. The issue isn't with jboss. Its with spring. I'm using spring to expose my beans. And for some reason the classloader isn't exposed to the jmx. The solutions was to add:

<property name="exposeManagedResourceClassLoader" value=true"> to the  MBeanExporter. The full explaination is here:

http://opensource.atlassian.com/projects/spring/browse/SPR-1395

Hope this helps someone else
P.

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

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



More information about the jboss-user mailing list