Complete - task 69: Fix Hibernate samples
duplicate job name!
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user