RESOLVED - issue BATCH-110: Potential simplification of DefaultJobExecutor by not having to include the StepExecutorFactory always
http://opensource.atlassian.com/projects/spring/browse/BATCH-110
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<bean id="batchContainerOverride" parent="jobExecutorFacade">
|
||||
<property name="jobExecutor">
|
||||
<bean parent="jobExecutor">
|
||||
<property name="stepExecutorResolver">
|
||||
<property name="stepExecutorFactory">
|
||||
<bean
|
||||
class="org.springframework.batch.execution.step.DefaultStepExecutorFactory">
|
||||
<property name="stepExecutorName" value="notifyingStepExecutor" />
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
<bean id="jobExecutor" class="org.springframework.batch.execution.job.DefaultJobExecutor">
|
||||
<property name="jobRepository" ref="simpleJobRepository" />
|
||||
<property name="stepExecutorResolver">
|
||||
<property name="stepExecutorFactory">
|
||||
<bean class="org.springframework.batch.execution.step.DefaultStepExecutorFactory">
|
||||
<property name="stepExecutorName" value="stepExecutor" />
|
||||
</bean>
|
||||
|
||||
Reference in New Issue
Block a user