Commit Graph

862 Commits

Author SHA1 Message Date
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
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
Dave Syer
90644cd1b0 BATCH-1693: added RemoteStepExecutionAggregator 2011-03-15 14:12:44 +00:00
Dave Syer
4f17e16738 BATCH-1712: use parent bean def for handler to avoid clashes of step instances 2011-03-15 12:27:37 +00:00
Dave Syer
a2e831cf6d BATCH-1705: add try/catch around stdin access 2011-03-15 09:18:57 +00:00
Dave Syer
c97b50d64b BATCH-1708: optimize TaskletStep 2011-03-11 13:05:58 +00:00
Robert Kasanicky
da7fb4aba3 FIXED - BATCH-1707: MapJobInstanceDao.getJobInstances(String jobName,
int start, int count) does not work
2011-03-11 12:07:37 +01:00
Dave Syer
7f41b4dab2 BATCH-1654: add additional uint test 2011-02-23 16:22:44 +00:00
Dave Syer
df86b266d9 Fix build (wrong step listener type in test) 2011-02-17 09:19:31 +00:00
Dave Syer
63e1e1b608 BATCH-1670: fix nested split referenences 2011-02-07 08:44:00 +00:00
Dave Syer
2ce298d6c1 BATCH-1686: Add additional test for item listeners 2011-02-01 21:17:22 +00:00
Dave Syer
cf3523f177 BATCH-1686: Add listeners to tasklet and chunk 2011-01-31 15:01:14 +00:00
Dave Syer
ff15bd0648 BATCH-1668: added check for transaction in JobRepository 2011-01-05 15:51:56 +00:00
Robert Kasanicky
64246aaaad added @Ignore to failing test + TODO for removal or update (as
far as I can see this one is no longer relevant).
2010-12-29 14:13:58 +01:00
Josh Long
fdd153db9f BATCH-1509: added parser and XSD changes
fixed a comment...
2010-12-19 09:26:25 +00:00
Dave Syer
3dd0c7f776 Deal with compiler warnings 2010-11-22 14:44:37 +00:00
Dave Syer
f55bc5e44f BATCH-1656: fix logic error for skip limit exceeded on no-rollback exception 2010-11-22 11:03:39 +00:00
Dave Syer
b4cdc4ab9f BATCH-1654: fix StepExecution equals and hashcode 2010-11-18 12:08:48 +00:00
dsyer
acf234a849 BATCH-1652: fix unit test 2010-11-15 22:02:32 +00:00
robokaso
1274bea113 RESOLVED - BATCH-1650: Override GroupAwareJob#toString method 2010-11-08 13:33:49 +00:00
dsyer
362bd5648c BATCH-1628: Extend to all params, and add javadocs 2010-11-08 12:42:51 +00:00
dsyer
e37a402b2e Try CommandLineJobRunner with params from stdin 2010-11-08 12:42:47 +00:00
dsyer
e4acf6a869 Add @Ignored test for placeholder resolution of class name in bean definition 2010-10-30 17:58:35 +00:00
dsyer
5545925e17 BATCH-1636: add Ordered interface 2010-10-10 16:06:20 +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
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
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
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
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