Incomplete - task 84: Fix samples

Switch default skip policy to Never
This commit is contained in:
dsyer
2008-02-26 12:26:39 +00:00
parent e2c5d1fb97
commit 5e09d034e0
4 changed files with 7 additions and 6 deletions

View File

@@ -21,7 +21,11 @@
<bean id="step1" parent="simpleStep">
<property name="itemReader" ref="hibernateItemReader" />
<property name="itemWriter" ref="hibernateOutputSource" />
<property name="commitInterval" value="3" />
<property name="commitInterval" value="3" />
<property name="itemSkipPolicy">
<bean class="org.springframework.batch.execution.step.support.AlwaysSkipItemSkipPolicy"/>
</property>
<property name="chunkOperations">
<bean