1 Reply Latest reply on Dec 19, 2009 4:31 AM by jaikiran

    Missing MBeans for EJB/Servlet in JBoss AS 5.1.0

      Hi there,

       

      In older version JBoss AS, we used to see mbeans for EJB 2.0 and Servlet classes. The corresponding mbean names are like:

      for EJB2.0: jboss.management.local:J2EEServer=local,j2eeType=bean-type,J2EEApplication=ear-file,EJBModule=jar-file,name=ejb-name

      for Servlet: jboss.web:j2eeType=Servlet,J2EEserver=none,J2EEApplication=xxx,WebModule=//hostname/xxx,name=XXX

       

      These mbeans contain the interesting stats information of EJB/Servlet. But surprisingly, in JBoss AS 5.1.0, these mbeans disappeared! At least I could find them from JBoss's JMX-console. Does anybody know what happened to these mbeans? And where can we find similar information as these mbeans?

       

      In JBoss AS 5.1.0, I found mbean for EJB3.0 like: jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3 by StatelessDelegateWrapperMBean which has attributes of:

      InvokeStats, AvailableCount, MaxSize, CurrentSize, CreateCount, RemoveCount. Is this the right mbean to monitor EJB3.0's stats?

       

      Thanks in advance!