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#4165254

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165254
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to