1 Reply Latest reply on Jun 12, 2008 4:38 PM by artd

    Enable EJB Instrumentation..

    raags

      Hi, I'm trying to monitor the EJBs that are deployed in JBoss 4.2 GA and I'm using JMX console.

      Even after a successful call to the EJB, the statistics doesn't seem to change.

      InvokeStats org.jboss.ejb3.statistics.InvocationStatistics R MBean Attribute.
      AvailableCount int R 30 MBean Attribute.
      MaxSize int R 30 MBean Attribute.
      StateString java.lang.String R Started MBean Attribute.
      State int R 3 MBean Attribute.
      CurrentSize int R 0 MBean Attribute.
      CreateCount int R 0 MBean Attribute.
      RemoveCount int R 0 MBean Attribute.
      Name java.lang.String R StatelessDelegateWrapper MBean Attribute

      Is there a special flag for enabling this?