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

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Mon Dec 4 08:06:04 EST 2006


Author: julien at jboss.com
Date: 2006-12-04 08:06:02 -0500 (Mon, 04 Dec 2006)
New Revision: 5747

Modified:
   trunk/test/src/etc/hibernates.xml
Log:
added missing hibernate configurations for various databases tested by QA

Modified: trunk/test/src/etc/hibernates.xml
===================================================================
--- trunk/test/src/etc/hibernates.xml	2006-11-30 22:53:29 UTC (rev 5746)
+++ trunk/test/src/etc/hibernates.xml	2006-12-04 13:06:02 UTC (rev 5747)
@@ -47,4 +47,54 @@
          </property>
       </properties>
    </configuration>
+   <!-- The oracle 9i configuration -->
+   <configuration>
+      <configuration-name>oracle9i</configuration-name>
+      <properties>
+         <property>
+            <name>hibernate.dialect</name>
+            <value>org.hibernate.dialect.Oracle9Dialect</value>
+         </property>
+      </properties>
+   </configuration>
+   <!-- The oracle 10g configuration -->
+   <configuration>
+      <configuration-name>oracle10g</configuration-name>
+      <properties>
+         <property>
+            <name>hibernate.dialect</name>
+            <value>org.hibernate.dialect.Oracle9Dialect</value>
+         </property>
+      </properties>
+   </configuration>
+   <!-- The sqlserver configuration -->
+   <configuration>
+      <configuration-name>sqlserver</configuration-name>
+      <properties>
+         <property>
+            <name>hibernate.dialect</name>
+            <value>org.hibernate.dialect.SQLServerDialect</value>
+         </property>
+      </properties>
+   </configuration>
+   <!-- The mysql 4 configuration -->
+   <configuration>
+      <configuration-name>mysql4</configuration-name>
+      <properties>
+         <property>
+            <name>hibernate.dialect</name>
+            <value>org.hibernate.dialect.MySQLDialect</value>
+         </property>
+      </properties>
+   </configuration>
+   <!-- The postgresql 8 configuration -->
+   <configuration>
+      <configuration-name>postgresql8</configuration-name>
+      <properties>
+         <property>
+            <name>hibernate.dialect</name>
+            <value>org.hibernate.dialect.PostgreSQLDialect</value>
+         </property>
+      </properties>
+   </configuration>
 </configurations>
\ No newline at end of file




More information about the portal-commits mailing list