First attempt at adding more explicit skip handling and removing the need for 'SimpleStepExecutor'. There's still some cleanup that needs to happen, but it's moving in the right direction.

This commit is contained in:
lucasward
2008-02-21 04:33:30 +00:00
parent 70481c2c98
commit 49540b135e

View File

@@ -93,7 +93,7 @@
<property name="saveExecutionContext" value="true" />
</bean>
<bean id="abstractStep" class="org.springframework.batch.execution.step.simple.SimpleStep" abstract="true">
<bean id="abstractStep" class="org.springframework.batch.execution.step.simple.ItemOrientedStep" abstract="true">
<property name="transactionManager" ref="transactionManager" />
<property name="jobRepository" ref="jobRepository" />
<property name="allowStartIfComplete" value="true" />