diff --git a/samples/src/main/resources/batch.properties b/samples/src/main/resources/batch.properties index 6a8cb86c4..a59281d72 100644 --- a/samples/src/main/resources/batch.properties +++ b/samples/src/main/resources/batch.properties @@ -1,17 +1,17 @@ # Placeholders batch.* # for HSQLDB: -batch.jdbc.driver=com.ibm.db2.jcc.DB2Driver -batch.jdbc.url=jdbc:db2:BATCH +batch.jdbc.driver=org.hsqldb.jdbcDriver +batch.jdbc.url=jdbc:hsqldb:mem:testdb # 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.user=dbuser -batch.jdbc.password=Password1 +batch.jdbc.user=sa +batch.jdbc.password= batch.schema= batch.jndi.name= batch.naming.factory.initial= batch.naming.provider.url= batch.database.vendor=HSQLDB -batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.DB2SequenceMaxValueIncrementer +batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer # Other platforms: # org.springframework.jdbc.support.incrementer.DB2SequenceMaxValueIncrementer @@ -19,4 +19,5 @@ batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.DB # Bean Properties for override # for HSQLDB: -#incrementerParent.columnName=ID +incrementerParent.columnName=ID +