[jboss-user] [Beginners Corner] - Re: ServiveMBean StartUp sequence

ewade do-not-reply at jboss.com
Wed Jan 3 16:31:41 EST 2007


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#3997715

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



More information about the jboss-user mailing list