0 Replies Latest reply on Aug 17, 2007 6:04 AM by ellis2323

    Quartz with jdbcStore

      Hi,

      I have successfully used Quartz with the default RAMJobStore but now i will use the JdbcStore to have a persistent JobStore.

      It doesn't work because of ClassLoader Problems :

      11:02:00,022 ERROR [JobStoreTX] Error retrieving job, setting trigger state to ERROR.
      org.quartz.JobPersistenceException: Couldn't retrieve job because a required class was not found: No ClassLoaders found for: org.jboss.seam.async.QuartzDispatcher$QuartzJob [See nested exception...

      Is there anybody which success to install quartz with jdbc ?

      Thx for advance