BATCH-365: Moved reset and mark to ItemReader interface.
This commit is contained in:
@@ -25,12 +25,15 @@
|
||||
value="java.lang.Exception" />
|
||||
</bean>
|
||||
</property>
|
||||
<property name="exceptionHandler">
|
||||
<property name="itemSkipPolicy">
|
||||
<bean
|
||||
class="org.springframework.batch.repeat.exception.handler.SimpleLimitExceptionHandler">
|
||||
<property name="limit" value="5" />
|
||||
<property name="type"
|
||||
value="java.lang.Exception" />
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user