From 6bba98a9f5e3174b03627e1c1343dcf6c0332d41 Mon Sep 17 00:00:00 2001 From: dsyer Date: Sat, 5 Jul 2008 13:59:27 +0000 Subject: [PATCH] Oops --- spring-batch-samples/src/main/resources/batch-hsql.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-batch-samples/src/main/resources/batch-hsql.properties b/spring-batch-samples/src/main/resources/batch-hsql.properties index fae546bb8..7f28d4f4a 100644 --- a/spring-batch-samples/src/main/resources/batch-hsql.properties +++ b/spring-batch-samples/src/main/resources/batch-hsql.properties @@ -1,10 +1,10 @@ # Placeholders batch.* # for HSQLDB: batch.jdbc.driver=org.hsqldb.jdbcDriver -# batch.jdbc.url=jdbc:hsqldb:mem:testdb;sql.enforce_strict_size=true +batch.jdbc.url=jdbc:hsqldb:mem:testdb;sql.enforce_strict_size=true # use this one for a separate server process so you can inspect the results # (or add it to system properties with -D to override at run time). -batch.jdbc.url=jdbc:hsqldb:hsql://localhost:9005/samples +# batch.jdbc.url=jdbc:hsqldb:hsql://localhost:9005/samples batch.jdbc.user=sa batch.jdbc.password= batch.schema=