[jboss-user] [Management, JMX/JBoss] - Re: JBoss Mbean Dependencies - How to start scheduler servic

2006-08-04 Thread viy
Try to use jboss.j2ee:service=EARDeployment,url='EAR_FILE_NAME' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963111#3963111 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963111

[jboss-user] [Management, JMX/JBoss] - Re: JBoss Mbean Dependencies - How to start scheduler servic

2006-07-31 Thread jsimone
What is the format of depends tag? to make this work? I have tried endless variations using just the ear file name, EARDeployer service, EARDeployment service etc. Can't seem to make it work. Thanks, Joe View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: JBoss Mbean Dependencies - How to start scheduler servic

2006-07-14 Thread yantriki
add a depends clause to your jboss-service.xml file: server | mbean code=org.jboss.varia.scheduler.Scheduler name=:service=Scheduler | attribute name=StartAtStartuptrue/attribute | attribute name=SchedulableClasscom.acme.HelloWorld/attribute |