0 Replies Latest reply on Dec 18, 2013 4:59 AM by georgesg

    Jboss 4.3 Jmx-Console How to view EntityLockMonitor Statistics

    georgesg

      We are using the below jboss AS version

       

      Version

      Version: 4.3.0.GA_CP10_EAP (build: SVNTag=JBPAPP_4_3_0_GA_CP10 date=201107201825)

      Version Name: EAP

      Built on: July 20 2011


      We are using EntityBean 2.1 in our project. We want to view the Bean Lock monitoring statistics through jmx-console. We have enabled the Bean monitoring by uncommenting the below configuration in the conf/jboss-service.xml


      <!-- Uncomment to enable JMX monitoring of the entity bean locking-->

         <mbean code="org.jboss.monitor.EntityLockMonitor"

                name="jboss.monitor:name=EntityLockMonitor"/>

       

      How to view the EntityLockMonitor statistics using jmx-console portal ? I am unable to find any relevant documentation on how to view the statistics through jmx-console. All the recommendations only say about how to enable in jboss configuration and not how to view it in jmx-console. Please advise.