IN PROGRESS - BATCH-653: consistent item buffering in ItemReaders

extracted generic buffered reader superclass from HibernateCursorItemReader
This commit is contained in:
robokaso
2008-06-06 09:08:18 +00:00
parent e54aafd335
commit 6a3cd3ffbe
4 changed files with 228 additions and 131 deletions

View File

@@ -126,7 +126,7 @@ public abstract class AbstractDataSourceItemReaderIntegrationTests extends
getAsItemStream(reader).open(executionContext);
fail();
}
catch (IllegalStateException ex) {
catch (Exception ex) {
// expected
}
}