Results 1 to 2 of 2

Thread: JobParametersIncrementer and iteration on job

Hybrid View

  1. #1

    Default JobParametersIncrementer and iteration on job

    Hello,

    I have create a Job "myJob" with incrementer.
    My batch is standalone.
    In order to launch my batch, i use this command:

    Code:
    org.springframework.batch.core.launch.support.CommandLineJobRunner myContext.xml myJob -next
    It's works. But i do only one loop on my job.

    How to iterate on job until a condition is false without to iterate on command line (because i use incrementer and i don't want to reload context)?
    Is it possible to repeat a job?

  2. #2

    Default

    Need really help please

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •