Commit Graph

1707 Commits

Author SHA1 Message Date
dsyer
b64b9d8b7c BATCH-1203: Javadocs 2009-04-13 11:39:44 +00:00
dsyer
09f8f5eba7 Fix Spring Build classpath crap 2009-04-09 20:43:32 +00:00
dhgarrette
7e37d548b5 BATCH-1172: Register RangeArrayPropertyEditor automatically
*New method addRangePropertyEditor() added to CoreNamespaceUtils
   *Called by JobParser and TopLevelStepParser
   *Registers a new CustomEditorConfigurer if no CustomEditorConfigurer currently exists with an entry for Range[]
2009-04-09 20:15:54 +00:00
dsyer
82bc42d102 RESOLVED - issue BATCH-1187: Step shouldn't exit with status=EXECUTING
AbstractStep now sets the ExitStatus (by ANDing with the existing value), so a Tasklet does not have to set it manually.
2009-04-09 11:51:31 +00:00
lucasward
d6744b0be9 Updated javadocs where necessary. 2009-04-08 18:39:21 +00:00
dhgarrette
ea0d5ef95f RESOLVED - BATCH-1200: Update JavaDocs for Listener Annotations 2009-04-08 17:09:37 +00:00
dhgarrette
f306e9e83e RESOLVED - BATCH-1201: Listener Annotations don't allow parameters to be subtypes of expected types 2009-04-08 15:46:40 +00:00
dsyer
47d4afd964 RESOLVED - issue BATCH-1199: Makes SimpleJobLauncher default implementation in CommandLineJobRunner
Add clearer error message
2009-04-08 13:00:47 +00:00
dsyer
ffd11dd427 RESOLVED - issue BATCH-1095: Optionally throw exception if late binding fails 2009-04-07 15:54:52 +00:00
dsyer
926f61972f RESOLVED - issue BATCH-1196: ExecutionContext not re-hydrated by JdbcJobExecutionDao 2009-04-07 15:11:51 +00:00
dsyer
f708120524 OPEN - issue BATCH-1198: processSkipCount and filterCount mixed up 2009-04-07 11:46:31 +00:00
dsyer
f12edbb546 RESOLVED - issue BATCH-1197: Rerunning a job sometimes creates new job instance 2009-04-07 09:05:14 +00:00
dsyer
c4e02c9a4e RESOLVED - issue BATCH-1185: Job slows when step scope is used
http://jira.springframework.org/browse/BATCH-1185
2009-04-06 14:38:23 +00:00
dhgarrette
3ad828b771 BATCH-1132 & BATCH-1138: Removed default in xsd from abstract= attribute 2009-04-05 21:05:57 +00:00
dhgarrette
a686033674 BATCH-1181:
* Added test to make sure <step/> element's parent= attribute could reference a beans:bean
 * Some small cleanup
