JobFactory « Job « Spring Q&A





1. Custom Quartz JobFactory implementation not being picked up    forum.springsource.org

Custom Quartz JobFactory implementation not being picked up I have an application built on Spring and using Quartz in production. The version of Spring in production is 2.0 RC1 and Quartz ...

2. How do you get the Quartz JobFactory from HttpServletRequest?    forum.springsource.org

I want to create Quartz jobs, and put them in the JDBC JobStore, from a Servlet doGet(). But I can't seem to get the Factory Class from the ServletContext, or HttpServletRequest. ...