This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Specifying dependencies between Scheduler MBean and Scheadrian.brock Nov 2, 2002 7:28 AM (in response to kellyschrock)Hi, 
 <depends optional-attribute-name="SchedulableMBean">my:jmx=mbeanname
 If you write it as an MBean rather than a class.
 Alternatively, name the class in
 the element.
 Or, change the deployment scanner in jboss-service.xml
 to the prefix version and change the names of the files
 to something like:
 10-mySchedulable.jar
 20-scheduler-service.xml
 The first option works the best, the others are mainly
 start-up orderings that aren't useful for a redeploy.
 Regards,
 Adrian
- 
        2. Re: Specifying dependencies between Scheduler MBean and Scheadrian.brock Nov 2, 2002 7:29 AM (in response to kellyschrock)Sorry that should read 
 Alternatively, name the class's jar in
 the element.
 
    