cancelled ejb timers persist in data/timer-service-data
-------------------------------------------------------
Key: WFLY-4799
URL:
https://issues.jboss.org/browse/WFLY-4799
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 9.0.0.CR2
Environment: linux 4.0.4-303.fc22.x86_64, java jdk1.8.0_45 and
wildfly-9.0.0.CR2
Reporter: John Whitley
Assignee: jaikiran pai
Labels: jboss
Fix For: 9.0.0.Final, 10.0.0.Alpha4
Attachments: timertest.tgz
I have a Singleton bean which creates a ejb.timer on deployment. Before doing so it
cancels any existing timers previously created by the bean for completeness.
In wildfly 8 the cancelled timers were removed from
data/timer-service-data/'bean'. In wildfly 9 CR2, they stay in
data/timer-service-data/'bean' and appear to be re-instated on re-deployment