[jboss-user] [Management, JMX/JBoss] - Re: Listing all EJBs through JMX

PeterJ do-not-reply at jboss.com
Thu Dec 21 12:28:47 EST 2006


The listing you got was of all the JAR files containing EJBs. If you want all of the EJBs themselves, try:

twiddle query "*:j2eeType=StatefulSessionBean,*"

and

twiddle query "*:j2eeType=StatelessSessionBean,*"

Usually, it is easiest to use the jmx-console to view the mbeans, and from there decide what to pass to twiddle (or to use in your code when accessing jmx via the api).

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995675#3995675

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995675



More information about the jboss-user mailing list