[jbpm-commits] JBoss JBPM SVN: r2447 - jbpm3/trunk/modules/core/src/main/resources.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Sep 30 05:14:19 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-30 05:14:19 -0400 (Tue, 30 Sep 2008)
New Revision: 2447

Modified:
   jbpm3/trunk/modules/core/src/main/resources/hibernate.properties.mysql.xml
   jbpm3/trunk/modules/core/src/main/resources/hibernate.properties.postgresql.xml
Log:
Restore db connection to localhost 

Modified: jbpm3/trunk/modules/core/src/main/resources/hibernate.properties.mysql.xml
===================================================================
--- jbpm3/trunk/modules/core/src/main/resources/hibernate.properties.mysql.xml	2008-09-30 08:31:42 UTC (rev 2446)
+++ jbpm3/trunk/modules/core/src/main/resources/hibernate.properties.mysql.xml	2008-09-30 09:14:19 UTC (rev 2447)
@@ -4,8 +4,8 @@
 
     <!-- JDBC connection properties (begin) -->
     <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
-    <property name="hibernate.connection.url">jdbc:mysql://dev02.qa.atl.jboss.com:3306/jbpm</property>
-    <property name="hibernate.connection.username">jbpm</property>
-    <property name="hibernate.connection.password">jbpm</property>
+    <property name="hibernate.connection.url">jdbc:mysql://localhost:3306/jbpmtest</property>
+    <property name="hibernate.connection.username">jbpmtest</property>
+    <property name="hibernate.connection.password"></property>
     <property name="hibernate.query.substitutions">true 1, false 0</property>
     <!-- JDBC connection properties (end) -->

Modified: jbpm3/trunk/modules/core/src/main/resources/hibernate.properties.postgresql.xml
===================================================================
--- jbpm3/trunk/modules/core/src/main/resources/hibernate.properties.postgresql.xml	2008-09-30 08:31:42 UTC (rev 2446)
+++ jbpm3/trunk/modules/core/src/main/resources/hibernate.properties.postgresql.xml	2008-09-30 09:14:19 UTC (rev 2447)
@@ -4,7 +4,7 @@
 
     <!-- JDBC connection properties (begin) -->
     <property name="hibernate.connection.driver_class">org.postgresql.Driver</property>
-    <property name="hibernate.connection.url">jdbc:postgresql://dev01.qa.atl.jboss.com:5432/jbpm</property>
-    <property name="hibernate.connection.username">jbpm</property>
-    <property name="hibernate.connection.password">jbpm</property>
+    <property name="hibernate.connection.url">jdbc:postgresql://localhost:5432/jbpmtest</property>
+    <property name="hibernate.connection.username">jbpmtest</property>
+    <property name="hibernate.connection.password"></property>
     <!-- JDBC connection properties (end) -->




More information about the jbpm-commits mailing list