[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can descriptor read system variable?
Kalimero
do-not-reply at jboss.com
Thu Aug 23 03:28:37 EDT 2007
Use dependencies on MBeans or EJBs, etc like this:
| <mbean code="MyMBean" name="myMBean:service=MyMBean">
| ..
| <depends>jboss.j2ee:service=EJB,jndiName=MyEJB</depends>
| ..
| <depends>myMBean:service=MyBean2</depends>
| </mbean>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077161#4077161
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077161
More information about the jboss-user
mailing list