Search:

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

Search: Search took 0.04 seconds.

  1. Thanks a lot for your recommendation. :) But your...

    Thanks a lot for your recommendation. :) But your solution can't be fit to my requirement, because interface Job can't get step like SimpleJob.

    Our requirement is to get all steps in each job.
    ...
  2. How to get all Steps of each job from ClassPathXmlJobRegistry ???

    I get job from from ClassPathXmlJobRegistry and then I cast to SimpleJob as following code.



    JobRegistry jobRegistry = (ClassPathXmlJobRegistry) getBean("jobRegistry");
    Job job =...
  3. Multiple run CommandLineJobRunner is the Best Practice or Not?

    Is it the best practice to use CommandLineJobRunner with multiple run by change JobParameter which define incrementer in the Job ???

    Please see my implementation as below:
    1. Copy method register...
  4. Please use...

    Please use org.springframework.batch.core.launch.support.JobRegistryBackgroundJobRunner instead of CommandLineJobRunner.

    Example below:
    JobRegistryBackgroundJobRunner.main(new...
Results 1 to 4 of 4