For this reasong I have a new method in my ejb, which can be called upon startup. private void emergencyAbortAllTimers() { | Collection<Timer> allTimers = timerService.getTimers(); | for (Timer timerX : allTimers) { | timerX.cancel(); | } | } Hope this helps; -nat
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951114#3951114 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951114 _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user