IN PROGRESS - BATCH-672: modified advice and dao tests. Modified AbstractBatchLauncherTests base class to use JUnit4

This commit is contained in:
trisberg
2008-07-22 18:01:43 +00:00
parent f777e62736
commit 4f55f8d970
43 changed files with 774 additions and 399 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:util="http://www.springframework.org/schema/util"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd">
<import resource="classpath:data-source-context.xml"/>
<bean class="org.springframework.batch.sample.dao.JdbcCustomerDebitDao"/>
</beans>