maybe you have more than one jmx server.
try using mbeanserverlocater from jboss.
<bean id="jmxExporter"
class="org.springframework.jmx.export.MBeanExporter"
lazy-init="false">
<bean class="org.jboss.mx.util.MBeanServerLocator"
factory-method="locateJBoss"/>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165254#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...