[hibernate-commits] Hibernate SVN: r19388 - core/trunk/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu May 6 12:12:24 EDT 2010


Author: steve.ebersole at jboss.com
Date: 2010-05-06 12:12:24 -0400 (Thu, 06 May 2010)
New Revision: 19388

Modified:
   core/trunk/parent/pom.xml
Log:
HHH-5200 - Prepare to use H2 as the default testing datbase


Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml	2010-05-06 14:53:09 UTC (rev 19387)
+++ core/trunk/parent/pom.xml	2010-05-06 16:12:24 UTC (rev 19388)
@@ -598,7 +598,7 @@
             <properties>
                 <db.dialect>org.hibernate.dialect.H2Dialect</db.dialect>
                 <jdbc.driver>org.h2.Driver</jdbc.driver>
-                <jdbc.url>jdbc:h2:mem:db1</jdbc.url>
+                <jdbc.url>jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1</jdbc.url>
                 <jdbc.user>sa</jdbc.user>
                 <jdbc.pass />
                 <jdbc.isolation />



More information about the hibernate-commits mailing list