2009-04-05 20:49:28 +00:00
lucasward
17dd5bb3f4 BATCH-1150: Modified the StepExecutionPreparedStatementSetter to no longer implement StepExecutionListener. Also changed the name to ListPreparedStatementSetter. 2009-04-03 02:53:52 +00:00
dhgarrette
8ef418dfe3 BATCH-1189: By default, all exceptions should be fatal 2009-04-02 03:49:20 +00:00
dhgarrette
f0bba9c1c5 BATCH-1189: Added some unit tests 2009-04-02 03:48:18 +00:00
dhgarrette
3dc92be2ed BATCH-1189: By default, all exceptions should be fatal 2009-04-01 21:22:43 +00:00
dhgarrette
0660b7ed59 Updated javadocs with more information. 2009-04-01 16:40:05 +00:00
dhgarrette
6358cb2bf2 RESOLVED - BATCH-1184: DelegatingStep is not used. It should be removed. 2009-03-30 17:06:34 +00:00
dhgarrette
f8144a68aa BATCH-1183: Implement toString() on Step implementations 2009-03-30 14:39:15 +00:00
dhgarrette
246b1a61b6 BATCH-1183: Implement toString() on Step implementations 2009-03-30 14:29:19 +00:00
dhgarrette
aac13324df BATCH-1181: Updated xsd to use "xsd:all" for elements within a <tasklet/> 2009-03-30 04:56:17 +00:00
dhgarrette
2aea7688d3 BATCH-1181: Changed <chunk-tasklet/> to <chunk/> 2009-03-26 13:02:22 +00:00
dhgarrette
85fa0c7d7a BATCH-1181: Changed <chunk-tasklet/> to <chunk/> 2009-03-26 13:01:59 +00:00
dhgarrette
93b2754b7c BATCH-1181: <step/> element always assumes the step is a TaskletStep 2009-03-26 04:42:19 +00:00
dhgarrette
69c8cbc120 BATCH-1179: Remove ref= attribute from <step/> in favor of parent= 2009-03-25 21:10:38 +00:00
dhgarrette
d25a779444 BATCH-1180: Error occurs if parent= attribute appears on inline <step/> without tasket 2009-03-25 17:53:55 +00:00
dhgarrette
e2d5282701 BATCH-1178: <step/> with "ref=" silently ignores other attributes 2009-03-25 15:55:58 +00:00
dhgarrette
94c467e919 updated unit test to use top level <step/> element to define a step 2009-03-25 14:56:39 +00:00
dsyer
945c0d91df BATCH-1095, BATCH-1174: Late binding of jobParameters does not work if late binding expression is not preceded or trailed by string 2009-03-25 09:15:02 +00:00
dsyer
56de18f884 RESOLVED - issue BATCH-1171: Interrupted step does not fail job.
Added check for STOPPED status in AbstractJob.
2009-03-23 10:52:55 +00:00
dhgarrette
d695ccece2 BATCH-1129: small namespace/parser cleanup 2009-03-20 18:57:25 +00:00
dhgarrette
6efcda99d6 BATCH-1167: Create constants for element and attribute names in the namespace 2009-03-20 18:02:05 +00:00
dsyer
c87f61adf7 RESOLVED - issue BATCH-1164: Putting scope="step" on a listener causes failure 2009-03-20 16:42:38 +00:00
dhgarrette
7e394ddb0a BATCH-1165: Fixed unit test that failed due to changed error message. 2009-03-20 15:22:34 +00:00
dhgarrette
94037facb8 RESOLVED - BATCH-1165: Allow 'id' and 'ref' to exist together on <*-listener/> 2009-03-20 15:12:16 +00:00
dsyer
a8a6f27e83 BATCH-1129: move <no-rollback-*/> up to <step/> in schema. 2009-03-20 15:01:11 +00:00
dsyer
b855eb87f6 Remove redundant reference to tx namespace 2009-03-20 11:09:08 +00:00
dsyer
05ed35106c RESOLVED - issue BATCH-1129: Problems with exception classifications 2009-03-20 11:01:54 +00:00
dhgarrette
f22718d5f3 BATCH-1160: xsd cleanup 2009-03-20 07:23:20 +00:00
dhgarrette
dc71fe4431 BATCH-1163: In Batch xsd, elements in <job/> should be unordered 2009-03-20 07:07:09 +00:00
dhgarrette
b72b7ae14d BATCH-1160 & BATCH-1162: Elements in <step/> and <split/> should be unordered 2009-03-20 06:31:34 +00:00
dhgarrette
e34b89cc2c BATCH-1160: In Batch xsd, stepType and flowStepType should be unordered 2009-03-20 05:54:38 +00:00
dhgarrette
4390d193be Clean up xsd a bit and fix some annotations 2009-03-20 04:19:01 +00:00
dhgarrette
bfd7740b96 BATCH-1161: Throw error if a flow has no steps 2009-03-20 04:18:43 +00:00
dsyer
a0730274c5 BACH-1100: Eclipse / SVN weirdness 2009-03-19 07:20:12 +00:00
dsyer
583a5917a8 Tidy up Spring config meta data to remove errors 2009-03-19 07:15:05 +00:00
dsyer
93b3bde99b RESOLVED: BATCH-1100. Change retry/skip logic to be more efficient (and limit to single-threaded readers) 2009-03-19 06:52:53 +00:00