RESOLVED - BATCH-864: rename SkipLimitStepFactoryBean

SkipLimit -> FaultTolerant
This commit is contained in:
robokaso
2008-10-07 09:18:55 +00:00
parent c9efdb0493
commit fa7b6e4525
8 changed files with 12 additions and 12 deletions

View File

@@ -759,7 +759,7 @@ SELECT ID FROM BATCH_STAGING WHERE JOB_ID=? AND PROCESSED=? ORDER BY ID
+---
<bean id="step1" parent="simpleStep"
class="org.springframework.batch.core.step.item.SkipLimitStepFactoryBean">
class="org.springframework.batch.core.step.item.FaultTolerantStepFactoryBean">
...
<property name="retryLimit" value="3" />
<property name="retryableExceptionClasses" value="java.lang.Exception" />