dsyer
7bd60503c5
BATCH-1443: add XML support for JobStep
2009-12-13 15:21:00 +00:00
dsyer
f28b03ac89
Add test for FlowStep factory
2009-12-09 07:53:26 +00:00
dsyer
5b4107a873
Add test for PartitionStep factory
2009-12-09 07:44:09 +00:00
dsyer
8e1f054bd2
RESOLVED - issue BATCH-1372: Namespace support for partitioning
...
Also tidied up (changed) construction pattern for SimpleStepExecutionSplitter, so it doesn't need a step instance.
2009-12-09 07:36:41 +00:00
dsyer
743a5f84fe
Remove some warnings
2009-12-08 18:44:52 +00:00
dsyer
feb72db8f8
BATCH-1439: revert that change
2009-12-08 18:43:38 +00:00
dsyer
dc21da497f
RESOLVED - issue BATCH-1458: Add FlowStep: a Step implementation that executes a flow
...
Javadocs + re-org update() methods
2009-12-08 18:03:30 +00:00
dsyer
1ed2e13b3b
RESOLVED - issue BATCH-1458: Add FlowStep: a Step implementation that executes a flow
2009-12-08 17:37:56 +00:00
dsyer
a33ac75d50
BATCH-1456: re-opened and put in temporary fix
2009-12-05 08:34:55 +00:00
dsyer
f37bdaa9d8
Don't use @PostConstruct
2009-12-04 19:14:58 +00:00
dsyer
8160cb1f1c
Fix issue with build (via BATCH-1546).
2009-12-04 19:12:51 +00:00
dsyer
b451c219bf
BATCH-1456: add dummy 2.0 schema and a detector for the wrong schema declaration.
2009-12-04 18:36:05 +00:00
dsyer
93be098a97
BATCH-1394: add support for SpEL with Spring 3.0 in step scope
2009-11-29 17:00:42 +00:00
dsyer
20236ab918
Add toString() to wrapped steps
2009-11-28 09:18:14 +00:00
dsyer
8928afe0bf
RESOLVED - issue BATCH-1281: Make ItemProcessor semantics optionally non-transactional and run-once
2009-11-26 16:21:45 +00:00
dsyer
8212f02c86
BATCH-1451: upgrade Hibernate and fix resulting issues
2009-11-26 13:36:36 +00:00
dsyer
b6ea930f28
BATCH-1450: make Maps in Daos local not global
2009-11-26 08:57:22 +00:00
lucasward
2cced977ec
BATCH-1343:Reverted previous change
2009-11-26 05:45:53 +00:00
lucasward
d0ae07946e
BATCH-1343:Changed JobLauncher signature to throws JobExecutionExecption, rather than individual exceptions
2009-11-26 05:27:34 +00:00
dsyer
fc37dc27c9
RESOLVED - issue BATCH-1316: JobParameters throws NullPointerException on missing key
2009-11-24 10:04:15 +00:00
dsyer
c8f0680da4
Add test to verify that a decision state can fail a job by throwing an exception
2009-11-19 13:07:31 +00:00
dsyer
b1b8e6085b
RESOLVED - issue BATCH-1447: Ensure that JobLauncher fails a job if the task executor cannot run it
2009-11-19 12:48:43 +00:00
dsyer
ed42a6bc24
RESOLVED - issue BATCH-1446: Add convenience method to ExitStatus for capturing stack trace
2009-11-19 12:44:22 +00:00
dsyer
eb3fd63133
Add additional test for step scope
2009-11-18 07:46:08 +00:00
dsyer
fcf7b1d1c4
BATCH-1444: better check for ChunkMonitor stream
2009-11-18 07:45:54 +00:00
dsyer
75202ba087
RESOLVED - issue BATCH-1443: Add JobStep: a Step implementation that executes a Job
2009-11-16 14:19:17 +00:00
dsyer
36b6711531
RESOLVED - issue BATCH-1439: Add test case for all XML in parser tests
2009-11-16 09:08:58 +00:00
dsyer
fa1ddbf2ea
RESOLVED - issue BATCH-1439: Make step names unique within a job
2009-11-16 08:46:56 +00:00
dsyer
3bf6bd59da
OPEN - issue BATCH-1380: Make <flow/> a top-level element, so it can be shared or strategised in a job
...
Add <flow/> at top level and as element in a flow.
2009-11-12 15:02:45 +00:00
dsyer
877481bd31
Fix Spring3 integration test (default scope is null in Spring 3)
2009-11-12 12:51:02 +00:00
dsyer
a36f5163b1
Fix build
2009-11-12 09:09:03 +00:00
dsyer
8563523307
RESOLVED - issue BATCH-1411: Allow a Job to specify its required JobParameters
...
Move validation check to AbstractJob (and out of Job)
2009-11-12 09:03:05 +00:00
dhgarrette
76a2fd1886
BATCH-1436: Allow inner bean for configuration of tasklet
2009-11-12 06:32:59 +00:00
dsyer
0dba72d2a6
RESOLVED - issue BATCH-1411: Allow a Job to specify its required JobParameters
2009-11-11 20:49:31 +00:00
dsyer
f1f1b130e2
BATCH-1372: remove 2.0.xsd and add tooling meta data
2009-11-11 13:42:15 +00:00
dsyer
44754eb4a1
RESOLVED - issue BATCH-1437: Support for CallbackPreferringPlatformTransactionManager (and for native TX in WAS)
...
Removed FatalException as well, since it isn't needed any more - the fatal condition can be detected in a TX synchronization.
2009-11-11 13:09:39 +00:00
dsyer
c0b0b50f7c
OPEN - issue BATCH-1437: Support for CallbackPreferringPlatformTransactionManager (and for native TX in WAS)
...
Refactored TaskletStep so that it uses a TransactionCallback. It's actually much nicer that way because commit failures can be detected and accounted for with a proper rollback, instead of just panicking and using BatchStatus.UNKNOWN.
2009-11-11 12:46:52 +00:00
dsyer
e738590a61
BATCH-834: catch a corner case where stop signal is not propagated to other steps (e.g. in a split).
2009-11-10 15:04:18 +00:00
dsyer
523a92bd47
RESOLVED: BATCH-1427: Fix broken build
2009-11-10 14:38:25 +00:00
dsyer
3d421d7841
RESOLVED: BATCH-1427: extracted FatalException into parent package instead of inner class.
2009-11-10 13:52:59 +00:00
dsyer
9729bf588d
Added assertion for another test for skip listeners on read
2009-11-04 13:35:16 +00:00
dsyer
a35a1805b6
RESOLVED - issue BATCH-1300: Add description element to <job/> and <step/>
2009-11-04 13:34:42 +00:00
dsyer
f2e96f4f71
RESOLVED - issue BATCH-1421: Add method to get all job names to JobExplorer
2009-11-04 12:21:04 +00:00
dsyer
d1244127b0
RESOLVED - issue BATCH-1416: Namespace support for max varchar length in execution context and execution daos
2009-11-04 09:04:15 +00:00
dsyer
4732c118b0
RESOLVED - issue BATCH-1419: Change is-reader-transactional-queue to reader-transactional in <chunk/>
...
http://jira.springframework.org/browse/BATCH-1419
2009-11-04 08:47:20 +00:00
dsyer
d155842045
Added another test for skip listeners on read
2009-11-03 16:14:16 +00:00
dsyer
410968cf02
OPEN - issue BATCH-1428: Add support for lobhandler in job repository name space / factory bean
...
http://jira.springframework.org/browse/BATCH-1428
2009-10-29 20:34:31 +00:00
dsyer
232d739dbd
RESOLVED - issue BATCH-1420: Late Binding only happens first time when using inner bean definition with collection property
2009-10-16 19:15:17 +00:00
dsyer
e349e4a643
RESOLVED - issue BATCH-1415: Execution context cannot be saved on Oracle (UTF8) when context length is between 2000 and 2500 characters
...
http://jira.springframework.org/browse/BATCH-1415
2009-09-28 13:18:20 +00:00
dsyer
79c86bf13d
RESOLVED - issue BATCH-1414: Move schema scripts to a package
...
http://jira.springframework.org/browse/BATCH-1414
2009-09-25 08:30:27 +00:00