Thanks ... I'll give it a try ... you never stop learning ;)
Chris
Wolfgang Koppenberger wrote:
You can specify the dependencies in your jboss-service.xml
<mbean code="at.activ8.MyMBean" name="at.activ8.elements.startup:service=MyMBean"> <depends>jboss.j2ee:service=EJB,jndiName=at.activ8.MyEJB</depends> <depends>...</depends> </mbean>
lg wolfgang
----- Original Message ----- From: "Christofer Dutz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 08, 2004 11:41 PM
Subject: [JBoss-user] Specify MBean dependencies
Hi,
I am having a small problem. I created a MBean which uses some EJBs. I found out how to specify which other MBeans my MBean depends on, but how can I delay the start of my MBean until all needed EJBs are deployed.
Chris
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=ick _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
