I now have the answer. It took a while to figure this one out as the documentation is a
bit thin. You need the @Depends annotation. It can be applied to your MBean class. The
syntax is a bit obscure, but it should look something like:
anonymous wrote :
@Depends({"jboss.j2ee:ear=yourapp.ear,jar=yourapp.jar,name=yourbean,service=EJB3"})
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997715#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...