Discussion:
[jboss-user] [EJB3] - Re: EJBTimerService remove persistent timers trouble
jaikiran pai
2012-01-23 09:04:53 UTC
Permalink
jaikiran pai [https://community.jboss.org/people/jaikiran] created the discussion

"Re: EJBTimerService remove persistent timers trouble"

To view the discussion, visit: https://community.jboss.org/message/648119#648119

--------------------------------------------------------------
You can delete the JBOSS_HOME/server/<servername>/data folder on your development machine.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/648119#648119]

Start a new discussion in EJB3 at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]
francesco pezzati
2013-05-09 11:07:52 UTC
Permalink
francesco pezzati [https://community.jboss.org/people/fpezzati] created the discussion

"Re: EJBTimerService remove persistent timers trouble"

To view the discussion, visit: https://community.jboss.org/message/816968#816968

--------------------------------------------------------------
Hello,

I'm using JBoss 7.1.1.Final and I ran into the same trouble, I got a @Singleton @Startup annotated class with a @Schedule annotated method. This class was once deployed without persistence=false attribute and now I got old scheduled task being executed. I removed the @schedule class's jar file from JBOSS_HOME/standalone/deployment I delete JBOSS_HOME/standalone/data and JBOSS_HOME/standalone/tmp but I can't get rid off about previous timers, as I redeploy the jar old tasks are executed. Any ideas?

TIA
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/816968#816968]

Start a new discussion in EJB3 at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]
Loading...