[jboss-jira] [JBoss JIRA] Commented: (JBAS-8764) Expired interval timers re-expire on restart
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Wed Dec 22 01:39:41 EST 2010
[ https://issues.jboss.org/browse/JBAS-8764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571893#comment-12571893 ]
jaikiran pai commented on JBAS-8764:
------------------------------------
AS6 uses a completely different implementation of TimerService for EJB3 beans. So JBPAPP-4681 doesn't apply to EJB3 timerservice in AS6. However, I am not too sure whether it affects EJB2.x deployments in AS6. Probably it does, but haven't given it a try.
> Expired interval timers re-expire on restart
> --------------------------------------------
>
> Key: JBAS-8764
> URL: https://issues.jboss.org/browse/JBAS-8764
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: System service
> Affects Versions: JBossAS-5.1.0.GA
> Reporter: Shaun Appleton
> Assignee: Brad Maxwell
> Priority: Blocker
> Fix For: 6.0.0.Final
>
> Attachments: EJBTimerServiceImpl.java, EJBTimerServiceImpl.java, ExampleTimerBean.java, JBPAPP-4681.patch, timerlogger.pdf
>
>
> If you restart JBoss after an interval timer has expired it re-expires. This means the timer is, in effect, called every timer the server is restarted.
> The spec [section 18.4.2] states what should happen between a server crash and a restart - "Any interval timers that have expired during the intervening time must cause the timeout callback method to be invoked at least once upon restart."
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list