Commit Graph

1623 Commits

Author SHA1 Message Date
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
lucasward
f75bc3f376 BATCH-627: Fixed in-memory job repository section on the documentation, and added a new section about the factory bean. 2008-06-18 22:53:39 +00:00
lucasward
bf4a3f91d2 BATCH-678: Corrected the BeanWrapperFieldSetMapper section in the documentation. 2008-06-18 22:40:14 +00:00
dsyer
345e7a4b81 RESOLVED - issue BATCH-654: Transactions when commit fails 2008-06-18 10:24:18 +00:00
dsyer
26d14d2068 OPEN - issue BATCH-654: Transactions when commit fails
Add copy constructor to ExecutionContext
2008-06-18 09:21:19 +00:00
dsyer
dc7f0dc1d0 Deprecated public method that should not be in public API. 2008-06-18 09:11:55 +00:00
dsyer
cb9f35c1b4 Refactor job launching message handler to use special request object. 2008-06-16 16:45:52 +00:00
robokaso
66b7a4ef11 RESOLVED - BATCH-664: smarter restart for MultiResourceItemReader
refactoring for better clarity
2008-06-16 14:10:56 +00:00
robokaso
794544307f IN PROGRESS - BATCH-664: smarter restart for MultiResourceItemReader
refactoring for better clarity
2008-06-16 12:50:35 +00:00
robokaso
8605672299 IN PROGRESS - BATCH-664: smarter restart for MultiResourceItemReader
smarter restart but ugly code
2008-06-16 11:47:28 +00:00