This content has been marked as final.
Show 1 reply
-
1. Re: Timer Service bug
zboris May 4, 2005 12:01 AM (in response to holtak)yes, very likely you have the same problem described in jira.
the simple solution though can be if you do not care about transactions - just switch them off (set the trans-attribute in your ejb-jar.xml to NotSupported) for the methods which are setting timers on and off.