From b3784f20ab732eacf84f0af0d8fa758f4b331b83 Mon Sep 17 00:00:00 2001 From: dsyer Date: Tue, 29 Dec 2009 14:23:48 +0000 Subject: [PATCH] BATCH-1467: fix samples config for command line --- spring-batch-samples/pom.xml | 2 +- spring-batch-samples/src/main/resources/batch-h2.properties | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml index f6e090446..9ae292320 100644 --- a/spring-batch-samples/pom.xml +++ b/spring-batch-samples/pom.xml @@ -253,7 +253,7 @@ - org.springframework.batch.support.SystemPropertyInitializer.ENVIRONMENT + ENVIRONMENT ${environment} diff --git a/spring-batch-samples/src/main/resources/batch-h2.properties b/spring-batch-samples/src/main/resources/batch-h2.properties index a5cc63591..3e67ab8f4 100644 --- a/spring-batch-samples/src/main/resources/batch-h2.properties +++ b/spring-batch-samples/src/main/resources/batch-h2.properties @@ -13,3 +13,4 @@ batch.data.source.init=true batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.H2SequenceMaxValueIncrementer batch.database.incrementer.parent=sequenceIncrementerParent batch.grid.size=2 +batch.verify.cursor.position=true