Complete - task 69: Fix Hibernate samples

duplicate job name!
This commit is contained in:
dsyer
2008-01-24 11:03:20 +00:00
parent 227be94c1c
commit 58efcd47ef

View File

@@ -14,7 +14,8 @@
<bean parent="stepScope" />
<bean parent="jobConfigurationRegistryBeanPostProcessor" />
<bean id="hibernateJob" parent="simpleJob">
<bean id="hibernateJob" parent="simpleJob">
<!-- set restartable=false so that this job can be used by more than one test -->
<property name="restartable" value="false" />
<property name="steps">
<bean id="step1"