[jboss-user] [Management, JMX/JBoss] - Re: Spring JMX issues in JBoss

martin_ulmschneider do-not-reply at jboss.com
Fri Jul 18 03:47:42 EDT 2008


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



More information about the jboss-user mailing list