Hi, I worked on Quartz Scheduler integration during Devoxx and got headaches.
On one side using composites as jobs for a volatile scheduler is working nicely but on the other side writing a JobStore that use a Qi4j EntityStore is a tedious task. In Quartz the only interesting implementation is in JobStoreSupport (http://www.docjar.com/html/api/org/quartz/impl/jdbcjobstore/JobStoreSupport.java.html). It's a _big_ class, mixing SQL concepts, denormalized schema of the Quartz database and business rules. IMNSHO a big ball of mud. The only implementation that could give us some light is the terracota one but sadly it's not opensource. Should I push the volatile version for now ? /Paul _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

