IN PROGRESS - issue BATCH-340: Refactor JobRepository for greater clarity and consistency.
http://jira.springframework.org/browse/BATCH-340 JdbcStepExecutionDao no longer has JobExecutionDao dependency - repository coordinates the daos now
This commit is contained in:
@@ -73,7 +73,6 @@
|
||||
class="org.springframework.batch.execution.repository.dao.JdbcStepExecutionDao">
|
||||
<property name="jdbcTemplate" ref="jdbcTemplate" />
|
||||
<property name="stepExecutionIncrementer" ref="stepExecutionIncrementer" />
|
||||
<property name="jobExecutionDao" ref="jobExecutionDao" />
|
||||
</bean>
|
||||
|
||||
<bean id="mapJobDao" lazy-init="true"
|
||||
|
||||
Reference in New Issue
Block a user