Tomcat « Job « Spring Q&A





1. NullPointerException With Quartz & Spring    stackoverflow.com

I'm using the Spring Quartz integration, and every time I try to shut down Tomcat, the Quartz processes fail to shut down. This is the stack trace:

Exception in thread "org.springframework.scheduling.quartz.SchedulerFactoryBean#0_QuartzSchedulerThread" ...

2. Spring 3.0 Scheduled tasks and tomcat have incorrect timings    forum.springsource.org

Spring 3.0 Scheduled tasks and tomcat have incorrect timings I'm trying to run a scheduled task every 10 minutes using the spring scheduler, but when I deploy to tomcat it seems ...