Hi all,

I'm trying using a SchedulerFactoryBean in my application to help schedule quartz tasks. This seems great for adding tasks with pre-defined schedules (as the documentation shows), but how does one access the internal scheduler so as to be able to add tasks to it in the future?

My app creates jobs on the fly that are scheduled to execute in the future (and are persisted via JDBC in the interim). I can't seem to figure out how the scheduler is exposed (as a named bean would be the obvious way) for programmatic access, and that has me dead in the water for the time being.

Thanks much for any help,
Dolan Halbrook