Commit Graph

316 Commits

Author SHA1 Message Date
dsyer
8e498f0d52 Improve parameterisation of exception handler 2008-08-23 13:22:35 +00:00
trisberg
ecc19e96ff BATCH-760: added a JdbcPagingQueryProvider abstraction and an SQL:2003 windowing functions implementation 2008-08-22 19:51:56 +00:00
dsyer
fac1c2b22b Retry policy needed to know if the callback was successful. 2008-08-22 14:31:10 +00:00
dsyer
842907337f OPEN - issue BATCH-771: Refactor Listeners for chunk changes
Add attribute accessor for synchronizing unfinished work between transactions
2008-08-21 17:13:51 +00:00
dsyer
a1030c2609 RESOLVED - issue BATCH-789: Remove mark/reset from ItemReader
Removed unneeded exception classes
2008-08-21 12:50:11 +00:00
trisberg
c52b277358 cleanup 2008-08-21 12:30:46 +00:00
trisberg
0e8c26e943 BATCH-760: first cut of JdbcPagingItemReader - works for HSQL, need to test other platforms 2008-08-21 12:30:15 +00:00
dsyer
fcf96a954f RESOLVED - issue BATCH-789: Remove mark/reset from ItemReader
Remove AbstractItemReader.  All done (with remaining issues moved to BATCH-220).
2008-08-21 12:11:22 +00:00
dsyer
300e726909 OPEN - issue BATCH-789: Remove mark/reset from ItemReader 2008-08-21 11:38:00 +00:00
dsyer
e1d1413cc3 OPEN - issue BATCH-789: Remove mark/reset from ItemReader
Removed all code from mark() and reset() implementations
2008-08-21 11:03:44 +00:00
dsyer
42a9b97d1f RESOLVED - issue BATCH-788: Remove flush/clear from ItemWriter
Done
2008-08-20 09:59:51 +00:00
dsyer
9e1d35a546 OPEN - issue BATCH-788: Remove flush/clear from ItemWriter
Infrastructure tests fixed
2008-08-20 09:26:02 +00:00
dsyer
a4c8399e72 OPEN - issue BATCH-788: Remove flush/clear from ItemWriter
Infrastructure and core working with no calls to flush (I think)
2008-08-20 08:06:18 +00:00
dsyer
9c287a9293 OPEN - issue BATCH-788: Remove flush/clear from ItemWriter
Removed from transaction buffering writers (Jpa etc.)
2008-08-19 16:12:35 +00:00
dsyer
34f7cd8519 BATCH-778: work in progress (some tests disabled) 2008-08-19 14:10:40 +00:00
dsyer
75fca027cb BATCH-&*&: work in progress (some tests disabled) 2008-08-19 13:49:38 +00:00
dsyer
cfc9529bab RESOLVED - issue BATCH-786: Transactional flushing for file writers
Added TransactionAwareBuffererdWriter
2008-08-18 16:52:20 +00:00
dsyer
d8df436e8e Remove FactoryBean nature from data sourde initializer 2008-08-17 09:43:54 +00:00
dsyer
1077405691 OPEN - issue BATCH-773: Refactor and extend ExportedJobLauncher to JobOperator
Add additional methods and tests to SimpleJobOperator
2008-08-13 12:01:43 +00:00
robokaso
97e49724ce improve test to use temporary file instead of creating file in project directory 2008-08-12 12:27:46 +00:00
robokaso
5f24cef359 RESOLVED - BATCH-757: remove DelegatingItemWriter 2008-08-12 07:43:37 +00:00
robokaso
8dc8d253f5 RESOLVED - BATCH-766: Insufficient error handling in case of a missing resource for a org.springframework.batch.item.xml.StaxEventItemWriter
moved the 'exists' check after possible output file creation
2008-08-11 11:35:07 +00:00
robokaso
452591e580 RESOLVED - BATCH-766: Insufficient error handling in case of a missing resource for a org.springframework.batch.item.xml.StaxEventItemWriter
Added check to open(..) that output resource exists
2008-08-11 09:43:13 +00:00
dsyer
d4d35cd668 OPEN - issue BATCH-770: Make ItemTransformer a first class citizen and rename as ItemProcessor
Done first pass.  Some tests needed.
2008-08-11 08:48:41 +00:00
robokaso
8c12cd8b10 RESOLVED - BATCH-662: simplify FlatFileItemReader
removed redundant ResourceLineReader
2008-08-11 08:09:05 +00:00
dsyer
85d0c1c750 remove some warnings 2008-08-11 07:14:07 +00:00
dsyer
fca856dc7b Line aggregator missing from last commit. 2008-08-07 12:51:28 +00:00
dsyer
c56cfc84fd REOPENED - issue BATCH-640: FieldSetMapper.mapLine() should contain the line number
OPEN - issue BATCH-278: Allow FixedLengthLineAggregator to be configured with different padding/alignment for specific columns

