OPEN - issue BATCH-404: FactoryBeans for step configuration

http://jira.springframework.org/browse/BATCH-404

Remove SimpleStepFactoryBean.
This commit is contained in:
dsyer
2008-03-03 16:16:59 +00:00
parent 760b0405fb
commit 196b8547b8
16 changed files with 66 additions and 127 deletions

View File

@@ -9,7 +9,7 @@
<import resource="data-source-context-init.xml" />
<bean id="dataSource"
class="org.springframework.jdbc.datasource.DriverManagerDataSource">
class="org.apache.commons.dbcp.BasicDataSource">
<property name="driverClassName" value="${batch.jdbc.driver}" />
<property name="url" value="${batch.jdbc.url}" />
<property name="username" value="${batch.jdbc.user}" />