IN PROGRESS - BATCH-971: add database writers to iosample

migrate ibatisJob to iosamples
fixed AbstractPagingItemReader to reset its state on close()
This commit is contained in:
robokaso
2008-12-17 16:31:13 +00:00
parent c98903793a
commit 194cc1db69
8 changed files with 50 additions and 88 deletions

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
<import resource="classpath:/simple-job-launcher-context.xml" />
<import resource="classpath:/jobs/ibatisJob.xml*" />
</beans>