Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    279

    Asynchrone Thread and synchronization

    Hello,

    I want to synchronize the parent thread with the asynchronious threads that i created as following :

    @Autowired
    private TaskExecutor asyncTaskExecutorPain008;

    @Override
    public...
  2. Replies
    0
    Views
    263

    jobParametersExtractor

    Can anyone give me an example how can i use jobParametersExtractor to pass parameters between 2 jobs :

    <batch:step id="pain008Step">
    <batch:job ref="filePain008Job"...
  3. Replies
    0
    Views
    186

    nested job and listener

    Hello,

    I am trying to nested multijob and add some listeners like this :

    <batch:job id="parentJOB">

    <batch:step id="firstStep">
    <batch:job ref="firstJOB"/>
    <batch:next...
Results 1 to 3 of 3