[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1839) Use HSQL to store Quartz jobs when deployed on JBoss AS

Michael Yuan (JIRA) jira-events at lists.jboss.org
Mon Oct 1 18:27:41 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-1839?page=comments#action_12379735 ] 
            
Michael Yuan commented on JBSEAM-1839:
--------------------------------------

There seems to be a Quartz issue since I encountered this exact error:

http://jira.opensymphony.com/browse/QUARTZ-609



> Use HSQL to store Quartz jobs when deployed on JBoss AS
> -------------------------------------------------------
>
>                 Key: JBSEAM-1839
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1839
>             Project: JBoss Seam
>          Issue Type: Feature Request
>            Reporter: Michael Yuan
>         Assigned To: Michael Yuan
>             Fix For: 2.0.1.GA
>
>
> Right now, Quartz jobs are stored "in-memory" and hence cannot be auto-started when the server reboots. The user can use persistence job stores by using a custom quartz property file. However, in JBoss AS, we should store jobs in the HSQL DB by default:
> * In the dispatcher component, we can have a "jboss=true" attribute
> * If this attribute is true, the QuartzDispatcher will setup Quartz tables for this particular app in the HSQL at startup, and then use the HSQL DB as persistent job store.
> This way, when the application deploys again, all the jobs for this application will be auto-started again.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list