Classpath issues on build
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user