Issue Details (XML | Word | Printable)

Key: QRTZNET-91
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Marko Lahma
Reporter: Marko Lahma
Votes: 0
Watchers: 0
Operations

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

JobSchedulingDataProcessor does not handle job listeners from XML correctly

Created: 14/Feb/08 04:31 AM   Updated: 30/Aug/08 06:59 AM
Component/s: Core
Affects Version/s: None
Fix Version/s: 1.0 RC 3

Issue Links:
Duplicate
 


 Description  « Hide
Currently it seems that no listeners can be added as there's an exception about the null name.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Marko Lahma added a comment - 16/Feb/08 03:14 AM
JobSchedulingDataProcess now tries to set property Name with reflection using the name read from XML configuration.

Marko Lahma added a comment - 17/Aug/08 05:07 AM
The job-listener-ref element is still not handled correctly