[jbpm-commits] JBoss JBPM SVN: r7071 - jbpm3/branches/jbpm-3.2-soa/core/src/test/resources/org/jbpm/jbpm3235.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Feb 24 06:38:19 EST 2012


Author: marco.rietveld
Date: 2012-02-24 06:38:19 -0500 (Fri, 24 Feb 2012)
New Revision: 7071

Modified:
   jbpm3/branches/jbpm-3.2-soa/core/src/test/resources/org/jbpm/jbpm3235/hibernate.hsql.properties
   jbpm3/branches/jbpm-3.2-soa/core/src/test/resources/org/jbpm/jbpm3235/hibernate.postgresql.properties
Log:
Change driver to db driver, insead of p6spydriver. 

Modified: jbpm3/branches/jbpm-3.2-soa/core/src/test/resources/org/jbpm/jbpm3235/hibernate.hsql.properties
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/core/src/test/resources/org/jbpm/jbpm3235/hibernate.hsql.properties	2012-02-24 11:37:25 UTC (rev 7070)
+++ jbpm3/branches/jbpm-3.2-soa/core/src/test/resources/org/jbpm/jbpm3235/hibernate.hsql.properties	2012-02-24 11:38:19 UTC (rev 7071)
@@ -1,5 +1,5 @@
-# hibernate.connection.driver_class=org.hsqldb.Driver
-hibernate.connection.driver_class=com.p6spy.engine.spy.P6SpyDriver
+hibernate.connection.driver_class=org.hsqldb.Driver
+# hibernate.connection.driver_class=com.p6spy.engine.spy.P6SpyDriver
 
 hibernate.dialect=org.hibernate.dialect.HSQLDialect
 hibernate.connection.url=jdbc\:hsqldb\:.

Modified: jbpm3/branches/jbpm-3.2-soa/core/src/test/resources/org/jbpm/jbpm3235/hibernate.postgresql.properties
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/core/src/test/resources/org/jbpm/jbpm3235/hibernate.postgresql.properties	2012-02-24 11:37:25 UTC (rev 7070)
+++ jbpm3/branches/jbpm-3.2-soa/core/src/test/resources/org/jbpm/jbpm3235/hibernate.postgresql.properties	2012-02-24 11:38:19 UTC (rev 7071)
@@ -1,6 +1,6 @@
 
-# hibernate.connection.driver_class=org.postgresql.Driver
-hibernate.connection.driver_class=com.p6spy.engine.spy.P6SpyDriver
+hibernate.connection.driver_class=org.postgresql.Driver
+# hibernate.connection.driver_class=com.p6spy.engine.spy.P6SpyDriver
 
 hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
 hibernate.connection.url=jdbc\:postgresql\://localhost\:5432/jbpm3



More information about the jbpm-commits mailing list