Classpath issues on build

This commit is contained in:
dsyer
2008-02-25 13:08:06 +00:00
parent 8e1ad48aa6
commit 1244264e50
7 changed files with 14 additions and 30 deletions

View File

@@ -5,9 +5,9 @@
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://www.springframework.org/schema/batch http://www.springframework.org/schema/batch/spring-batch-1.0.xsd">
<job-repository data-source="dataSource" db-type="derby"/>
<job-repository data-source="dataSource" db-type="derby" />
<beans:bean id="dataSource"
class="org.springframework.batch.execution.configuration.StubDataSource"/>
class="org.springframework.batch.execution.configuration.StubDataSource" />
</beans:beans>

View File

@@ -5,9 +5,9 @@
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://www.springframework.org/schema/batch http://www.springframework.org/schema/batch/spring-batch-1.0.xsd">
<job-repository data-source="dataSource" db-type="hsql"/>
<job-repository data-source="dataSource" db-type="hsql" />
<beans:bean id="dataSource"
class="org.springframework.batch.execution.configuration.StubDataSource"/>
class="org.springframework.batch.execution.configuration.StubDataSource" />
</beans:beans>

View File

@@ -5,6 +5,6 @@
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://www.springframework.org/schema/batch http://www.springframework.org/schema/batch/spring-batch-1.0.xsd">
<job-repository data-source="" db-type="db2"/>
<job-repository data-source="" db-type="db2" />
</beans:beans>