Re: [JBoss-user] MBean start up code throwing Transaction exception

2003-02-18 Thread David Jencks
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

[JBoss-user] MBean start up code throwing Transaction exception

2003-02-18 Thread Jonathan . O'Connor
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