fix duplicate job launch

This commit is contained in:
dsyer
2008-11-07 19:01:22 +00:00
parent ec2a60715b
commit fab984d79e

View File

@@ -12,7 +12,7 @@
</context:component-scan>
<bean id="job" class="org.springframework.batch.core.job.SimpleJob" >
<bean id="job-scan" class="org.springframework.batch.core.job.SimpleJob" >
<property name="steps">
<list>
<ref bean="step"/>