RESOLVED - BATCH-643: Create database type of 'map' in JobRepositoryFactoryBean

removed remaining unused map dao beans
This commit is contained in:
robokaso
2008-06-09 11:14:06 +00:00
parent 688e9fc31e
commit 8572588981

View File

@@ -19,12 +19,6 @@
<bean id="mapJobRepository" class="org.springframework.batch.core.repository.support.MapJobRepositoryFactoryBean"
p:transactionManager-ref="transactionManager" lazy-init="true" />
<bean id="mapJobExecutionDao" lazy-init="true"
class="org.springframework.batch.core.repository.dao.MapJobExecutionDao" />
<bean id="mapStepExecutionDao" lazy-init="true"
class="org.springframework.batch.core.repository.dao.MapStepExecutionDao" />
<bean id="jdbcTemplate" class="org.springframework.jdbc.core.JdbcTemplate">
<property name="dataSource" ref="dataSource" />
</bean>