Closed
Description
Manuel Dominguez Sarmiento opened SPR-8741 and commented
MethodInvokingJobDetailFactoryBean attempts to instantiate JobDetailBean which is no longer compatible with Quartz 2.x
Also, CronTriggerBean is not compatible either. Although Quartz 2.x's native CronTriggerImpl largely replaces most functionality that CronTriggerBean offers, it would still be useful, since it allows referencing jobDetails by references instead of explicit job detail names/groups. Otherwise, classic declarative XML configuration needs to be overhauled and gets uglier.
Issue Links:
- Support Quartz 2.0.x [SPR-8275] #12923 Support Quartz 2.0.x