[jboss-cvs] jboss-seam/examples/quartz/resources ...
Michael Yuan
michael.yuan at jboss.com
Fri Aug 24 12:57:09 EDT 2007
User: myuan
Date: 07/08/24 12:57:09
Added: examples/quartz/resources seam.quartz.properties
Log:
Support seam.quartz.properties file for application-specific Quartz configuration for the QuartzDispatcher
Revision Changes Path
1.1 date: 2007/08/24 16:57:09; author: myuan; state: Exp;jboss-seam/examples/quartz/resources/seam.quartz.properties
Index: seam.quartz.properties
===================================================================
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
More information about the jboss-cvs-commits
mailing list