Remove RepeatOperationsStep

This commit is contained in:
dsyer
2008-02-25 17:54:36 +00:00
parent 949324c751
commit 85806724a5
7 changed files with 9 additions and 208 deletions

View File

@@ -18,7 +18,7 @@
<!-- set restartable=false so that this job can be used by more than one test -->
<property name="restartable" value="false" />
<property name="steps">
<bean id="step1" parent="repeatOperationsStep">
<bean id="step1" parent="simpleStep">
<property name="itemReader" ref="hibernateItemReader" />
<property name="itemWriter" ref="hibernateOutputSource" />

View File

@@ -46,7 +46,7 @@
value="true" />
<property name="allowStartIfComplete" value="false" />
</bean>
<bean id="loading" parent="repeatOperationsStep">
<bean id="loading" parent="simpleStep">
<property name="itemReader">
<bean
class="org.springframework.batch.sample.item.reader.StagingItemReader"

View File

@@ -124,11 +124,6 @@
<property name="chunkSize" value="1" />
</bean>
<bean id="repeatOperationsStep" parent="abstractStep"
class="org.springframework.batch.execution.step.RepeatOperationsStep"
abstract="true">
</bean>
<bean id="customEditorConfigurer"
class="org.springframework.beans.factory.config.CustomEditorConfigurer">
<property name="customEditors">