OPEN - issue BATCH-116: Create XML input/output source which will work directly with StAX parser
http://opensource.atlassian.com/projects/spring/browse/BATCH-116 Added additional code coverage to infrastructure, validation to samples jobs, and integration tests for castor and xstream
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<bean id="jobDao" class="org.springframework.batch.execution.repository.dao.HibernateJobDao">
|
||||
<property name="sessionFactory" ref="sessionFactory"></property>
|
||||
</bean>
|
||||
|
||||
|
||||
<bean id="stepDao" class="org.springframework.batch.execution.repository.dao.HibernateStepDao">
|
||||
<property name="sessionFactory" ref="sessionFactory"></property>
|
||||
</bean>
|
||||
|
||||
Reference in New Issue
Block a user