schedular « Job « Spring Q&A





1. Problem with schedular job    forum.springsource.org

Problem with schedular job I have set up a job using org.springframework.scheduling.quartz.MethodInvoki ngJobDetailFactoryBean. The job does the following processing 1. read the table 2. update the record 3. send notifications when ...

2. getPreviousFireTime() question quartz schedular    forum.springsource.org

Hi, My quartz shceduler class extends CronTriggerBean. In the class, I invoke the method getPreviousFireTime() (which is define in the CronTrigger). Instead of getting the previous fire time I am getting ...

3. Problem in job schedular    forum.springsource.org

Problem in job schedular Hi, I have a file in a dir, while processing it is continously taking the same file into consideration as i have set the timer to 5 ...