[hibernate-commits] Hibernate SVN: r14233 - core/trunk/cache-jbosscache2/src/test/resources.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Dec 7 17:02:45 EST 2007


Author: steve.ebersole at jboss.com
Date: 2007-12-07 17:02:45 -0500 (Fri, 07 Dec 2007)
New Revision: 14233

Modified:
   core/trunk/cache-jbosscache2/src/test/resources/hibernate.properties
Log:
use in-memory hsqldb rather than persistent one

Modified: core/trunk/cache-jbosscache2/src/test/resources/hibernate.properties
===================================================================
--- core/trunk/cache-jbosscache2/src/test/resources/hibernate.properties	2007-12-07 21:47:50 UTC (rev 14232)
+++ core/trunk/cache-jbosscache2/src/test/resources/hibernate.properties	2007-12-07 22:02:45 UTC (rev 14233)
@@ -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
 




More information about the hibernate-commits mailing list