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