From d8b435e211f4fbd8944e32eddcc05fabb42e2721 Mon Sep 17 00:00:00 2001 From: Chris Schaefer Date: Thu, 12 Dec 2013 16:16:42 -0500 Subject: [PATCH] Update hsqldb connection string adding the mvcc parameter to avoid serialization exceptions --- spring-batch-core/src/main/resources/batch-hsql.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-batch-core/src/main/resources/batch-hsql.properties b/spring-batch-core/src/main/resources/batch-hsql.properties index e9af7f5a7..e654afb96 100644 --- a/spring-batch-core/src/main/resources/batch-hsql.properties +++ b/spring-batch-core/src/main/resources/batch-hsql.properties @@ -1,7 +1,7 @@ # 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;hsqldb.tx=mvcc # Override and use this one in 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