diff --git a/spring-batch-samples/.settings/hsql-server.launch b/spring-batch-samples/.settings/hsql-server.launch index 7a8a70363..8cccbba21 100644 --- a/spring-batch-samples/.settings/hsql-server.launch +++ b/spring-batch-samples/.settings/hsql-server.launch @@ -1,12 +1,13 @@ - + - - + + + diff --git a/spring-batch-samples/src/main/resources/batch.properties b/spring-batch-samples/src/main/resources/batch.properties index 8fc31f6b8..529be7db0 100644 --- a/spring-batch-samples/src/main/resources/batch.properties +++ b/spring-batch-samples/src/main/resources/batch.properties @@ -2,7 +2,8 @@ # for HSQLDB: batch.jdbc.driver=org.hsqldb.jdbcDriver 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) +# 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.user=sa batch.jdbc.password= @@ -23,11 +24,3 @@ batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.Hs # Bean Properties for override # for HSQLDB: incrementerParent.columnName=ID - -# Switch Dao implementations -# batch.jobdao=hibernateJobDao -# batch.stepdao=hibernateStepDao -# batch.transaction.manager=hibernateTransactionManager -batch.jobdao=sqlJobDao -batch.stepdao=sqlStepDao -batch.transaction.manager=sqlTransactionManager diff --git a/spring-batch-samples/src/main/resources/data-source-context.xml b/spring-batch-samples/src/main/resources/data-source-context.xml index 73f9cfe94..c790b12c6 100644 --- a/spring-batch-samples/src/main/resources/data-source-context.xml +++ b/spring-batch-samples/src/main/resources/data-source-context.xml @@ -28,13 +28,14 @@ - + + - +