Issue Details (XML | Word | Printable)

Key: QRTZNET-153
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Marko Lahma
Reporter: Lance Hobson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Quartz.NET

JobInitializationPlugin overwrite-existing-jobs parameter ignored

Created: 26/Feb/09 04:25 PM   Updated: 07/Mar/09 03:47 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.0.1, 1.2


 Description  « Hide
overwrite-existing-jobs parameter as set in the XML file when using the JobInitializationPlugin is ignored.

<quartz xmlns="http://quartznet.sourceforge.net/JobSchedulingData"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                               version="1.0"
                               overwrite-existing-jobs="true">

Regardless of the value set, the scheduler does not overwrite any existing jobs.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Marko Lahma added a comment - 07/Mar/09 03:47 PM
Thanks for reporting, it's a bug. Now fixed in trunk and maintenance.