[hibernate-commits] Hibernate SVN: r20263 - core/branches/Branch_3_5/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Aug 25 11:59:56 EDT 2010


Author: stliu
Date: 2010-08-25 11:59:55 -0400 (Wed, 25 Aug 2010)
New Revision: 20263

Modified:
   core/branches/Branch_3_5/parent/pom.xml
Log:
HHH-5505 enable Sybase 15.5 in the test db profile

Modified: core/branches/Branch_3_5/parent/pom.xml
===================================================================
--- core/branches/Branch_3_5/parent/pom.xml	2010-08-25 13:52:33 UTC (rev 20262)
+++ core/branches/Branch_3_5/parent/pom.xml	2010-08-25 15:59:55 UTC (rev 20263)
@@ -896,6 +896,25 @@
             </properties>
         </profile>
 
+        <profile>
+            <id>sybase155</id>
+            <dependencies>
+                <dependency>
+                    <groupId>com.sybase</groupId>
+                    <artifactId>jconnect</artifactId>
+                    <version>6.0.5</version>
+                    <scope>test</scope>
+                </dependency>
+            </dependencies>
+            <properties>
+                <db.dialect>org.hibernate.dialect.SybaseASE15Dialect</db.dialect>
+                <jdbc.driver>com.sybase.jdbc3.jdbc.SybDriver</jdbc.driver>
+                <jdbc.url>jdbc:sybase:Tds:vmg09.mw.lab.eng.bos.redhat.com:5000/hibbr35?DYNAMIC_PREPARE=true</jdbc.url>
+                <jdbc.user>hibbr35</jdbc.user>
+                <jdbc.pass>hibbr35</jdbc.pass>
+                <jdbc.isolation />
+            </properties>
+        </profile>
         <!-- The Sybase 15 test envionment -->
         <profile>
             <id>sybase15</id>



More information about the hibernate-commits mailing list