Results 1 to 2 of 2

Thread: Multiple Quartz Schedulers

  1. #1
    Join Date
    Aug 2004
    Location
    Montreal - Canada
    Posts
    46

    Default 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

  2. #2
    Join Date
    Aug 2004
    Location
    Montreal - Canada
    Posts
    46

    Default

    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
  •