Hi Michael, can you tell me what I have to change in properties file to get quartz working with mysql for example. I see the seam.quartz.properties in CVS but it's not obvious for me what I have to do.
org.quartz.scheduler.instanceName Sched1 | org.quartz.scheduler.instanceId 1 | org.quartz.scheduler.rmi.export false | org.quartz.scheduler.rmi.proxy false | | org.quartz.threadPool.class org.quartz.simpl.SimpleThreadPool | org.quartz.threadPool.threadCount 3 | | org.quartz.jobStore.class org.quartz.simpl.RAMJobStore | Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080846#4080846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080846 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
