RESOLVED: BATCH-1100. Change retry/skip logic to be more efficient (and limit to single-threaded readers)

This commit is contained in:
dsyer
2009-03-19 06:52:53 +00:00
parent c6ca23f224
commit 93b3bde99b
18 changed files with 864 additions and 73 deletions

View File

@@ -95,7 +95,7 @@ public class StagingItemReader<T> implements ItemReader<ProcessIndicatorItemWrap
public ProcessIndicatorItemWrapper<T> read() throws DataAccessException {
if (!initialized) {
throw new ReaderNotOpenException("ItemStream must be open before it can be read.");
throw new ReaderNotOpenException("Reader must be open before it can be used.");
}
Long id = null;