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).
This commit is contained in:
dsyer
2007-12-15 15:25:11 +00:00
parent 92d72468fa
commit f49c9d9526
11 changed files with 171 additions and 70 deletions

View File

@@ -16,7 +16,7 @@ public class FootballJobFunctionalTests extends
}
protected String[] getConfigLocations() {
return new String[] { "jobs/parallelJob.xml" };
return new String[] { "jobs/parallelJob.xml##" };
}
protected void validatePostConditions() throws Exception {