[jboss-user] [Management, JMX/JBoss] - Re: startup class hangs

mohali do-not-reply at jboss.com
Mon Jul 23 16:40:48 EDT 2007


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



More information about the jboss-user mailing list