> <property name="hibernate.archive.autodetection" value="class" /> > <property name="hibernate.dialect" > value="org.hibernate.dialect.HSQLDialect" /> > <property name="hibernate.connection.driver_class" > value="org.hsqldb.jdbcDriver" /> > - <property name="hibernate.connection.url" > value="jdbc:hsqldb:file:target/testdb;shutdown=true" /> > + <property name="hibernate.connection.url" > value="jdbc:hsqldb:file:target/testdb;shutdown=true;sql.enforce_strict_size=true;hsqldb.tx=mvcc" > />
Add some documentation about why some of these are set as they are here. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/176/files#r31478351
