RESOLVED - issue BATCH-458: Skip sample fails in Eclipse (but not Maven)
http://jira.springframework.org/browse/BATCH-458 skipSample and tradeJob were using the same job name
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
<import resource="tradeJobIo.xml" />
|
||||
|
||||
<bean id="tradeJob" parent="simpleJob">
|
||||
<bean id="skipJob" parent="simpleJob">
|
||||
<property name="steps">
|
||||
<list>
|
||||
<bean id="step1" parent="skipLimitStep">
|
||||
|
||||
Reference in New Issue
Block a user