Commit Graph

21 Commits

Author SHA1 Message Date
lucasward
21f23e05d1 BATCH-311:Added factory for JobInstanceProperties. 2008-01-23 23:17:51 +00:00
lucasward
1a7fdce73b BATCH-310: BatchStatus now implements Serializable with a readResolve(). Added a test case for serialization. 2008-01-23 17:44:46 +00:00
dsyer
69f6d8891a Tidy up build problems overnight. 2008-01-23 09:08:09 +00:00
lucasward
4f69c324e6 BATCH-295: JobLauncher now only contains one method: run(Job, JobInstanceProperties). Misc. other changes were made to facilitate. 2008-01-22 23:40:40 +00:00
dsyer
552549f897 OPEN - issue BATCH-303: Replace repeat contexts in core domain with boolean flag that can be checked by executors
http://jira.springframework.org/browse/BATCH-303
2008-01-22 13:45:02 +00:00
lucasward
8565fdc069 Batch-295:Added DefaultJobLauncher, which implements the JobLauncher interface in a different. Misc. other changes were made in support of this. 2008-01-18 00:42:41 +00:00
lucasward
9d79f5340d Changed internal implementation of JobInstanceProperties to use LinkedHashMap instead of HashMap, to ensure consistent ordering. 2008-01-17 17:36:37 +00:00
lucasward
1ca8796ab6 Misc. Name changes. (Mostly as a result of JobConfiguration -> job) 2008-01-16 11:50:34 +00:00
dsyer
8bdf835cdd Fix compiler warnings 2008-01-15 13:18:10 +00:00
lucasward
03852c8cb2 BATCH-273: JobConfiguration renamed to Job 2008-01-14 22:58:44 +00:00
lucasward
af3af0a82f BATCH-84:Added BATCH_JOB_INSTANCE_PROPERTIES table and removed schedule date from the BATCH_JOB table. Also updated JdbcJobDao to store a serialization of the JobInstanceProperties (renamed from JobParameters) in the JOB_KEY column, for unique identification. 2008-01-11 06:04:47 +00:00
lucasward
ea93f7a4c7 BATCH-84: Modified JobIdentifier interface to include new JobRuntimeParameters value object, and modified its subclasses accordingly. 2008-01-07 06:19:06 +00:00
dsyer
19164926b6 Remove java.sql.Timestamp from domain objects. 2007-12-22 09:43:04 +00:00
dsyer
6ad57bcb69 RESOLVED - issue BATCH-170: Concurrent modification of StepExecution when running an asynchrounous step operation
http://opensource.atlassian.com/projects/spring/browse/BATCH-170

Extract constants - no change.
2007-12-19 21:27:20 +00:00
dsyer
17d3397594 OPEN - issue BATCH-170: Concurrent modification of StepExecution when running an asynchrounous step operation
http://opensource.atlassian.com/projects/spring/browse/BATCH-170

Fix broken tests.
2007-12-19 13:48:29 +00:00
dsyer
37696b45f4 OPEN - issue BATCH-170: Concurrent modification of StepExecution when running an asynchrounous step operation
http://opensource.atlassian.com/projects/spring/browse/BATCH-170

Synchronized and added OptimisticLockingException to SqlStepDao.  The parallel job now runs cleanly (tried it a few times).
2007-12-19 13:06:31 +00:00
dsyer
611811d459 RESOLVED - issue BATCH-127: Allow job configuration to control re-entrant behavior
http://opensource.atlassian.com/projects/spring/browse/BATCH-127

Remove Recoverable interface (obsolete).
2007-12-16 18:06:05 +00:00
dsyer
f49c9d9526 IN PROGRESS - issue BATCH-127: Allow job configuration to control re-entrant behavior
http://opensource.atlassian.com/projects/spring/browse/BATCH-127

SimpleJobRepository.findOrCreateJob now blocks if the transaction isolation level is high enough (see Javadocs).
2007-12-15 15:25:11 +00:00
dsyer
d7a6440a64 Improved toString(0 for *Execution. 2007-12-12 22:56:58 +00:00
dsyer
5fa4ffc3b2 IN PROGRESS - issue BATCH-127: Allow job configuration to control re-entrant behavior
http://opensource.atlassian.com/projects/spring/browse/BATCH-127

Refactor JobRepository.findOrCreateJob() to return JobExecution.
2007-12-11 18:10:20 +00:00
dsyer
8ea331bfc7 Add spring-batch- to module directory names (so folks can use mvn eclipse:eclipse if they want to).
BATCH-238: Remove hibernate support for the Daos.
2007-12-10 21:23:48 +00:00