Commit Graph

635 Commits

Author SHA1 Message Date
dsyer
09fc32c4b9 OPEN - issue BATCH-304: BatchCommandLineLauncher simplified and rename
http://jira.springframework.org/browse/BATCH-304

Nuke JobIdentifier
2008-01-24 08:47:16 +00:00
dsyer
13bce7b1e1 OPEN - issue BATCH-304: BatchCommandLineLauncher simplified and rename
http://jira.springframework.org/browse/BATCH-304

Allow BatchStatus to be null in Dao (why not?)
2008-01-24 08:11:23 +00:00
dsyer
5a8635a32e OPEN - issue BATCH-304: BatchCommandLineLauncher simplified and rename
http://jira.springframework.org/browse/BATCH-304

First part of JobParameters and retirement of JobIdentifier.  Tests are borken, but not by these changes so I figure I have to get them in!
2008-01-24 08:07:20 +00:00
lucasward
21f23e05d1 BATCH-311:Added factory for JobInstanceProperties. 2008-01-23 23:17:51 +00:00
lucasward
50a9f0d84d BATCH-311:Added factory for JobInstanceProperties. 2008-01-23 23:17:24 +00:00
dsyer
38e58f8c45 Tidy imports. 2008-01-23 17:56:58 +00:00
lucasward
1a7fdce73b BATCH-310: BatchStatus now implements Serializable with a readResolve(). Added a test case for serialization. 2008-01-23 17:44:46 +00:00
dsyer
2731c3299c OPEN - issue BATCH-304: BatchCommandLineLauncher simplified and rename
http://jira.springframework.org/browse/BATCH-304

Remove JobIdentifierFactory from runner some more
2008-01-23 16:50:30 +00:00
dsyer
94338b0eac OPEN - issue BATCH-304: BatchCommandLineLauncher simplified and rename
http://jira.springframework.org/browse/BATCH-304

Organise imports
2008-01-23 16:45:54 +00:00
lucasward
b5b3019899 BATCH-295: Added logging statements and null chucks to Logger. Also corrected the JavaDocs. 2008-01-23 16:45:46 +00:00
dsyer
7565cd19f8 OPEN - issue BATCH-304: BatchCommandLineLauncher simplified and rename
http://jira.springframework.org/browse/BATCH-304

Remove JobIdentifierFactory from runner
2008-01-23 16:45:33 +00:00
dsyer
6f762fae5d Remove some System.err 2008-01-23 16:42:16 +00:00
dsyer
f7d53868ce Use interface instead of impl for item reader in unit test in case AOP interceptor breaks autowiring. 2008-01-23 16:40:54 +00:00
lucasward
24fd1d8002 Fixed HibernateFailureJob, which wasn't validating it's preconditions, causing a nullpointerexception 2008-01-23 13:34:22 +00:00
dsyer
8833158f0d Remove duplicate job name (causing failures in test suite) 2008-01-23 12:23:27 +00:00
dsyer
d67a4b4caf Attempt to fix simpleTaskletJob 2008-01-23 09:59:48 +00:00
dsyer
c67607084d Tidy up build problems overnight. 2008-01-23 09:13:16 +00:00
dsyer
69f6d8891a Tidy up build problems overnight. 2008-01-23 09:08:09 +00:00
lucasward
4f69c324e6 BATCH-295: JobLauncher now only contains one method: run(Job, JobInstanceProperties). Misc. other changes were made to facilitate. 2008-01-22 23:40:40 +00:00
lucasward
2e68e82e84 BATCH-295: JobLauncher now only contains one method: run(Job, JobInstanceProperties). Misc. other changes were made to facilitate. 2008-01-22 23:39:41 +00:00
lucasward
f707a9d3d9 BATCH-295: JobLauncher now only contains one method: run(Job, JobInstanceProperties). Misc. other changes were made to facilitate. 2008-01-22 23:38:54 +00:00
dsyer
9cb2437e7e OPEN - issue BATCH-304: BatchCommandLineLauncher simplified and rename
http://jira.springframework.org/browse/BATCH-304

Wrong name for job launcher class in config
2008-01-22 21:01:11 +00:00
dsyer
1c6bbfc85a Shave Javadocs + remove unnecessary ant build step 2008-01-22 19:48:54 +00:00
dsyer
cb1a692196 OPEN - issue BATCH-304: BatchCommandLineLauncher simplified and rename
http://jira.springframework.org/browse/BATCH-304

Rename "Dispatcher" to "Runner"
2008-01-22 16:14:45 +00:00
dsyer
10fd69d07a OPEN - issue BATCH-304: BatchCommandLineLauncher simplified and rename
http://jira.springframework.org/browse/BATCH-304

Polish documentation
2008-01-22 16:13:06 +00:00
dsyer
3d87a045ac OPEN - issue BATCH-304: BatchCommandLineLauncher simplified and rename
http://jira.springframework.org/browse/BATCH-304

