Commit Graph

19 Commits

Author SHA1 Message Date
lucasward
9798bfefe1 BATCH-453:Missed reverting the execution context template as well. 2008-08-26 04:06:37 +00:00
lucasward
f81604e439 BATCH-453: Added stop support to SimpleJobOperator and generated correct sql for remaining schema files. 2008-08-26 03:53:41 +00:00
lucasward
3815c3e4cb IN PROGRESS - issue BATCH-453: Killed batches cannot be restarted
http://jira.springframework.org/browse/BATCH-453

JobExecution now stores last updated time as well.
2008-08-22 21:26:50 +00:00
lucasward
f0b1643c02 IN PROGRESS - issue BATCH-453: Killed batches cannot be restarted
http://jira.springframework.org/browse/BATCH-453

The JdbcStepExecutionDao now stores the lastUpdated property of StepExecution into the StepExecution table.
2008-08-20 21:30:44 +00:00
dsyer
cd60d0de73 RESOLVED - issue BATCH-328: create schema generator configurations for MS SQL, Sybase 2008-06-29 08:02:43 +00:00
dsyer
2dfcaf6ce0 BATCH-280: Applied patch (modified file names slightly) 2008-06-26 18:27:48 +00:00
dsyer
4e247e7577 RESOLVED - issue BATCH-576: The database schema for db2 is incorrect, the constraint name is too long 2008-06-26 06:20:20 +00:00
robokaso
5d83928977 IN PROGRESS - BATCH-505: Job-level ExecutionContext
Added createTime to JobExecution and made startTime nullable again
2008-06-02 10:50:39 +00:00
robokaso
fd6fad60dc IN PROGRESS - BATCH-505: Job-level ExecutionContext
JobExecutionContext is now persisted (together with StepExecutionContext) and retrieved on restart
(changed jobExecution's start time to be not null so that last execution can be always found).
2008-05-23 10:26:29 +00:00
robokaso
5dea8a0144 IN PROGRESS - BATCH-505: Job-level ExecutionContext
the schema change
2008-05-22 09:01:24 +00:00
robokaso
0515f362e7 RESOLVED - BATCH-609: All schemas have a datatype of varchar for LONG_VAL instead of BIGINT 2008-05-05 09:38:18 +00:00
robokaso
5d60375e1a OPEN - BATCH-550: Add skipCount in BATCH_STEP_EXECUTION table
rollback count made persistent
2008-04-30 13:16:16 +00:00
robokaso
0396023d33 OPEN - BATCH-550: Add skipCount in BATCH_STEP_EXECUTION table
added readSkipCount and writeSkipCount to StepExecution class and db table
2008-04-30 12:59:17 +00:00
dsyer
ea11f4fa1c RESOLVED - issue BATCH-539: Oracle schema could use more oracle-appropriated datatypes.
Applied patch from JIRA
2008-04-04 16:41:12 +00:00
dsyer
3b72c04bef [BATCH-503] Fix TX definition in samples. Also add multi-environment support in samples (mysql and derby as examples) 2008-03-25 06:57:55 +00:00
dsyer
1a316c1aa9 RESOLVED - issue BATCH-452: Msqld type creation script doesn't work on mysql 5.0.45 2008-03-14 07:40:31 +00:00
dsyer
ef8bd0f20e OPEN - issue BATCH-452: Msqld type creation script doesn't work on mysql 5.0.45
Updated timestamps and bigints.  The innoDB thing is still escaping me.
2008-03-13 22:22:18 +00:00
robokaso
bde4cea8a7 RESOLVED - issue BATCH-446: taskCount in StepExecution should be itemCount
http://jira.springframework.org/browse/BATCH-446
2008-03-12 09:27:55 +00:00
nebhale
bfb9447d6b [BATCH-429] Moved all code out of execution 2008-03-07 16:02:22 +00:00