[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Dependency problem with Scheduler

amedina do-not-reply at jboss.com
Mon Sep 1 07:34:17 EDT 2008


Ok I have found a working solution for this issue. It is possible to define the scheduler service inside the ear-file.

just put the following jboss-app.xml together with the scheduler-service.xml inside the META-INF directory of your .ear


  | <jboss-app>  
  | 	<module> 
  | 		<service>META-INF/scheduler-service.xml</service>
  | 	</module>
  | </jboss-app> 
  | 

this works without defining any dependencies in the scheduler-service.xml mbean configuration. 

However, for me it's still a brainteaser why my first approach didn't work...

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

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



More information about the jboss-user mailing list