Hi,
We are using quartz but have a different persistence system for our Job Store, and in fact have written a new Job Store for Quartz. This Job Store needs access to the Application Context to find its peers.
The problem is that the quartz scheduler loads the job store (via its own configuration), and hides it within the scheduler. i.e. there is no access to the job store singleton.
Is there a way that a singleton (i.e. our job store) that is not managed by the spring container can find the Application Context ?
Best Rgds, Peter Haig


Reply With Quote