[portal-commits] JBoss Portal SVN: r5770 - trunk/test/src/etc

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Wed Dec 6 04:43:51 EST 2006


Author: julien at jboss.com
Date: 2006-12-06 04:43:49 -0500 (Wed, 06 Dec 2006)
New Revision: 5770

Modified:
   trunk/test/src/etc/hibernates.xml
Log:
corrected mysql4 dialect and added mysql5

Modified: trunk/test/src/etc/hibernates.xml
===================================================================
--- trunk/test/src/etc/hibernates.xml	2006-12-05 23:13:03 UTC (rev 5769)
+++ trunk/test/src/etc/hibernates.xml	2006-12-06 09:43:49 UTC (rev 5770)
@@ -83,10 +83,20 @@
       <properties>
          <property>
             <name>hibernate.dialect</name>
-            <value>org.hibernate.dialect.MySQLDialect</value>
+            <value>org.hibernate.dialect.MySQLInnoDBDialect</value>
          </property>
       </properties>
    </configuration>
+   <!-- The mysql 5 configuration -->
+   <configuration>
+      <configuration-name>mysql5</configuration-name>
+      <properties>
+         <property>
+            <name>hibernate.dialect</name>
+            <value>org.hibernate.dialect.MySQLInnoDBDialect</value>
+         </property>
+      </properties>
+   </configuration>
    <!-- The postgresql 8 configuration -->
    <configuration>
       <configuration-name>postgresql8</configuration-name>




More information about the portal-commits mailing list