Costin Leau
f767dc8824
BATCH-1834: extend step xsd to allow custom namespaces as tasklets
2012-07-16 11:17:00 +01:00
Mike Wilkes
1854dfeb3a
BATCH-1865: SimpleChunkProvider no longer calls afterRead listener when EOF reached
2012-07-05 09:14:23 +01:00
Dave Syer
909fb814aa
BATCH-1861: fix for JDK 5 compiler
2012-07-04 09:00:26 +01:00
Robert Fischer
753472716f
BATCH-1861: Concurrency support for the in-memory jobs, job repositories, etc.
2012-07-04 08:04:31 +01:00
Dave Syer
2b16a43750
BATCH-1830: always use INFO and only DEBUG the stack trace
2012-07-03 09:13:54 +01:00
Dave Syer
e4d95202a7
BATCH-1830: log JobInterruptedException at INFO by default
2012-07-01 19:46:07 +01:00
Dave Syer
bbb2a3ca39
BATCH-1761: tweak a couple of assertions in test cases
2012-06-28 15:24:48 +01:00
Dave Syer
a0a02b237f
BATCH-1761: attempted fix using new flag in user data
...
- the writing phase needs to communicate with the processing phase
- when processing a chunk that is going to be scanned we need to
only call the processor on the first item, but otherwise all of
them
2012-06-28 14:12:09 +01:00
Dave Syer
d043fa9e30
BATCH-1761: test cases from Morten
2012-06-27 16:14:59 +01:00
Dave Syer
2d4363e893
BATCH-1804: change scan behaviour if not in recovery
2012-06-27 15:49:31 +01:00
David Thexton
00aab3eafa
Add tests and implement fix for very quick running (<1ms) jobs (incorporating suggestions made)
2012-05-16 12:44:18 +01:00
Mickaël Leduque
bea966ce4a
Fix incorrect error message in assertion
2012-05-08 14:12:46 +01:00
Lucas Ward
aa1c382c4c
RESOLVED - BATCH-1853: If the JobParameters is asked for a Date value that doesn't exist, it will now return null rather than throwing NPE
2012-05-04 10:17:16 -05:00
Robert Kasanicky
60340e75b0
RESOLVED - BATCH-1826: Null pointer exception if optional parameter of
...
type DATE is null
2012-04-06 15:56:17 +02:00
Robert Kasanicky
c1f3b9cbc4
RESOLVED - BATCH-1826: Null pointer exception if optional parameter of
...
type DATE is null
2012-04-06 15:51:29 +02:00
Robert Kasanicky
610bfb8687
RESOLVED - BATCH-1806: Javadoc for FlowExecutionStatus
2012-04-06 14:26:29 +02:00
Robert Kasanicky
dcd1e03ff6
RESOLVED - BATCH-1805: Clarify JavaDoc for JobParametersConverter
2012-04-06 14:21:28 +02:00
Damien Hollis
c5675b23a5
BATCH-1841 ChunkElementParser Inheritance Error
...
Fixes bug in ChunkElementParser that caused the
retryable-exception-classes and skippable-exception-classes
defined on parent bean to be ignored.
Polishing
Reverted spaces to tabs and added another test.
Updated config for ParentStepFactoryBeanParserTests
.testSkippableLateBindingAttributes
2012-03-05 10:52:37 -05:00
Gary Russell
4b552d0113
Revert "BATCH-1841 ChunkElementParser Inheritance Error"
...
This reverts commit 49645285d4 .
2012-03-05 10:24:59 -05:00
Damien Hollis
49645285d4
BATCH-1841 ChunkElementParser Inheritance Error
...
Fixes bug in ChunkElementParser that caused the
retryable-exception-classes and skippable-exception-classes
defined on parent bean to be ignored.
Polishing
Reverted spaces to tabs and added another test.
2012-03-05 09:53:19 -05:00
Gary Russell
1ce4cb1e95
BATCH-1837 Spring 3 Compatibility
...
Update profile to Spring 3.0.7; fix compile issues in 2
tests.
2012-02-21 19:53:49 -05:00
Morten Andersen-Gott
ffc09f6468
BATCH-1751 changed transaction timeout attribute from int to string to accomodate setting it through PPC
2012-02-06 11:15:31 +00:00
Morten Andersen-Gott
c7ca71d771
BATCH-1814 CompositeJobParametersValidator to accomodate list of JobParametersValidators
2012-02-06 11:15:31 +00:00
Morten Andersen-Gott
a6540176e3
onWriteError is called when items fail in recovery mode
2011-11-23 14:24:45 +01:00
Robert Kasanicky
488ba7a37b
RESOLVED - BATCH-1815: RunIdIncrementer goes against java best practices
2011-11-20 21:21:51 +01:00
Morten Andersen-Gott
7fb85bbc1b
Fixed issue that broke maven build
2011-10-21 13:03:54 +01:00
Morten Andersen-Gott
af84be4f75
BATCH-1783 Wrapping exceptions from chunklisteners in FatalStepExecutionException to force step termination
2011-10-19 10:06:23 +02:00
Dave Syer
4f550d4250
BATCH-1777: add explicit check for custom numberformat when formatting doubles
2011-08-02 17:17:09 +01:00
Dave Syer
c321a1dc07
BATCH-1775: fix inner bean definition parser inside <chunk/> element
2011-07-27 09:32:24 +01:00
Dave Syer
3d6ea235f0
BATCH-1760: remove non-javadoc comments
2011-06-07 08:10:52 +01:00
Dave Syer
0151529077
BATCH-1756: Fix DefaultJobParametersConverter to produce keys in *(double) for DOUBLE parameters
2011-06-01 10:12:02 +01:00
Dave Syer
46b8fcac1f
BATCH-1712: revert changes in 2.1.7
2011-05-08 08:43:12 +01:00
Dave Syer
3a99b70397
BATCH-1703: fix JobExecution.addStepExecutions()
2011-05-08 08:42:52 +01:00
Dave Syer
3f38056ff3
BATCH-1730: allow flow to be repeated in a PartitionStep
2011-05-05 08:58:48 +01:00
Dave Syer
3e95630fa6
BATCH-1743: loosen partition handler validation
2011-05-04 15:31:13 +01:00
Dave Syer
8efa4f4189
BATCH-1744, BATCH-1739: fix inheritance problems with retry and skip exceptions, revert skip-limit and retry-limit late binding
2011-05-04 12:05:41 +01:00
Dave Syer
422974800d
BATCH-1739: fix all retry/skip inconsistencies *except* with late binding of limits
2011-05-04 11:16:37 +01:00
Dave Syer
6dfc3a4a61
BATCH-1743: extract target from proxy before making assumptions about type
2011-05-04 10:23:32 +01:00
Dave Syer
a61a9842ae
BATCH-1739: add test (passes now showing workaround)
2011-05-03 08:09:34 +01:00
Dave Syer
3014556738
BATCH-1727: fixed property placeholder ordering problem in child contexts
2011-04-15 11:28:50 +01:00
Dave Syer
d8c85036ab
BATCH-1724: subtle bug in simple chunk processor
2011-04-05 12:01:52 +01:00
Dave Syer
a26bb2fbb1
BATCH-1713: re-hydrate step executions in job explorer
2011-04-05 09:01:48 +01:00
Dave Syer
9bbf1f5c72
BATCH-1316: adjust default values for long and double
2011-04-05 09:01:48 +01:00
Dave Syer
58ad6bd542
BATCH-1396: added step scope to retry and fixed bugs
2011-03-21 09:35:20 +00:00
Dave Syer
aeadf8b02e
BATCH-1717: catch and rethrow to protect against retry infinite loop
2011-03-21 09:26:48 +00:00
Dave Syer
eb79b4c2fb
BATCH-1396: added step scope to skip policy in chunk parser
2011-03-20 09:32:36 +00:00
Dave Syer
76da913c25
BATCH-1396: added step scope to completion policy in chunk parser
2011-03-19 16:45:43 +00:00
Dave Syer
23587e0855
BATCH-1396: added step scope to completion policy in chunk parser
2011-03-19 16:14:50 +00:00
Dave Syer
323cdf6f15
BATCH-1693: remove use of deprecated constructor
2011-03-19 14:17:51 +00:00
Dave Syer
ce209c6a55
BATCH-1713: add explicit ExecutionContext re-hydration for step executions in JobExplorer
2011-03-18 14:55:51 +00:00