Re: [JBoss-user] Dependency between an EJB jar and a data source

2003-06-12 Thread Jos Visser
And, as it goes, the only road to enlightenment is self-enlightenment :-) Further study showed that the container-configuration 's in standardjboss.xml (and elsewhere?) can contain a element to denote a dependency between the container and another JMX MBean... ++Jos On Tue, Jun 03, 2003 at 03:1

[JBoss-user] Dependency between an EJB jar and a data source

2003-06-03 Thread Jos Visser
Hi, In my app I have a MySQL datasource (blabla-ds.xml) and an EJB jar (blabla-1.0.0.jar). The beans use the data source, and therefore I must ensure that the data source works before the beans get deployed. There are deployment scenarios (especially when using cluster farming) where this is not d