[jboss-user] [EJB 3.0] - EJB3 Timer problem
simboss
do-not-reply at jboss.com
Fri Jun 1 10:32:34 EDT 2007
Hi list,
I am having some strange issue using ejb timers in my stateless session bean in jboss 4.0.5.
I use the timer to check/remove some objects from a db on time basis. Everything works fine as far as I don't stop the serve before the timer goes off. If I shut down the server and i restart it, the timers still go off as I would expect but if I try to cancel them I get this message:
16:11:22,953 ERROR [TimerImpl] Cannot register txtimer with Tx: [id=4,target=[target=jboss.j2ee:service=EJB3,ear=....
and the timer is not removed from the TIMERS tabel in defaultDS.
I am sure it is my fault, any hints or suggestions?
Thx,
Simone.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050514#4050514
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050514
More information about the jboss-user
mailing list