fix the samples build - auto-wire=false for the added factory bean

This commit is contained in:
robokaso
2008-06-09 11:39:15 +00:00
parent 8572588981
commit abb3ad12f6

View File

@@ -17,7 +17,7 @@
p:databaseType="${environment}" p:dataSource-ref="dataSource" p:transactionManager-ref="transactionManager"/>
<bean id="mapJobRepository" class="org.springframework.batch.core.repository.support.MapJobRepositoryFactoryBean"
p:transactionManager-ref="transactionManager" lazy-init="true" />
p:transactionManager-ref="transactionManager" lazy-init="true" autowire-candidate="false" />
<bean id="jdbcTemplate" class="org.springframework.jdbc.core.JdbcTemplate">
<property name="dataSource" ref="dataSource" />