[hibernate-commits] Hibernate SVN: r19008 - search/branches/v3_1_1_GA_CP.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Mar 16 06:48:52 EDT 2010


Author: stliu
Date: 2010-03-16 06:48:52 -0400 (Tue, 16 Mar 2010)
New Revision: 19008

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

Modified: search/branches/v3_1_1_GA_CP/pom.xml
===================================================================
--- search/branches/v3_1_1_GA_CP/pom.xml	2010-03-16 10:47:58 UTC (rev 19007)
+++ search/branches/v3_1_1_GA_CP/pom.xml	2010-03-16 10:48:52 UTC (rev 19008)
@@ -774,6 +774,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>
         <!-- ================================ -->
         <!-- Dependecy profiles to test w and -->
         <!-- w/o optional dependencies        -->



More information about the hibernate-commits mailing list