-
Jun 16th, 2006, 12:23 PM
#1
Multiple Quartz Schedulers
I would like to declare two Quartz schedulers in my application context (one with a RAMJobStore and the other with a JDBCJobStore).
But it appears that only one scheduler (the one that appears the first in the xml file) is taken into account by the application context.
Is it a known bug?
I am using spring 1.2.8
Christophe
-
Jun 16th, 2006, 12:36 PM
#2
Please ignore.
Adding <property name="schedulerName" value="RAMScheduler"/> and the
application context did the tricks.
Christophe
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules