Commit Graph

1645 Commits

Author SHA1 Message Date
robokaso
b480460efe RESOLVED - BATCH-705: TradeJobFunctionalTests might fail since verification queries don't have ORDER clause
applied patch
2008-07-03 07:24:11 +00:00
robokaso
b2e66532f9 RESOLVED - BATCH-703: JdbcJobInstanceDao doesn't locate JOB_INSTANCE on Oracle where JOB_KEY is empty
applied patch
2008-07-03 07:16:56 +00:00
dsyer
e79543b72d RESOLVED - issue BATCH-706: Commit exception is lost if update fails as well
Check to see if commit already failed before storing exception.  Also ensure that step starts continuable, and only hits UNKNOWN if a commit failure occurs
2008-07-02 16:45:21 +00:00
robokaso
ac8b1d9d49 RESOLVED - BATCH-702: TradeJobFunctionalTests fails on Oracle
applied patch
2008-07-02 11:22:17 +00:00
robokaso
805e9e0086 RESOLVED - BATCH-701: Business schema for MySQL should specify InnoDB as engine type
applied patch
2008-07-02 11:18:01 +00:00
robokaso
fa54917a0a RESOLVED - BATCH-699: Document thread safety
Added javadoc mostly to ItemReaders and ItemWriters adn fixed the misleading javadoc of ItemReader interface.
2008-07-02 11:11:16 +00:00
robokaso
5cd1efd248 RESOLVED - BATCH-695: SystemCommandTaskletIntegrationTests fails on Java 6 for Mac OS X
applied patch
2008-07-02 08:04:27 +00:00
robokaso
22a11edc05 RESOLVED - BATCH-688: Create Migration guide for 1.1
added commment about automatically applied tx advice for repository
2008-07-01 13:58:43 +00:00
robokaso
544390720b RESOLVED - BATCH-698: StaxEventItemWriter test failures
* fixed the unjustified assertions
* added call to XMLEventWriter#flush inside ItemWriter#flush
2008-07-01 13:44:38 +00:00
robokaso
37ec7888ff RESOLVED - BATCH-697: JdbcGameDaoIntegrationTests fail in Oracle due to padding of CHAR(8) for PLAYER_ID column
applied Thomas' patch
2008-07-01 11:32:54 +00:00
robokaso
c82bebcafc RESOLVED - BATCH-696: JdbcPlayerDaoIntegrationTests fail due to rows added to customer table by other test
applied Thomas' patch
2008-07-01 09:51:59 +00:00
robokaso
01fd3e3c49 RESOLVED - BATCH-688: Create Migration guide for 1.1
added Lucas' points to the JIRA draft
2008-07-01 08:51:33 +00:00
robokaso
566fc6e5fc RESOLVED - BATCH-414: consistent handling of empty input by ItemReaders
renamed NoWorkFoundListener to NoWorkFoundStepExecutionListener
2008-07-01 08:38:59 +00:00
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