[hibernate-commits] Hibernate SVN: r19006 - annotations/branches/v3_4_0_GA_CP.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Mar 16 06:47:19 EDT 2010


Author: stliu
Date: 2010-03-16 06:47:18 -0400 (Tue, 16 Mar 2010)
New Revision: 19006

Modified:
   annotations/branches/v3_4_0_GA_CP/pom.xml
Log:
JBPAPP-3922 add new DB profile - oracle11gR2RAC

Modified: annotations/branches/v3_4_0_GA_CP/pom.xml
===================================================================
--- annotations/branches/v3_4_0_GA_CP/pom.xml	2010-03-16 10:46:08 UTC (rev 19005)
+++ annotations/branches/v3_4_0_GA_CP/pom.xml	2010-03-16 10:47:18 UTC (rev 19006)
@@ -865,6 +865,25 @@
 	                <jdbc.isolation>4096</jdbc.isolation>
 	            </properties>
 	        </profile>
+	        <profile>
+	            <id>oracle11gR2RAC</id>
+	            <dependencies>
+	                <dependency>
+	                    <groupId>com.oracle</groupId>
+	                    <artifactId>ojdbc6</artifactId>
+	                    <version>11.2.0.1.0</version>
+	                    <scope>test</scope>
+	                </dependency>
+	            </dependencies>
+	            <properties>
+	                <db.dialect>org.hibernate.dialect.Oracle10gDialect</db.dialect>
+	                <jdbc.driver>oracle.jdbc.driver.OracleDriver</jdbc.driver>
+	                <jdbc.url>jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=TCP)(HOST=vmg27-vip.mw.lab.eng.bos.redhat.com)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=vmg28-vip.mw.lab.eng.bos.redhat.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=qarac.jboss)))</jdbc.url>
+	                <jdbc.user>hibbr330</jdbc.user>
+	                <jdbc.pass>hibbr330</jdbc.pass>
+	                <jdbc.isolation/>
+	            </properties>
+	        </profile>
     </profiles>
 	<properties>
 		<slf4jVersion>1.5.8</slf4jVersion>



More information about the hibernate-commits mailing list