Incomplete - task 84: Fix samples

Retry sample fixed too.
This commit is contained in:
dsyer
2008-02-26 15:21:31 +00:00
parent 7fb1845eeb
commit 40acd63151

View File

@@ -25,17 +25,6 @@
value="java.lang.Exception" />
</bean>
</property>
<property name="itemSkipPolicy">
<bean
class="org.springframework.batch.execution.step.support.LimitCheckingItemSkipPolicy">
<constructor-arg value="5"></constructor-arg>
<constructor-arg>
<list>
<value>java.lang.Exception</value>
</list>
</constructor-arg>
</bean>
</property>
</bean>
</property>
</bean>