Commit Graph

524 Commits

Author SHA1 Message Date
lucasward
b788ad462c BATCH-217:Modified class names to Jdbc* from Sql* 2007-12-19 16:56:31 +00:00
lucasward
03ae5c4e4d BATCH-217:Modified class names to Jdbc* from Sql* 2007-12-19 16:56:11 +00:00
lucasward
a41fef7eb6 BATCH-261:Added an extra test case to FieldSetTests to ensure padded input doesn't cause issues in the FieldSet. As mentioned in the issue, the BeanWrapperFieldSetMapper is likely causing the issue. 2007-12-19 15:22:32 +00:00
dsyer
17d3397594 OPEN - issue BATCH-170: Concurrent modification of StepExecution when running an asynchrounous step operation
http://opensource.atlassian.com/projects/spring/browse/BATCH-170

Fix broken tests.
2007-12-19 13:48:29 +00:00
dsyer
37696b45f4 OPEN - issue BATCH-170: Concurrent modification of StepExecution when running an asynchrounous step operation
http://opensource.atlassian.com/projects/spring/browse/BATCH-170

Synchronized and added OptimisticLockingException to SqlStepDao.  The parallel job now runs cleanly (tried it a few times).
2007-12-19 13:06:31 +00:00
dsyer
7f71dc55ce IN PROGRESS - issue BATCH-212: Merge InputSource with ItemProvider
http://opensource.atlassian.com/projects/spring/browse/BATCH-212

Remove unnecessary uses of Delegating ItemReader from samples.
2007-12-18 18:47:33 +00:00
dsyer
77e6a321f1 Re-vamped getting started guide for "m3a" 2007-12-18 18:27:09 +00:00
dsyer
9405d078f9 Spelling error in comment 2007-12-18 17:48:28 +00:00
dsyer
e8d56a800d Fix Spring IDE warnings (edit config sets) 2007-12-18 17:47:44 +00:00
dsyer
d037885933 RESOLVED - issue BATCH-259: FlatFileParsingException should include line number in its toString()
http://opensource.atlassian.com/projects/spring/browse/BATCH-259

Add missing unit test for exception
2007-12-18 17:38:03 +00:00
dsyer
c3caf6e63a RESOLVED - issue BATCH-259: FlatFileParsingException should include line number in its toString()
http://opensource.atlassian.com/projects/spring/browse/BATCH-259
2007-12-18 10:23:34 +00:00
dsyer
fe54a6f38d IN PROGRESS - issue BATCH-212: Merge InputSource with ItemProvider
http://opensource.atlassian.com/projects/spring/browse/BATCH-212

Rename class and method names (Provider -> Reader)
2007-12-17 14:12:24 +00:00
dsyer
67a7a2de5b Missing file from previous commit (Subclipse) 2007-12-17 13:15:05 +00:00
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
ddc4a48de1 OPEN - issue BATCH-87: Recoverable is a nasty abstraction - encourages stateful Tasklets.
http://opensource.atlassian.com/projects/spring/browse/BATCH-87

Remove recover method from AbstractItemProvider.
2007-12-17 09:44:40 +00:00
dsyer
611811d459 RESOLVED - issue BATCH-127: Allow job configuration to control re-entrant behavior
http://opensource.atlassian.com/projects/spring/browse/BATCH-127

Remove Recoverable interface (obsolete).
2007-12-16 18:06:05 +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
3c34d95ff8 OPEN - issue BATCH-87: Recoverable is a nasty abstraction - encourages stateful Tasklets.
http://opensource.atlassian.com/projects/spring/browse/BATCH-87

Moved recovery responsibility to a separate infrastructure interface.
2007-12-16 14:22:34 +00:00
dsyer
a48b7847e3 RESOLVED - issue BATCH-127: Allow job configuration to control re-entrant behavior
http://opensource.atlassian.com/projects/spring/browse/BATCH-127

Tidy Javadocs.
2007-12-16 12:04:03 +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
1d41cb5465 RESOLVED: Add parent pom for samples in assembly package. Now you can unzip and (cd samples/spring-batch-samples; mvn test). Cool. 2007-12-15 16:39:24 +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
92d72468fa Add Derby in test scope (borken build) 2007-12-14 14:51:55 +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
4bbd3b7b02 Re-generate classpaths for missing dependency. 2007-12-14 01:16:25 +00:00
dsyer
f49302067e Project name change propagated to launchers for HSQLDB. 2007-12-13 19:39:28 +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
17530eb7d0 line endings 2007-12-13 11:46:43 +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
82d7235249 Tweak Javadocs 2007-12-12 23:14:34 +00:00
dsyer
b754c05807 CGLib needed for testing scoped proxy 2007-12-12 23:12:13 +00:00
dsyer
d7a6440a64 Improved toString(0 for *Execution. 2007-12-12 22:56:58 +00:00
dsyer
478b14a875 JobConfigurationRegistry is supposed to return a collection of job configurations (never checked before) 2007-12-12 22:54:39 +00:00
dsyer
2a648348ac Use InheritedThreadLocal (as interim measure) so that child threads are aware of step context 2007-12-12 22:53:32 +00:00
dsyer
a90ae4a5bb Switch db2 / derby (was wrong way round) for sequence gen macro 2007-12-12 22:51:47 +00:00
dsyer
800896c409 Conversion to String is not automatic with some database platforms 2007-12-12 22:26:28 +00:00
dsyer
b69ec2117b Needs a null check for less lenient database platforms 2007-12-12 22:24:48 +00:00
dsyer
cc69a6a40c Fix schema for YEAR reserved word 2007-12-12 22:17:19 +00:00
dsyer
25c6447238 Fix Derby schema 2007-12-12 22:12:09 +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