Commit Graph

155 Commits

Author SHA1 Message Date
lucasward
94fb0cb9d4 IN PROGRESS - issue BATCH-24: Provide exit code for job executed as a main method
http://opensource.atlassian.com/projects/spring/browse/BATCH-24
2007-09-20 01:17:07 +00:00
lucasward
7e83c33632 IN PROGRESS - issue BATCH-24: Provide exit code for job executed as a main method
http://opensource.atlassian.com/projects/spring/browse/BATCH-24
2007-09-20 01:16:57 +00:00
lucasward
464b1393b6 Fix for Batch-40, SqlStepDao was not storing Exit-Code correctly. 2007-09-19 04:06:34 +00:00
lucasward
6b72d3933a Additional fix related to BATCH-40, ExitStatus was not being propagated from the RepeatCallback correctly. 2007-09-19 03:13:56 +00:00
lucasward
4a3fc5e9e6 Corrected UnitTest that was broken by fix for BATCH-24 2007-09-18 07:48:35 +00:00
lucasward
ecfc51ad5f OPEN - issue BATCH-24: Provide exit code for job executed as a main method
http://opensource.atlassian.com/projects/spring/browse/BATCH-24
2007-09-18 07:41:44 +00:00
lucasward
91c90e6d0c OPEN - issue BATCH-24: Provide exit code for job executed as a main method
http://opensource.atlassian.com/projects/spring/browse/BATCH-24
2007-09-18 07:41:33 +00:00
lucasward
7ddb692cef OPEN - issue BATCH-24: Provide exit code for job executed as a main method
http://opensource.atlassian.com/projects/spring/browse/BATCH-24
2007-09-18 07:41:16 +00:00
lucasward
dc92194354 OPEN - issue BATCH-130: StepInterruptedException will never be caught by SimpleStepExecutor
http://opensource.atlassian.com/projects/spring/browse/BATCH-130
2007-09-18 05:53:42 +00:00
dsyer
48b377403d Add a specific snapshot to external repo.
RESOLVED - issue BATCH-129: Active MQ snapshots are unreliable 
http://opensource.atlassian.com/projects/spring/browse/BATCH-129
2007-09-16 21:12:48 +00:00
dsyer
7d9ffaae23 remove generated file from SVN 2007-09-16 20:40:54 +00:00
dsyer
965d5a7608 Refactor some dependencies to make it easier to change versions (again) 2007-09-16 19:12:11 +00:00
dsyer
1e755db78d Refactor some dependencies to make it easier to change versions (some more) 2007-09-16 18:51:28 +00:00
dsyer
58df642b20 Refactor some dependencies to make it easier to change versions (some more) 2007-09-16 18:51:03 +00:00
dsyer
33dff26508 Refactor some dependencies to make it easier to change versions 2007-09-16 18:25:11 +00:00
dsyer
d83d9997e2 Refactor some dependencies to make it easier to change versions 2007-09-16 17:41:46 +00:00
dsyer
46ba30eeb9 Tidy imports 2007-09-16 15:57:27 +00:00
lucasward
d224821e52 OPEN - issue BATCH-40: An application developer must be able to control the 'exit codes' returned by the container
http://opensource.atlassian.com/projects/spring/browse/BATCH-40
2007-09-14 00:13:27 +00:00
lucasward
5a447885f7 OPEN - issue BATCH-40: An application developer must be able to control the 'exit codes' returned by the container
http://opensource.atlassian.com/projects/spring/browse/BATCH-40
2007-09-14 00:10:13 +00:00
nebhale
563923ab3a Updated to new version of the aws plugin 2007-09-12 14:31:53 +00:00
lucasward
b1b8dc80ee OPEN - issue BATCH-128: table prefixes not being applied
http://opensource.atlassian.com/projects/spring/browse/BATCH-128 - Added unit test which is passing even for the declared issue.
2007-09-11 20:18:00 +00:00
lucasward
b2d06ade6d Added unit tests for Nfl sample job. 2007-09-10 21:19:37 +00:00
lucasward
ef3de138dc Added unit tests for Nfl sample job. 2007-09-10 21:19:12 +00:00
lucasward
7cf9f09529 Fixed how OutputSourceItemProcessor handles a null output source. 2007-09-07 19:11:50 +00:00
lucasward
481c5f0941 Fixed some unit tests that didn't completely refactor when package names changed, and excluded the Nfl tests so maven doesn't run them. 2007-09-06 05:44:06 +00:00
lucasward
4e9fd48285 fixed error caused because POSITION is a keyword in Hsql, but not in DB2. 2007-09-05 23:32:07 +00:00
lucasward
fbb5c5c34e Reverted back to previous revision. 2007-09-05 23:21:36 +00:00
lucasward
a9ec0f6623 Added a new sample job (NflJob) and reorganized samples project. 2007-09-05 20:40:09 +00:00
lucasward
79c4672e6c Fixed SqlCursorInputSource to correctly handled blank restart data. 2007-09-05 19:53:43 +00:00
lucasward
570a86ee6d Fix for Batch-123:SimpleJobIdentifier does not implement equals/hashcode. 2007-09-05 04:00:27 +00:00
lucasward
351fd5060a activemq 4.2 no longer exists in the repository, changed to 5.0 2007-08-31 21:47:47 +00:00
lucasward
e7ecd902cf Added DB2 version of business schema. 2007-08-29 18:31:51 +00:00
dsyer
f2e79a8179 Tweak javadocs report config 2007-08-29 17:40:58 +00:00
dsyer
1a2666ab7f Tweak javadocs report config 2007-08-29 17:40:32 +00:00
lucasward
22d4d8befb ID column needs 'NOT NULL', even though it is a primary key. 2007-08-29 15:57:40 +00:00
dsyer
483e97ab62 update site layout 2007-08-29 14:43:34 +00:00
dsyer
ca941ae722 Extra javadocs.
RESOLVED - issue BATCH-119: ExitStatus can't be used in JMX (or other remote interfaces). 
http://opensource.atlassian.com/projects/spring/browse/BATCH-119
2007-08-29 14:41:35 +00:00
dsyer
84935bf488 container -> launcher 2007-08-29 13:30:40 +00:00
dsyer
2a9898b30b remove empty directory 2007-08-29 13:28:50 +00:00
dsyer
4095702863 RESOLVED: BATCH-119: ExitStatus can't be used in JMX (or other remote interfaces).
http://opensource.atlassian.com/projects/spring/browse/BATCH-119
2007-08-29 13:24:24 +00:00
dsyer
c74a726e6c Bump up time out (again) 2007-08-29 06:49:29 +00:00
dsyer
c999fbbd1a Change Base* to Abstract* to stop it being run multiple times 2007-08-28 20:50:58 +00:00
dsyer
f6372d6f13 RESOLVED - issue BATCH-118: provided oracle schema uses non-supported "INT" data type
http://opensource.atlassian.com/projects/spring/browse/BATCH-118
2007-08-28 20:44:10 +00:00
dsyer
8a6a42285a Add tablePrefix feature to SqlStepDao.
REOPENED - issue BATCH-93: Need to be able to configure table names! 
http://opensource.atlassian.com/projects/spring/browse/BATCH-93
2007-08-28 20:37:05 +00:00
dsyer
b03caffc42 Add tablePrefix feature to SqlStepDao.
REOPENED - issue BATCH-93: Need to be able to configure table names! 
http://opensource.atlassian.com/projects/spring/browse/BATCH-93
2007-08-28 20:35:02 +00:00
dsyer
97e6d74dd5 Tidy imports 2007-08-28 13:21:48 +00:00
dsyer
25fc6b87f1 Added tablePrefix property to SqlJobDao (defaults to "BATCH_").
OPEN - issue BATCH-93: Need to be able to configure table names! 
http://opensource.atlassian.com/projects/spring/browse/BATCH-93
2007-08-28 13:18:25 +00:00
dsyer
26d808cb9e Added tablePrefix property to SqlJobDao (defaults to "BATCH_").
OPEN - issue BATCH-93: Need to be able to configure table names! 
http://opensource.atlassian.com/projects/spring/browse/BATCH-93
2007-08-28 13:16:21 +00:00
dsyer
26401ff11e Fixed samples so they can be launched from command line.
RESOLVED - issue BATCH-115: (some) samples launched from command line don't work 
http://opensource.atlassian.com/projects/spring/browse/BATCH-115
2007-08-28 12:49:08 +00:00
dsyer
293dfcc0e7 Tidy up dependencies inintegration tests 2007-08-28 11:41:56 +00:00