It worked. I would have thought this to be the defaul action of a job scheduler.
I had to add this to get it to work properly. | <attribute name="TimerName">jboss:service=Timer,name=CustomTimer</attribute> | <depends> | <mbean code="javax.management.timer.Timer" | name="jboss:service=Timer,name=CustomTimer"/> | </depends> | Thanks for the help Steve View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034030#4034030 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034030 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
