Commit Graph

1632 Commits

Author SHA1 Message Date
robokaso
cf37f2e31f * renamed PIECE_COUNT to READ_COUNT in AbstractBufferedItemReaderItemStream
* taskletJob now uses "java -version" as platform neutral successful command
2008-07-01 08:16:45 +00:00
dsyer
e72825d761 BATCH-328: applied patch for samples 2008-07-01 06:47:35 +00:00
dsyer
56564c73b8 RESOLVED - issue BATCH-694: make line separator a configurable property of FlatFileItemWriter 2008-07-01 06:40:21 +00:00
lucasward
074676b6fc BATCH-691:Updated Appendix B to match schema changes. 2008-07-01 04:15:04 +00:00
lucasward
8ecc490513 BATCH-691:Cleaned up Appendix A: ensured new readers and writers were listed. 2008-07-01 04:08:54 +00:00
lucasward
b7731c9336 BATCH-691:Cleaned up chapter 4. Corrected the modifications made around transaction configuration in the repository and step implementations. Also added a small section about the SystemCommandTasklet. 2008-07-01 03:56:57 +00:00
lucasward
d11d87c9e6 BATCH-691:Cleaned up chapter 3 2008-07-01 03:11:39 +00:00
robokaso
a35ad43fe7 RESOLVED - BATCH-414: consistent handling of empty input by ItemReaders
renamed listener + reused NoWorkFoundException
2008-06-30 08:16:52 +00:00
dsyer
b95f14075e Add hibernate-config to config set 2008-06-29 09:51:35 +00:00
dsyer
cd60d0de73 RESOLVED - issue BATCH-328: create schema generator configurations for MS SQL, Sybase 2008-06-29 08:02:43 +00:00
dsyer
f4274270e7 BATCH-328: applied patch 2008-06-29 07:52:23 +00:00
dsyer
97bc71065c Add mysql profile 2008-06-29 06:26:05 +00:00
dsyer
c52e7d0aba Change incrementer column name as suggested by Thmoas 2008-06-28 08:17:49 +00:00
lucasward
98367c87e7 BATCH-599: fixed unit tests errors 2008-06-27 20:07:18 +00:00
lucasward
321fdad53b BATCH-599: changed variable name as well as value to 'PIECE_COUNT' 2008-06-27 19:21:39 +00:00
lucasward
17623ee199 BATCH-599: Refactored the ExecutionContext section of chapter two, so that it is easier to understand. Also changed the key used for all ItemReaders the use the abstract reader to 'piece.count', from 'item.count' 2008-06-27 19:19:37 +00:00
lucasward
068fbd1789 BATCH-599: Refactored the ExecutionContext section of chapter two, so that it is easier to understand. Also changed the key used for all ItemReaders the use the abstract reader to 'piece.count', from 'item.count' 2008-06-27 19:19:28 +00:00
dsyer
26aee69c6a Add setter for primary key column name (in case someone changed the schema). 2008-06-27 14:14:28 +00:00
robokaso
9836517013 RESOLVED - BATCH-414: consistent handling of empty input by ItemReaders
added StepListener that detects itemCount == 0 and throws exception
2008-06-27 12:22:57 +00:00
lucasward
ed7c1df278 BATCH-691:Corrected sections that are out of date with the latest 1.1 changes. 2008-06-27 04:29:15 +00:00
dsyer
552fa3a4eb Use exec:java not exec:exec 2008-06-26 20:53:20 +00:00
dsyer
2dfcaf6ce0 BATCH-280: Applied patch (modified file names slightly) 2008-06-26 18:27:48 +00:00
dsyer
a78a09c55e Update home page and clearer Javadocs for CommandLineJobRunner.java 2008-06-26 15:15:15 +00:00
robokaso
9df6431654 IN PROGRESS - BATCH-414: consistent handling of empty input by ItemReaders
empty input handled gracefully by all readers + tests
2008-06-26 13:51:01 +00:00
dsyer
4e247e7577 RESOLVED - issue BATCH-576: The database schema for db2 is incorrect, the constraint name is too long 2008-06-26 06:20:20 +00:00
dsyer
3823d1b48d Add toString() to Chunk* 2008-06-25 13:08:16 +00:00
dsyer
132f32b426 Remove dependence on parent project in archetypes 2008-06-25 13:07:31 +00:00
dsyer
786de6f5a8 RESOLVED - issue BATCH-687: BatchUpdateItemWriter should fail if any of the statements does not update any rows (at least by default). 2008-06-25 11:58:55 +00:00
dsyer
761120e1ab Try to remove bizarre output folder 2008-06-25 10:19:15 +00:00
dsyer
45e18bcc19 missing hibernate context 2008-06-24 16:52:22 +00:00
dsyer
02d3c5756b Some bizarre classpath issues in Eclipse - moved data-source config out of default package except for samples. Also separated hibernate config from rest of samples. 2008-06-24 15:58:41 +00:00
dsyer
4bb67c50aa Simple integration test for spring config 2008-06-24 14:48:39 +00:00
dsyer
7f1d7d2e95 Prevent exec:exec being called during install 2008-06-24 14:48:05 +00:00
dsyer
7cadb8c995 Refactoring error 2008-06-24 14:13:49 +00:00
dsyer
f7fb7e0228 Upgrade to Spring 2.5.5 2008-06-24 13:45:45 +00:00
dsyer
80b4386c1b Upgrade to Spring 2.5.5 2008-06-24 13:40:42 +00:00
robokaso
b296101766 RESOLVED - BATCH-685: Create documentation for MultiResourceItemReader
section heading capitalized
2008-06-24 12:40:41 +00:00
robokaso
fff6c5e2a4 RESOLVED - BATCH-685: Create documentation for MultiResourceItemReader 2008-06-24 12:31:20 +00:00
robokaso
f44e463af3 IN PROGRESS - BATCH-570: Job.getSteps() does not need to be exposed in the interface
added deprecations
2008-06-24 08:15:43 +00:00
dsyer
fd07883253 RESOLVED - issue BATCH-554: *StepFactoryBeans should have a list of exceptions that do and don't cause rollback.
Removed the list of exceptions in favour of tx attributes (use +ExceptionType in config file)
2008-06-23 13:06:07 +00:00
dsyer
f328615102 add tests 2008-06-23 11:33:00 +00:00
dsyer
9f4ead72be tidy docos 2008-06-23 11:30:25 +00:00
dsyer
a5d8bb9a95 Tidy docos in archetype 2008-06-23 11:13:47 +00:00
dsyer
991334e221 RESOLVED - issue BATCH-683: Lack of parallel support in SimpleStepFactoryBean 2008-06-23 10:56:07 +00:00
dsyer
aca17b3135 Rename private inner class 2008-06-23 10:40:00 +00:00
dsyer
81da1195e9 Add cli archetype 2008-06-23 10:38:54 +00:00
dsyer
09d7b58c57 changed the way the datasource is initialised for tests (inadvertently) 2008-06-22 08:26:56 +00:00
dsyer
5a995040b2 missed a datasource config 2008-06-21 18:33:17 +00:00
dsyer
a078199eae RESOLVED - issue BATCH-680: Allow override of Transaction Definition in get transaction in Item Oriented Step
Added transactionAttribute to ItemOrientedStep and the factory bean
2008-06-21 09:44:40 +00:00
lucasward
d3a7c90de9 BATCH-619: Updated documentation to be accurate with latest changes to skip and retry. 2008-06-18 23:31:24 +00:00