Reverted back to previous revision.

This commit is contained in:
lucasward
2007-09-05 23:21:36 +00:00
parent a9ec0f6623
commit fbb5c5c34e

View File

@@ -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