[
http://jira.jboss.com/jira/browse/EJBTHREE-998?page=comments#action_12367285 ]
Carlo de Wolf commented on EJBTHREE-998:
----------------------------------------
@Resource SessionContext ctx;
...
for(Timer timer : ctx.getTimerService().getTimers())
{
if(timer.getInfo().equals(myTimerInfo))
timer.cancel();
}
enable removal of EJB3 Timers
-----------------------------
Key: EJBTHREE-998
URL:
http://jira.jboss.com/jira/browse/EJBTHREE-998
Project: EJB 3.0
Issue Type: Feature Request
Affects Versions: AS 4.2.0 GA
Reporter: William DeCoste
Assigned To: William DeCoste
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira