Commit Graph

496 Commits

Author SHA1 Message Date
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
dsyer
cf4a2832a9 Fix broken test with existing running job. 2007-12-12 13:05:07 +00:00
dsyer
e1870493ee Add special exception handling so that JConsole can get stack traces 2007-12-12 12:00:41 +00:00
dsyer
c7468195d0 OPEN - issue BATCH-250: Wrong DB Schema for DB2 for z/OS
http://opensource.atlassian.com/projects/spring/browse/BATCH-250

Added explicit SQL type information for the queries that update JobInstance (it was already done for JobExecution).
2007-12-12 11:48:40 +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
cb1a02bb9f CLOSED - issue BATCH-242: jar and source doesn't match
http://opensource.atlassian.com/projects/spring/browse/BATCH-242

include samples, but exclude Maven meta data from no-deps release
2007-12-11 16:16:30 +00:00
dsyer
ffa19bdd20 OPEN - issue BATCH-242: jar and source doesn't match
http://opensource.atlassian.com/projects/spring/browse/BATCH-242

Fix assembly (dist) so that sources and classes jars are included as-is (instead of trying to build them).
2007-12-11 15:30:37 +00:00
dsyer
22d769afdd OPEN - issue BATCH-243: Register Job twice if beanName property is used to define a job name
http://opensource.atlassian.com/projects/spring/browse/BATCH-243

Added additional test cases and comments in test.
2007-12-11 12:39:30 +00:00
dsyer
622e27de9c OPEN - issue BATCH-243: Register Job twice if beanName property is used to define a job name
http://opensource.atlassian.com/projects/spring/browse/BATCH-243

Added test case for double registration.
2007-12-11 11:46:56 +00:00
dsyer
7424eedae3 Remove version number references (it's quite generic). 2007-12-10 23:17:06 +00:00
dsyer
52d60bcc77 Remove public setters for queries 2007-12-10 22:28:51 +00:00
dsyer
72d283f0d5 Linked src for parent pom modified 2007-12-10 22:27:09 +00:00
dsyer
094e05bcc6 Add dependency mgt for commons-collections 2007-12-10 22:24:01 +00:00
lucasward
d706b0c075 Correct root pom.xml to contain objectstyle.org repository, which is
necessary for the foundrylogic jar to get downloaded.
2007-12-10 22:04:46 +00:00
dsyer
0c388a4686 Add .settings (especially important for mylyn prefs). 2007-12-10 21:38:53 +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
dsyer
17705f27ab Change comment to fix BATCH-252 2007-12-10 21:03:39 +00:00
dsyer
fa06941f1a Rename "parent" module to "dist" 2007-12-10 20:37:49 +00:00
dsyer
54c7e660ae Re-organise "parent" project to be in the root directory again. 2007-12-10 18:24:15 +00:00
dsyer
060511dd6c Getting started uncommented from previous attempt. 2007-12-10 18:02:46 +00:00
dsyer
3d3495dff0 Added getting started link to site 2007-12-10 17:59:32 +00:00
dsyer
7d628ff96f New instructions for getting started from m3 build. 2007-12-10 17:56:50 +00:00
dsyer
939162c0b1 Changed back column name that was causing problems in build 2007-12-10 13:05:19 +00:00
dsyer
6ad493fabd add clover license 2007-12-10 12:51:19 +00:00
dsyer
36831ca81d Add Velocity templates for business schema (BATCH-135). 2007-12-09 13:21:09 +00:00
dsyer
3d11bd7cf1 Add schemas - generated files 2007-12-09 13:19:28 +00:00
dsyer
5474e1a3a7 upgrade spring site skin to 1.0.4 2007-12-07 18:44:46 +00:00
dsyer
160bc85cef Brackets unbalanced 2007-12-05 13:33:16 +00:00