[hibernate-commits] Hibernate SVN: r16491 - core/branches/Branch_3_3/testsuite.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Apr 30 17:04:25 EDT 2009


Author: jcosta at redhat.com
Date: 2009-04-30 17:04:25 -0400 (Thu, 30 Apr 2009)
New Revision: 16491

Modified:
   core/branches/Branch_3_3/testsuite/pom.xml
Log:
HHH-3886 - Fixed credentials for DB2

Modified: core/branches/Branch_3_3/testsuite/pom.xml
===================================================================
--- core/branches/Branch_3_3/testsuite/pom.xml	2009-04-30 14:22:42 UTC (rev 16490)
+++ core/branches/Branch_3_3/testsuite/pom.xml	2009-04-30 21:04:25 UTC (rev 16491)
@@ -214,7 +214,7 @@
             <properties>
                 <db.dialect>org.hibernate.dialect.DB2Dialect</db.dialect>
                 <jdbc.driver>com.ibm.db2.jcc.DB2Driver</jdbc.driver>
-                <jdbc.url>jdbc:db2://dev32.qa.atl.jboss.com:50000/hibbr330</jdbc.url>
+                <jdbc.url>jdbc:db2://dev32.qa.atl.jboss.com:50000/jbossqa</jdbc.url>
                 <jdbc.user>hibbr330</jdbc.user>
                 <jdbc.pass>hibbr330</jdbc.pass>
                 <jdbc.isolation />
@@ -239,7 +239,7 @@
             <properties>
                 <db.dialect>org.hibernate.dialect.DB2Dialect</db.dialect>
                 <jdbc.driver>com.ibm.db2.jcc.DB2Driver</jdbc.driver>
-                <jdbc.url>jdbc:db2://dev67.qa.atl.jboss.com:50000/hibbr330</jdbc.url>
+                <jdbc.url>jdbc:db2://dev67.qa.atl.jboss.com:50000/jbossqa</jdbc.url>
                 <jdbc.user>hibbr330</jdbc.user>
                 <jdbc.pass>hibbr330</jdbc.pass>
                 <jdbc.isolation />




More information about the hibernate-commits mailing list