BATCH-1013: split the <step> elements name attribute into id and ref attributes
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.0.xsd">
|
||||
|
||||
<job id="beanWrapperMapperJob">
|
||||
<step name="step1" next="step2">
|
||||
<step id="step1" next="step2">
|
||||
<tasklet reader="tradeFileItemReader" processor="processor" writer="tradeWriter" commit-interval="1"></tasklet>
|
||||
</step>
|
||||
<step name="step2">
|
||||
<step id="step2">
|
||||
<tasklet reader="personFileItemReader" writer="personWriter" commit-interval="1"></tasklet>
|
||||
</step>
|
||||
</job>
|
||||
|
||||
Reference in New Issue
Block a user