From 5f72ab94c223334bf6775b49db8ff55a0d05c72c Mon Sep 17 00:00:00 2001 From: dsyer Date: Tue, 11 Dec 2007 19:38:09 +0000 Subject: [PATCH] Undo wrong DB URL for offline testing. --- spring-batch-samples/src/main/resources/batch.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-batch-samples/src/main/resources/batch.properties b/spring-batch-samples/src/main/resources/batch.properties index ca92d3c06..d787e6f81 100644 --- a/spring-batch-samples/src/main/resources/batch.properties +++ b/spring-batch-samples/src/main/resources/batch.properties @@ -1,9 +1,9 @@ # 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) -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=