public class QuartzLauncher implements org.quartz.Job {
private Job job;
private JobLauncher jobLauncher;
public void execute(JobExecutionContext context)
throws...
Type: Posts; User: prakash32; Keyword(s):
public class QuartzLauncher implements org.quartz.Job {
private Job job;
private JobLauncher jobLauncher;
public void execute(JobExecutionContext context)
throws...
hi ticino ,thanks for your reply,
I've set property for pool size in scheduler factory bean,
<property name="quartzProperties">
<props>
<prop...
Hi,
I am using spring batch with quartz and i scheduled my job using cron trigger to run for every 5 minutes.
Some times my job is taking 8 minutes to complete, in mean time new job is starting...
Hi ,
how to pass dynamic file name for FlatFileItemReader.
For every job files will create dynamically like the below mentioned pattern and i need to pass file name to reader
- ...