TimerServiceTimerService.getTimers() returns not only the associated
timer entries for the current Bean
-------------------------------------------------------------------------------------------------------
Key: WFLY-5221
URL:
https://issues.jboss.org/browse/WFLY-5221
Project: WildFly
Issue Type: Bug
Reporter: Wolf-Dieter Fink
Assignee: Stuart Douglas
Priority: Blocker
Fix For: 10.0.0.CR1
According to the spec [1] the getTimers() method must only return timers associated to
the current EJB.
This is a huge issue if timers are cancled by this collection as it will remove all
timers!
[1]
https://docs.oracle.com/javaee/6/api/javax/ejb/TimerService.html#getTimer...