Commit Graph

23 Commits

Author SHA1 Message Date
dsyer
ab98d1ebe6 IN PROGRESS - issue BATCH-212: Merge InputSource with ItemProvider
http://opensource.atlassian.com/projects/spring/browse/BATCH-212

Merge InputSource/ItemProvider -> ItemReader.
2007-12-17 13:13:39 +00:00
dsyer
c117a44354 OPEN - issue BATCH-87: Recoverable is a nasty abstraction - encourages stateful Tasklets.
http://opensource.atlassian.com/projects/spring/browse/BATCH-87

Tidied up test cases and removed DefaultStepExecutor (Simple* does everything).
2007-12-16 17:59:35 +00:00
dsyer
c9fccc8d85 Make it easier to launch HSQLDB server - just use -Dbatch.jdbc.url= on the command line. 2007-12-16 12:03:29 +00:00
dsyer
6f13a1978e Line endings 2007-12-15 15:47:05 +00:00
dsyer
4f237d7ca6 IN PROGRESS - issue BATCH-127: Allow job configuration to control re-entrant behavior
http://opensource.atlassian.com/projects/spring/browse/BATCH-127

Useful integration test for JobExecutionAlreadyFoundException
2007-12-15 15:37:57 +00:00
dsyer
476393fee5 IN PROGRESS - issue BATCH-127: Allow job configuration to control re-entrant behavior
http://opensource.atlassian.com/projects/spring/browse/BATCH-127

Less verbose logging
2007-12-15 15:28:53 +00:00
dsyer
f49c9d9526 IN PROGRESS - issue BATCH-127: Allow job configuration to control re-entrant behavior
http://opensource.atlassian.com/projects/spring/browse/BATCH-127

SimpleJobRepository.findOrCreateJob now blocks if the transaction isolation level is high enough (see Javadocs).
2007-12-15 15:25:11 +00:00
dsyer
b52676b1c3 Experimental job configuration loader for management purposes. 2007-12-14 01:23:32 +00:00
dsyer
7cd0a39ced Revert db URL property to work offline. 2007-12-14 01:22:13 +00:00
dsyer
f7c5e0ff44 Add parallel processing sample (parallel version of football job) 2007-12-14 01:21:29 +00:00
dsyer
0899b8994d BATCH-256: fixed postgres BLOB type 2007-12-13 19:37:55 +00:00
dsyer
4852380243 Invalid column name in cursor query 2007-12-13 15:18:30 +00:00
dsyer
a583e068cf Externalise location of scripts to initialise database 2007-12-12 23:27:05 +00:00
dsyer
445ae1637a Add flag for ignoring failed drop statement 2007-12-12 23:24:36 +00:00
dsyer
800896c409 Conversion to String is not automatic with some database platforms 2007-12-12 22:26:28 +00:00
dsyer
cc69a6a40c Fix schema for YEAR reserved word 2007-12-12 22:17:19 +00:00
dsyer
7aedf3f5e6 Fix schema for YEAR reserved word 2007-12-12 22:09:33 +00:00
dsyer
644cc19a85 Fix schema for YEAR reserved word 2007-12-12 22:09:10 +00:00
dsyer
0a416d7b3b YEAR is reserved word in Derby (and other platforms) 2007-12-12 22:08:25 +00:00
dsyer
6e8cb97ef8 Ignore drop script failure in initialisation (to accommodate DB platforms that don't allow tests for tables existence in SQL). 2007-12-12 22:07:14 +00:00
dsyer
5f72ab94c2 Undo wrong DB URL for offline testing. 2007-12-11 19:38:09 +00:00
dsyer
5fa4ffc3b2 IN PROGRESS - issue BATCH-127: Allow job configuration to control re-entrant behavior
http://opensource.atlassian.com/projects/spring/browse/BATCH-127

Refactor JobRepository.findOrCreateJob() to return JobExecution.
2007-12-11 18:10:20 +00:00
dsyer
8ea331bfc7 Add spring-batch- to module directory names (so folks can use mvn eclipse:eclipse if they want to).
BATCH-238: Remove hibernate support for the Daos.
2007-12-10 21:23:48 +00:00