
|
If you were logged in you would be able to see more operations.
|
|
|
|
Hi,
I got some NullReferenceException at quartz startup due to triggers that misfired and that had a cron expression so that CronExpression.GetTimeAfter(DateTime.Now) returns null. The null value was not handled correctly in CronTrigger and JobStoreSupport.
I made the corrections in CronTrigger.cs and JobStoreSupport.cs. How could I upload these files?
Julien
|
|
Description
|
Hi,
I got some NullReferenceException at quartz startup due to triggers that misfired and that had a cron expression so that CronExpression.GetTimeAfter(DateTime.Now) returns null. The null value was not handled correctly in CronTrigger and JobStoreSupport.
I made the corrections in CronTrigger.cs and JobStoreSupport.cs. How could I upload these files?
Julien |
Show » |
|