[seam-issues] [JBoss JIRA] Assigned: (JBSEAM-2353) Quartz asynchronous events shceduled to fire while the server is not running are fired before seam is initialized when the server is next started.
Shane Bryzak (JIRA)
jira-events at lists.jboss.org
Tue Oct 26 19:41:54 EDT 2010
[ https://jira.jboss.org/browse/JBSEAM-2353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shane Bryzak reassigned JBSEAM-2353:
------------------------------------
Assignee: (was: Michael Yuan)
> Quartz asynchronous events shceduled to fire while the server is not running are fired before seam is initialized when the server is next started.
> --------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBSEAM-2353
> URL: https://jira.jboss.org/browse/JBSEAM-2353
> Project: Seam
> Issue Type: Bug
> Components: Async
> Affects Versions: 2.0.0.GA
> Environment: Jboss 4.2.2.GA; Quartz scheduler.
> Reporter: Yona Appletree
> Fix For: The future
>
>
> When the QuartzDispatcher is created, it causes any event scheduled to fire in the past to fire immediately (in a separate thread). Since QuartzDispatcher is marked @Startup, it may start before other components. If the handler of an event fired on startup relies on another component marked @Startup, it may not exist by the time the event is fired, and will therefore cause an error.
> I have a found a partial workaround for this issue, documented in the referenced forum thread.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list