Issue Details (XML | Word | Printable)

Key: QRTZNET-142
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Marko Lahma
Reporter: Todd Palmer
Votes: 0
Watchers: 0
Operations

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

Xml Configuration support for Trigger Listeners

Created: 18/Dec/08 06:00 AM   Updated: 09/Jan/09 06:29 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.0.1, 1.2

File Attachments: 1. Text File XmlTriggerListener.patch (38 kB)


Flags: Patch


 Description  « Hide
The Xml configuration schema does not allow you to create and configure trigger listeners.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Todd Palmer added a comment - 18/Dec/08 06:02 AM
Patch to add support for adding and configuring trigger listeners in an XML configuration file.

 * Support was done by adding to the schema even though it's the same as a job listener. It would probably have been better to change job
listener to just listener and reuse the code and type, but this is backwards compatible
 * Tried to follow the existing code w/o changing or refactoring.

Marko Lahma added a comment - 23/Dec/08 02:01 PM
Thanks for the excellent patch! Now committed to trunk.

Marko Lahma added a comment - 09/Jan/09 06:29 AM
Added support also for the 1.0.1 release