michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
249 stars 203 forks source link

ClassCastException during DailyTimeIntervalTrigger deserialization #28

Closed chrismyang closed 11 years ago

chrismyang commented 11 years ago

In DailyTimeIntervalTriggerPersistenceHelper, TRIGGER_REPEAT_INTERVAL_UNIT is serialized to a string but deserialized as an Integer.

Furthermore, the the interval unit is set on the repeat count property of the trigger, which seems suspicious at best.

michaelklishin commented 11 years ago

Fixed by #30.