[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Services with EJB dependency do not start up

tina99 do-not-reply at jboss.com
Fri Jan 18 11:18:09 EST 2008


ups, there is copy & paste error in my previous post. the mbean declaration is:


<mbean code="org.jboss.varia.scheduler.Scheduler" name="de.dis.set:service=RemoveUnused">
  |         <attribute name="StartAtStartup">true</attribute>
  |         <attribute name="SchedulableClass">de.dis.service.DeleteUnusedPicsSchedule</attribute>
  |         <attribute name="InitialStartDate">NOW</attribute>
  |         <attribute name="SchedulePeriod">6000000</attribute>
  |         <attribute name="InitialRepetitions">-1</attribute>
  |         <depends>jboss.j2ee:service=EJB,plugin=pool,jndiName=ImportManager</depends>
  |     </mbean>   

Tina

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121342#4121342

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121342



More information about the jboss-user mailing list