Incomplete - task 84: Fix samples
Switch default skip policy to Never
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user