[jboss-user] [Management, JMX/JBoss] - Re: jboss sheduler issue

cpetru do-not-reply at jboss.com
Fri Oct 12 09:57:21 EDT 2007


OK. I found my problem:
2 files were to be added in META-INF
- scheduler-service.xml         having the tag 
 <mbean code="org.jboss.varia.scheduler.Scheduler" ...>
described above

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

And these 2 files must be added in eclipse packaging configuration page in the Project.ear node with the prefix  META-INF

Finally works for me: a message appears at 3 secconds in the console window.

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

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



More information about the jboss-user mailing list