Hi All,
We have batch use case like
Step1: Register the job once.
Step2: Launch the same job in different Threads with different job parameters. We have used promotion listener to reuse the value in different steps.
Now we got an issues like Thread 1 got Thead2's job parameter values.
we are using Spring Batch 2.1 version and JobRegistry is
The below JIRA is for the same problem what we have specified?Code:<bean id="jobRegistry" class="org.springframework.batch.core.configuration.support.MapJobRegistry" />
https://jira.springsource.org/browse...nel#issue-tabs
Can you please explain to fix the same?
I need to update the spring batch version?
Thanks for your reply in advance.


Reply With Quote