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

Fix for null pointer on new startup with empty job collection #10

Closed jwicks closed 11 years ago

jwicks commented 11 years ago

Small fix to return null when job doesn't yet exist (per interface). Fixes null pointer when getting jobClass from null dbObject below. Experienced this on fresh startup with empty job collection