Search:

Type: Posts; User: prakash32; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    911

    try this

    public class QuartzLauncher implements org.quartz.Job {

    private Job job;

    private JobLauncher jobLauncher;


    public void execute(JobExecutionContext context)
    throws...
  2. Replies
    2
    Views
    668

    hi ticino ,thanks for your reply, I've set...

    hi ticino ,thanks for your reply,

    I've set property for pool size in scheduler factory bean,
    <property name="quartzProperties">
    <props>
    <prop...
  3. Replies
    2
    Views
    668

    How to run one job at a time

    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...
  4. Dynamic file name for FlatFileItemReader

    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
    - ...
Results 1 to 4 of 4