Commit Graph

5 Commits

Author SHA1 Message Date
dsyer
0e27ea6660 OPEN - issue BATCH-320: Refactor ItemWriter as primary collaborator (with wrapper for processor)
http://jira.springframework.org/browse/BATCH-320

Half way there - tests OK, but some naming and tidying up to do.
2008-01-28 22:37:46 +00:00
lucasward
2e84c5a900 Finished cleaning up the job runner. 2008-01-28 10:51:52 +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
622e27de9c OPEN - issue BATCH-243: Register Job twice if beanName property is used to define a job name
http://opensource.atlassian.com/projects/spring/browse/BATCH-243

Added test case for double registration.
2007-12-11 11:46:56 +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