In head you could depend on the DeploymentInfo of the package that
contained the ejbs.
I think in 3.0 there is an EJBModule mbean representing the set of ejbs in
the ejb-jar.xml file. Try depending on it too.
I'm not sure but I think that with cmp2 and cmr the ejbs may not be fully
usable until
Hi,
Here's a strange bug. I have some MBean code that does our system
initialisation for us. On startup of JBoss (Version 3.0.5), it gets a
TransactionRolledBackLocalException.
However, if I redeploy our EAR, then it runs with no problems. I guess
that I need to add another dependency. But what