Commit Graph

1671 Commits

Author SHA1 Message Date
dsyer
b079affa09 Upgrade Spring Integration to M5 (actually CI-SNAPSHOT). 2008-07-11 08:04:17 +00:00
dsyer
28f388d329 BATCH-721: Add javadocs 2008-07-11 06:43:22 +00:00
lucasward
402bb81c40 BATCH-700:FixedLengthTokenizer didn't support single value ranges when calculating the maximum line length. 2008-07-11 04:14:53 +00:00
robokaso
a61b725bc2 REOPENED - BATCH-715: Default value of saveState flag should be true
changed the default value for ItemWriters
2008-07-08 07:46:54 +00:00
lucasward
bbf2e2dc7a BATCH-691:Updated MultiResourceItemReader section 2008-07-08 02:25:04 +00:00
lucasward
24b16016ae BATCH-717:SkipListener is now covered in Chapter 4. 2008-07-07 23:59:45 +00:00
lucasward
dbd859f106 BATCH-667:Added a section to Chapter 3 about the 'saveSate' property. 2008-07-07 18:51:48 +00:00
lucasward
eb7e8f7ebb BATCH-716:Forgot to add an entry about save state changes. 2008-07-07 16:58:19 +00:00
lucasward
49262d655d BATCH-716: Updated migration guide. 2008-07-07 16:54:16 +00:00
lucasward
8f66882c51 BATCH-704: Failure to parse BigDecimal in FieldSet will now throw a NumberFormatException 2008-07-07 16:39:08 +00:00
dsyer
5556e61fc4 Remove unnecessary check for interruption in tasklet step listener 2008-07-07 14:22:23 +00:00
dsyer
057aa351a5 Ensure job interruption is treated as exception in step and job 2008-07-07 14:20:59 +00:00
dsyer
3468859411 Add timeout setting in milliseconds to ease testing. 2008-07-06 14:16:16 +00:00
dsyer
54b322dfa7 RESOLVED - issue BATCH-715: Default value of saveState flag should be true 2008-07-05 16:01:32 +00:00
dsyer
6bba98a9f5 Oops 2008-07-05 13:59:27 +00:00
dsyer
3d78c0bcb5 Dust off JMX demo 2008-07-05 07:32:44 +00:00
robokaso
086fded0cf RESOLVED - BATCH-708: merge MultiResourceItemReader and SortedMultiResourceItemReader 2008-07-04 08:28:11 +00:00
lucasward
fa5bcc3344 BATCH-700:Samples data off by one character. 2008-07-04 04:11:26 +00:00
lucasward
4156e441ba BATCH-700: Samples jobs didn't have correctly formatted data. 2008-07-04 03:56:42 +00:00
lucasward
3757b239d0 BATCH-700:LineTokenizer implementations are now consistent in their handling of incorrect data. 2008-07-04 03:35:28 +00:00
lucasward
e748dad82e BATCH-713: Javadoc on WriterNotOpenException was incorrect from copy-pasting. 2008-07-03 18:43:21 +00:00
lucasward
cb3f23e4c5 BATCH-713: FlatFileItemWriter now requires open to be called before write. There are also some additional clarifying test cases to the tokenizer tests. 2008-07-03 18:36:52 +00:00
dsyer
9c57a5c569 ResourceLineReader did not need to implement ItemStream 2008-07-03 16:55:30 +00:00
dsyer
7facae9c7a Move specific reader/writer to subpackages 2008-07-03 15:58:22 +00:00
dsyer
8a10ccb1ee Move specific reader/writer to subpackages 2008-07-03 15:42:36 +00:00
robokaso
f1b0c31ca9 RESOLVED - BATCH-707: interrupt support in SystemCommandTasklet 2008-07-03 15:35:51 +00:00
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