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 _______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user