From 3b14a115f132ebafdd47673da2656b23ee9be0a2 Mon Sep 17 00:00:00 2001 From: dsyer Date: Fri, 5 Oct 2007 08:58:36 +0000 Subject: [PATCH] RESOLVED - issue BATCH-158: Dependency cycle between execution.step and execution.step.simple http://opensource.atlassian.com/projects/spring/browse/BATCH-158 StepConfiguration had to pick up an extra flag in the interface, and the configuration implementations had to be separate from the executor implementations. Also fixed a cycle in core (JobIdentifier is part of domain). --- samples/.classpath | 6 +++--- samples/src/main/resources/jobs/adhocLoopJob.xml | 2 +- samples/src/main/resources/simple-container-definition.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/.classpath b/samples/.classpath index c7aaa6fdf..65de75cb7 100644 --- a/samples/.classpath +++ b/samples/.classpath @@ -1,10 +1,10 @@ - + - + - + diff --git a/samples/src/main/resources/jobs/adhocLoopJob.xml b/samples/src/main/resources/jobs/adhocLoopJob.xml index a64ebdd74..3aa30ab88 100644 --- a/samples/src/main/resources/jobs/adhocLoopJob.xml +++ b/samples/src/main/resources/jobs/adhocLoopJob.xml @@ -23,7 +23,7 @@ + class="org.springframework.batch.execution.step.PrototypeBeanStepExecutorFactory"> diff --git a/samples/src/main/resources/simple-container-definition.xml b/samples/src/main/resources/simple-container-definition.xml index 00d969f84..a907e764d 100644 --- a/samples/src/main/resources/simple-container-definition.xml +++ b/samples/src/main/resources/simple-container-definition.xml @@ -37,7 +37,7 @@ - + @@ -83,7 +83,7 @@ -