OPEN - issue BATCH-789: Remove mark/reset from ItemReader

Still some open issues with retry and skip, but nearly there...
This commit is contained in:
dsyer
2008-08-21 09:58:04 +00:00
parent 24168016af
commit 04db13bbc4
9 changed files with 323 additions and 219 deletions

View File

@@ -203,7 +203,6 @@ public class RecoveryCallbackRetryPolicy extends AbstractStatefulRetryPolicy {
public Object handleRetryExhausted(RetryContext context) throws ExhaustedRetryException {
// If there is no going back, then we can remove the history
retryContextCache.remove(key);
RepeatSynchronizationManager.setCompleteOnly();
if (recoverer != null) {
return recoverer.recover(context);
}