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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...