Questions tagged as 'quartz-scheduler'

0
answers

Quartz cronSchedule to rotate with interval greater than one hour

I'm wanting to do a quartz cronSchedule like this cronSchedule("0 0/5 * 1/1 * ? *") but it is around every 5 minute example    7:05, 7:10, 7:15, ... and so on What I'm needing is so    7:05, 8:10, 9:15, ... and so on (one hou...
asked by 17.11.2017 / 09:32
0
answers

Quartz Spring Test JUnit

How do you use a Job that is Clustering in Spring? Spring 4.3 Quartz 2.2.3 Job declaration example @PersistJobDataAfterExecution @DisallowConcurrentExecution public class SysEncryptEmailSendSystemJob implements Job{ .. @Override...
asked by 06.03.2018 / 23:24
0
answers

Run a Job with Quartz and Spring

I need to run a job, I'm using quartz, but when the job runs I need to go to the database to make a query but it does not work, it returns the following error, I'm using Spring and Hibernate: 11:16:00.007 ERROR org.quartz.core.JobRunShell: Job...
asked by 13.08.2018 / 16:27