Commit Graph

1330 Commits

Author SHA1 Message Date
dsyer
5545925e17 BATCH-1636: add Ordered interface 2010-10-10 16:06:20 +00:00
dsyer
07b39aaf0e BATCH-1531: add docs to user guide and javadocs 2010-10-05 15:55:03 +00:00
dsyer
6b139f796b BATCH-1572: re-opened and fixed execution context for restart after unexpected rollback 2010-09-27 08:18:29 +00:00
dsyer
6685e26b6a BATCH-1633: fix bean parsers for inner bean corner cases 2010-09-27 06:31:08 +00:00
dsyer
95cc70df4f BATCH-1629: add isDebugEnabled() to FaultTolerantChunkProcessor 2010-09-18 08:05:17 +00:00
dsyer
c503a19992 Revert to thread safe but less robust in the face of transaction exceptions MapStepExecutionDao 2010-09-11 08:04:58 +00:00
dsyer
4d415fa4c0 Fix connection pool issue in tests: tracked down to not using @Transactional 2010-09-07 10:51:17 +00:00
dsyer
c7491971eb BATCH-1623: add default docs to XSD. 2010-09-06 15:37:10 +00:00
dsyer
2053ff3608 Spelling error in test package 2010-09-06 13:10:42 +00:00
dsyer
9ba30f7537 remove unused private method 2010-09-06 13:09:30 +00:00
dsyer
85f721424a BATCH-1623: remove unnecessary validation 2010-09-06 13:08:24 +00:00
dsyer
fafbe544be BATCH-1495: added limit to chunk provider to prevent runaway skips on read (limit is max(commit-interval, 100)) 2010-09-06 12:31:15 +00:00
dsyer
48ce91f5d0 BATCH-1620: fix bugs in TX aware proxy 2010-09-04 10:37:41 +00:00
dsyer
2ac38f6781 BATCH-1572: try to copy more of step execution for rollback 2010-09-01 08:05:09 +00:00
dsyer
9d62761d24 BATCH-1622: fix bug in clean up 2010-09-01 08:05:05 +00:00
dsyer
b8ad9c7005 BATCH-1572: add transaction exception to list of fatals 2010-09-01 08:04:55 +00:00
dsyer
da6b67ee2e BATCH-1620: update step status from flow 2010-08-27 06:52:26 +00:00
dsyer
233157db8b ignore failing test 2010-08-26 06:24:53 +00:00
dsyer
8902e314d4 BATCH-1619: fix paging queries for Derby, DB2 and SqlServer 2010-08-26 06:10:58 +00:00
dsyer
2922b2d3d1 BATCH-1614: added toString() 2010-08-13 10:26:58 +00:00
dsyer
01d1000f99 BATCH-1602: treat empty string and null as equivalent in JobParameters key generation for queries 2010-08-13 10:18:51 +00:00
dsyer
926fcf9ac0 BATCH-1616: changed semantics of PartitionNameProvider to revert to old (2.1.0) behaviour on restart 2010-08-13 08:26:47 +00:00
dsyer
8fe407b379 BATCH-1616: added PartitionNameProvider 2010-08-13 08:19:08 +00:00
dsyer
8b96e46500 BATCH-1579: probe a bit with some unit tests, but not finding any issues 2010-07-25 20:33:00 +00:00
dsyer
0771bcbb61 BATCH-1600: fix CommandLineJobRunner for stopping restarted job 2010-07-23 06:39:01 +00:00
dsyer
6600deefe8 BATCH-1593: decorate nested bean definitions as well as parsing them 2010-07-09 11:29:52 +00:00
dsyer
46bff7fbc1 BATCH-1594: remove non-existent override method 2010-07-09 11:06:12 +00:00
dsyer
8efa612480 BATCH-1594: remove non-existent override method 2010-07-09 10:56:45 +00:00
dsyer
6aa92efa14 BATCH-1594: remove non-existent override method 2010-07-09 10:54:08 +00:00
dsyer
c918e770f0 BATCH-1590: tidy up oracle paging 2010-07-09 10:50:08 +00:00
dsyer
07922086f9 BATCH-1593: test case for p namespace 2010-07-09 10:48:31 +00:00
dsyer
e749fef192 BATCH-1591: add some unit tests (looks like dup of BATCH-1588) 2010-06-29 12:05:54 +00:00
dsyer
9670261c82 BATCH-1588: fix listener parsers 2010-06-28 16:55:35 +00:00
dsyer
60bfc9c80b BATCH-1589: add existing params when incrementing run.id 2010-06-28 16:34:33 +00:00
dsyer
4b6df84a5f Add test for pojo listener in XML config 2010-06-24 10:22:17 +00:00
dsyer
89f3cd7ac9 BATCH-1543: fix OrderedComposite 2010-06-24 09:32:27 +00:00
dsyer
d794a62ac2 BATCH-1582: remove restrictio non step execution aggregator 2010-06-24 09:32:04 +00:00
robokaso
1b33bf8985 RESOLVED - BATCH-1578: Mismatch between JavaDoc and enum elements in BatchStatus
Replaced INCOMPLETE with ABANDONED in javadoc
2010-06-05 19:24:04 +00:00
dsyer
9ed3d4da42 BATCH-1574: added task executor setter for chunkless step 2010-05-25 16:31:22 +00:00
lucasward
3662f2883b Javadoc fix 2010-05-25 03:46:07 +00:00
lucasward
f8a0e90347 BATCH-1573: Created a test case for fully qualified namespace usage, and added a check to the parser for the namespace, which would then be stripped before checking the end state. 2010-05-24 04:12:43 +00:00
dsyer
7721984c78 minor test tweak to fix build 2010-05-23 02:06:15 +00:00
robokaso
9a58f6fad1 RESOLVED - BATCH-1568: Implement SkipListener in StepListenerSupport 2010-05-14 15:22:56 +00:00
dsyer
ee79629415 BATCH-1567: catch setTerminateOnly() in FlowJob 2010-05-14 07:59:07 +00:00
dsyer
fc7b86517f RESOLVED - issue BATCH-1559: Ability to promote FlowStep execution context to its constituent steps 2010-04-23 09:31:04 +00:00
dsyer
34af058110 BATCH-1553: add additional checks for BatchStatus indicating previous execution not finished. 2010-04-21 11:37:07 +00:00
dsyer
a63fa1ee86 BATCH-1531: only re-compute partitions if not restarting, otherwise leave them empty because the normal step restart will take care of the state. 2010-04-21 10:47:24 +00:00
dsyer
a28a4c3f76 Add additional test cases for step-scoped proxies 2010-04-09 09:54:26 +00:00
dsyer
8782405974 Tweak Map-based repository for performance (serialization of a StepExecution is expensive and unnecessary) 2010-04-07 11:05:46 +00:00
dsyer
f38c05567a BATCH-1546: enable integration tests with Oracle 2010-04-05 16:22:08 +00:00