use in-memory hsqldb rather than persistent one

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14233 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2007-12-07 22:02:45 +00:00
parent 908d29ca78
commit 38dbf9f630
1 changed files with 1 additions and 2 deletions

View File

@ -23,10 +23,9 @@
################################################################################
hibernate.dialect org.hibernate.dialect.HSQLDialect
hibernate.connection.driver_class org.hsqldb.jdbcDriver
hibernate.connection.url jdbc:hsqldb:target/test/db/hsqldb/hibernate
hibernate.connection.url jdbc:hsqldb:mem:/test
hibernate.connection.username sa
hibernate.connection.password
hibernate.connection.isolation
hibernate.connection.pool_size 5