Change name to SimpleCommandLineJobDispatcher and make beanRefContext optional.
2008-01-22 16:11:29 +00:00
dsyer
ce401e05cd Store stack trace in ExitStatus if step executor detects exception 2008-01-22 14:21:13 +00:00
dsyer
6f33be4af5 RESOLVED - issue BATCH-303: Replace repeat contexts in core domain with boolean flag that can be checked by executors
http://jira.springframework.org/browse/BATCH-303

Add test for step executions registered with job execution
2008-01-22 13:54:45 +00:00
dsyer
eeddeff59b OPEN - issue BATCH-303: Replace repeat contexts in core domain with boolean flag that can be checked by executors
http://jira.springframework.org/browse/BATCH-303
2008-01-22 13:52:17 +00:00
dsyer
552549f897 OPEN - issue BATCH-303: Replace repeat contexts in core domain with boolean flag that can be checked by executors
http://jira.springframework.org/browse/BATCH-303
2008-01-22 13:45:02 +00:00
dsyer
3d5c2b44e3 OPEN - issue BATCH-192: ScheduledJobIdentifier.scheduleDate can cause issues because it is java.util.Date
http://jira.springframework.org/browse/BATCH-192

Add test for Timestamp in job parameters.
2008-01-21 16:05:23 +00:00
dsyer
4a900c8800 Comment on use of non-nulls in parameters table 2008-01-21 15:53:04 +00:00
dsyer
678ccc06d9 RESOLVED - issue BATCH-45: Create a POJO adapter for batch Tasklet
http://jira.springframework.org/browse/BATCH-45

Use the existing method invoking delegator to provide a crude adapter (not trying to pass result back in).
2008-01-21 15:29:12 +00:00
dsyer
d5b0b35175 RESOLVED - issue BATCH-247: update samples job matrix
http://jira.springframework.org/browse/BATCH-247

Convert XLS job matrix to APT.
2008-01-21 14:34:10 +00:00
dsyer
c449d7c90c Fix order-dependent test failure (caused by lack of primary key in GAMES) 2008-01-21 14:10:22 +00:00
dsyer
8ab7e1371a RESOLVED - issue BATCH-281: Null fields cause problems in Oracle and Derby
http://jira.springframework.org/browse/BATCH-281
2008-01-21 13:44:50 +00:00
dsyer
badcf74c7b OPEN - issue BATCH-295: JobLauncher should have only one run method.
http://jira.springframework.org/browse/BATCH-295

Add a property editor for JobIdentifier so the JMX demo can work.
2008-01-21 11:37:12 +00:00
dsyer
c4e47ffab0 Remove unused imports 2008-01-21 11:31:47 +00:00
dsyer
a00f675b6a Complete - task 67: Football job failures .
Remove unnecessary extra properties file and launcher - use jobLauncher instead
2008-01-19 17:10:52 +00:00
lucasward
016e7e40c9 Fixed Thread timing issue in unit test that can cause issues on the build server. 2008-01-18 00:54:03 +00:00
lucasward
8565fdc069 Batch-295:Added DefaultJobLauncher, which implements the JobLauncher interface in a different. Misc. other changes were made in support of this. 2008-01-18 00:42:41 +00:00
lucasward
0d43f7d307 Batch-295:Added DefaultJobLauncher, which implements the JobLauncher interface in a different. Misc. other changes were made in support of this. 2008-01-18 00:42:27 +00:00
lucasward
530970c9d4 Batch-295:Added DefaultJobLauncher, which implements the JobLauncher interface in a different. Misc. other changes were made in support of this. 2008-01-18 00:42:06 +00:00
lucasward
9d79f5340d Changed internal implementation of JobInstanceProperties to use LinkedHashMap instead of HashMap, to ensure consistent ordering. 2008-01-17 17:36:37 +00:00
dsyer
b6cd45be6b Javadoc TODO in private method 2008-01-17 16:18:01 +00:00
lucasward
c538ce6852 Added additional test to ensure JobInstanceProperties toString() is functioning properly 2008-01-17 16:17:29 +00:00
lucasward
b23991c9f1 BATCH-162: FootballJob unit test now uses a file with a smaller dataset, and has been removed from the exclusion portion of the pom. A .launch has been added which uses the large files. 2008-01-17 14:45:54 +00:00
lucasward
682cfb560f BATCH-162: FootballJob unit test now uses a file with a smaller dataset, and has been removed from the exclusion portion of the pom. A .launch has been added which uses the large files. 2008-01-17 14:43:51 +00:00
dsyer
ddac3e8e5e RESOLVED - issue BATCH-296: rollback of first chunk fails
http://jira.springframework.org/browse/BATCH-296

Added additional test, but the bug was already fixed in m3.
2008-01-17 13:13:06 +00:00
dsyer
72167a78c6 Hopefully fix FieldSet changes (uncommitted) and add also some work in progress on JobLauncher interface change 2008-01-17 13:01:03 +00:00