Commit Graph

673 Commits

Author SHA1 Message Date
dsyer
c2b7519b7b Finish off placeholder test with method invoking tasklet 2009-05-28 12:30:25 +00:00
dsyer
4441df3b63 Add simple placeholder test with method invoking tasklet 2009-05-28 12:25:04 +00:00
dsyer
cfb9d16d39 Move ivy build to conventional location 2009-05-28 12:24:16 +00:00
dsyer
e6462c47bb add exclusion to hibernate 2009-05-28 12:09:44 +00:00
dsyer
ffaef35e34 switch over to Maven Central style dependencies 2009-05-28 11:56:48 +00:00
dhgarrette
3a950f4bd6 BATCH-1249: Add missing files to .springBeans 2009-05-27 23:43:23 +00:00
dhgarrette
472ccb2580 BATCH-1249: Add files to .springBeans in samples project 2009-05-27 17:02:41 +00:00
dsyer
112e33f6a4 RESOLVED - issue BATCH-1251: Use standard JPQL in JPA sample 2009-05-27 09:38:56 +00:00
dhgarrette
b9589158a7 BATCH-1247: Move aggregation from Processor to LineAggregator 2009-05-22 06:28:43 +00:00
dhgarrette
bf2d9af030 BATCH-1247: Clean up multilineOrderJob sample 2009-05-22 06:13:28 +00:00
dhgarrette
9bdfdcbc43 BATCH-1213: Defaults in xsd override parent attributes
*Introduced CoreNamespacePostProcessor to handle injection of JobRepository and TransactionManager onto jobs and steps defined using the namespace.
 *Introduced JobParserJobFactoryBean used to instantiate a FlowJob via the namespace.
 *Modified defaulting behavior of jobRepository attribute.  Job's jobRepository now always overrides the Step's.
2009-05-18 23:54:18 +00:00
dsyer
d6c6d1ba05 OPEN - issue BATCH-1240: ItemStream is not registered when defined in step scope
Added test cases.
2009-05-13 11:11:48 +00:00
dsyer
cb624c841b BATCH-1211: updated samples docs 2009-05-13 10:51:09 +00:00
dsyer
847049eb52 Wait a bit to give jobs a chance to start (broken build fixed?) 2009-05-06 19:33:08 +00:00
dsyer
19dee310c6 RESOLVED - issue BATCH-1230: scope "step" does not work together with Annotation "@BeforeStep" 2009-05-04 11:21:34 +00:00
dhgarrette
2a3dd2aca7 BATCH-1225: Created "Restart File Sample" to demonstrate the restart capability of the FlatFileItemReader and FlatFileItemWriter. 2009-05-01 19:13:29 +00:00
dsyer
5519d0ae1f duh! needs to be compile scope 2009-04-22 20:36:20 +00:00
dsyer
c5553c36f0 fix broken build (wrong scope for command-line build) 2009-04-22 20:08:03 +00:00
dsyer
d8c0d33e95 Fix samples command line launchers so they work with m2eclipse 2009-04-22 06:34:08 +00:00
dsyer
339b8e3060 Tidy up loose ends from build 2009-04-13 11:34:07 +00:00
dsyer
2e7f38a6a8 [maven-release-plugin] prepare for next development iteration 2009-04-10 16:27:47 +00:00
dsyer
cd4d2d61be [maven-release-plugin] prepare release 2.0.0.RELEASE 2009-04-10 16:26:37 +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
46a912cd6e RESOLVED - issue BATCH-1194: switch to m2eclipse 2009-04-06 15:04:51 +00:00
dsyer
3bfc17433e BATCH-1188: upgrade to bundlor M2 2009-04-06 08:54:09 +00:00
dhgarrette
3dc92be2ed BATCH-1189: By default, all exceptions should be fatal 2009-04-01 21:22:43 +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
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
dsyer
6b1e440a67 BATCH-1169: change comment to correct name for system property 2009-03-23 07:18:27 +00:00
dsyer
bf9b9c2fc2 BATCH-1168: copy generated resources 2009-03-22 22:02:54 +00:00
dsyer
699e5f9a2a BATCH-1168: use VARCHAR for fields over 255 chars 2009-03-22 21:37:32 +00:00
dsyer
01e09d4a21 [maven-release-plugin] prepare for next development iteration 2009-03-20 18:23:31 +00:00
dsyer
9c441df465 [maven-release-plugin] prepare release 2.0.0.RC2 2009-03-20 18:22:05 +00:00
dsyer
bdab2d99c9 add changelog for RC2 2009-03-20 17:47:40 +00:00
dsyer
c87f61adf7 RESOLVED - issue BATCH-1164: Putting scope="step" on a listener causes failure 2009-03-20 16:42:38 +00:00
dsyer
05ed35106c RESOLVED - issue BATCH-1129: Problems with exception classifications 2009-03-20 11:01:54 +00:00
dhgarrette
dc71fe4431 BATCH-1163: In Batch xsd, elements in <job/> should be unordered 2009-03-20 07:07:09 +00:00
dhgarrette
e34b89cc2c BATCH-1160: In Batch xsd, stepType and flowStepType should be unordered 2009-03-20 05:54:38 +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
dhgarrette
d2a5aeb616 BATCH-1080:
BATCH-1145:
  Since both <step/> and <tasklet/> set directly to the *StepFactoryBean, their "parent" attributes were overwriting each other.  As a solution, the top-level <tasklet/> element has been removed.  To achieve the same result, the user can use an abstract top-level step with nothing declared but the <tasklet/>.
2009-03-14 02:58:20 +00:00
dhgarrette
cf062493e2 BATCH-1153: Removed "id" from all <listener/> elements. <job-listener/> and <step-listener/> have an optional "id" since no id needed when defined within a bean. 2009-03-13 23:29:26 +00:00
dhgarrette
e493bd5ceb BATCH-1131:
*Move "transaction-attribute" attribute from <tasklet/> to <step/> as <transaction-attributes/>
BATCH-1152:
 *Allow comma and newline as delimiters in exception lists in namespace
2009-03-13 20:18:26 +00:00
dhgarrette
9e35519672 RESOLVED - BATCH-1147:
*Fixed SimpleChunkProcessor so that the filter count is applied correctly
 *Updated SimpleChunkProcessorTests and CustomerFilterJobFunctionalTests to check the filter count.
2009-03-13 17:26:50 +00:00
dhgarrette
1d3a2f0c6f BATCH-1132: add support for "abstract" attribute on <step/> 2009-03-11 23:39:02 +00:00
dhgarrette
a273055e9f BATCH-1135: Create top-level element <step-listener/> 2009-03-11 20:47:24 +00:00
dhgarrette
aaeeb74092 BATCH-1132:
*Updated parsers to handle 'parent' attribute of <step/>.
 *Attribute "parent" can be used on standalone and inline step declaration as well as with the 'tasklet' attribute.
 *To be consistent with treatment of listeners and tasklets, 'parent' can't be combined with 'ref' on <step/>.
2009-03-11 18:22:59 +00:00
dhgarrette
b7bc7695e0 BATCH-1120: Added chunk-completion-policy to <tasklet/> element. 2009-03-09 21:25:22 +00:00