RESOLVED - issue BATCH-786: Transactional flushing for file writers

Added TransactionAwareBuffererdWriter
This commit is contained in:
dsyer
2008-08-18 16:52:20 +00:00
parent 1c0110de5a
commit cfc9529bab
6 changed files with 339 additions and 99 deletions

View File

@@ -1,7 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-batch-samples</artifactId>
<version>2.0.0.CI-SNAPSHOT </version>
<version>2.0.0.CI-SNAPSHOT </version>
<packaging>jar</packaging>
<name>Samples</name>
<description>
@@ -375,4 +376,4 @@
</plugin>
</plugins>
</build>
</project>
</project>