Thanks. I should have first looked there before posting. Anyhow I got this working by adding the dependency (shown below) on the ejb module that has the EJB called by the startup class. <server> | | <mbean code="com.ngc.aces.common.business.MyStartupService" | name="aces:service=MyStartupService"> | | <depends>jboss.j2ee:module=systemEJB.jar,service=EJB3</depends> | </mbean> | | </server> |
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066812#4066812 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4066812 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
