This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Deploying a scheduled classearniedyke Apr 4, 2006 1:33 PM (in response to earniedyke)Oops! Forgot about the tags. 
 schedule-manager-service.xml<mbean code="org.jboss.varia.scheduler.ScheduleManager" name="jboss:service=ScheduleManager"> <attribute name="StartAtStartup">true</attribute> </mbean> 
 schedule-service.xml<mbean code="org.jboss.varia.scheduler.Scheduler" name=":service=RIMSTransactionProcessorScheduler"> <attribute name="StartAtStartup">true</attribute> <attribute name="SchedulableClass">com.vrs.enterpriseintegrator.fwk.ScheduledRIMSTransactionProcessor</attribute> <attribute name="InitialStartDate">NOW</attribute> <attribute name="SchedulePeriod">10000</attribute> <attribute name="InitialRepetitions">-1</attribute> <depends>jboss.j2ee:service=EjbModule,module=EnterpriseIntegrator.jar</depends> </mbean> <! 
