This is a problem I'm thinking about. Right now there is no way to have an ejb or an ejb module depend on any other mbeans. There is also no way at all to have anything wait for something to be bound into jndi. I was thinking that there might be a way to set up automatic dependencies for mbeans that bind into jndi, but this idea has not gone over too well with other developers.
you might be able to add another deploy directory for your application that would get scanned after the main deploy dir. david jencks On 2002.03.04 14:00:16 -0500 Alex Loubyansky wrote: > Hello, > > I use Jboss-3.0.0beta2. I have an ejb jar file with beans that access > datasource. When I start Jboss and after deploy my jar file everything > works > fine. But if my ejb jar file remains in the deployed directory, after > restart ejb jar is deployed earlier then datasource is bounded. Should I > use > some dependecies? I am not familiar with it. Sorry, if I it was already > been > discussed and I missed it. > > Thank you in advance, > > alex > > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