Remove FieldSetCreator and replace with new LineAggregator interface
2008-08-07 12:44:08 +00:00
trisberg
754d3254cd BATCH-354: removed Spring transaction management and replaced with programmatic transactions for the JpaPagingItemReader, added integration tests 2008-08-07 01:28:14 +00:00
trisberg
134f81655c BATCH-710: added some @Test and removed @Transactional for the ItemReader tests 2008-08-07 01:24:50 +00:00
dsyer
b9291aff16 REOPENED - issue BATCH-640: FieldSetMapper.mapLine() should contain the line number 2008-08-06 22:36:57 +00:00
trisberg
858208fa19 BATCH-758: generified ExceptionClassifier and ExceptionClassifierSupport and subclasses plus tests 2008-08-04 16:32:53 +00:00
robokaso
e19044b6a6 OPEN - BATCH-670: Upgrade to Java 5.0
parameterized TransactionAwareProxyFactory
2008-08-04 16:06:11 +00:00
dsyer
ea0985f13e Tidy up warnings 2008-08-04 09:19:14 +00:00
trisberg
70ef31d9b9 BATCH-354: added an ItemWriter implementation for JPA, general cleanup, added javax.persistence to OSGi manifest template 2008-08-03 06:20:41 +00:00
trisberg
b93903602b IN PROGRESS - BATCH-354: added an ItemReader implementation for JPA, modified CommonItemReaderTests and subclasses to run as JUnit4 tests 2008-08-02 06:12:48 +00:00
trisberg
a2d2838934 IN PROGRESS - BATCH-710: updated tests to use SpringJUnit4ClassRunner and SimpleJdbcTemplate 2008-07-30 19:58:56 +00:00
trisberg
b3eec37c79 IN PROGRESS - BATCH-710: updated tests to use SpringJUnit4ClassRunner and SimpleJdbcTemplate 2008-07-30 17:09:51 +00:00
trisberg
c809cba5cc IN PROGRESS - BATCH-710: updated tests to use SpringJUnit4ClassRunner and SimpleJdbcTemplate 2008-07-30 17:04:57 +00:00
trisberg
55874a84fa IN PROGRESS - BATCH-710: updated tests to use SpringJUnit4ClassRunner and SimpleJdbcTemplate 2008-07-30 16:00:49 +00:00
robokaso
8c4043c882 RESOLVED - BATCH-752: FlatFileItemReader restart broken for non-default RecordSeparatorPolicy (record > 1 line)
merged fix from 1.1.x
2008-07-30 14:33:38 +00:00
dsyer
843ecf40d2 uncomment call to fail (assume Bamboo back up now) 2008-07-29 10:01:01 +00:00
robokaso
d4e51a9fd5 RESOLVED - BATCH-748: Fix EasyMock warnings in Infrastructure 2008-07-29 09:49:34 +00:00
robokaso
1d91253ff5 IN PROGRESS - BATCH-748: Fix EasyMock warnings in Infrastructure 2008-07-29 09:15:51 +00:00
robokaso
4430386422 IN PROGRESS - BATCH-748: Fix EasyMock warnings in Infrastructure 2008-07-29 08:33:22 +00:00
dsyer
f2635b5f90 OPEN - issue BATCH-748: Fix EasyMock warnings in Infrastructure
ItemTransfromerWriterTests
2008-07-28 16:25:25 +00:00
dsyer
bb713547b4 Temporary comment out broken test while Bamboo is fixed 2008-07-28 15:48:43 +00:00
dsyer
4b6f350a47 RESOLVED - issue BATCH-745: strong typing in AggregateItemReader
Added AggregateItem<T>
2008-07-28 15:42:35 +00:00
robokaso
1b4babb4cd informative error in case 'read-only' flag couldn't be set on file 2008-07-28 11:17:46 +00:00
dsyer
a85643d9a1 Remove Java 1.4 workarounds from samples tests 2008-07-28 11:07:50 +00:00