Ilia Ternovykh [https://community.jboss.org/people/tillias] created the discussion
"EJBTimerService remove persistent timers trouble" To view the discussion, visit: https://community.jboss.org/message/648116#648116 -------------------------------------------------------------- Hi! I've deployed stateless bean that has one method marked with *@Schedule* annotation and have forgotten to add *persistent = false* inside annotation. Then I've redeployed this bean several times (during development). Now I've got multiple persistent timers running and all of them call method with @Schedule annotation. How can I clean all persistent timers? I've managed to invoke *clearTimers()* method of using jmx-console and *EJBTimerService* but this made no effect. Please advise. -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/648116#648116] Start a new discussion in EJB3 at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
