Author: stliu
Date: 2010-09-20 23:16:47 -0400 (Mon, 20 Sep 2010)
New Revision: 20674
Modified:
core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
Log:
JBPAPP-4999 update db profiles
Modified: core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/parent/pom.xml 2010-09-20 17:42:39 UTC (rev 20673)
+++ core/branches/Branch_3_3_2_GA_CP/parent/pom.xml 2010-09-21 03:16:47 UTC (rev 20674)
@@ -732,7 +732,7 @@
<properties>
<db.dialect>org.hibernate.dialect.SybaseASE15Dialect</db.dialect>
<jdbc.driver>com.sybase.jdbc4.jdbc.SybDriver</jdbc.driver>
-
<jdbc.url>jdbc:sybase:Tds:dev77.qa.atl2.redhat.com:5000/hibbr330?DYNAMIC_PREPARE=true</jdbc.url>
+
<jdbc.url>jdbc:sybase:Tds:dev77.qa.atl2.redhat.com:5000/hibbr330?SQLINITSTRING=set
quoted_identifier on</jdbc.url>
<jdbc.user>hibbr330</jdbc.user>
<jdbc.pass>hibbr330</jdbc.pass>
<jdbc.isolation />
@@ -751,7 +751,7 @@
<properties>
<db.dialect>org.hibernate.dialect.SybaseASE15Dialect</db.dialect>
<jdbc.driver>com.sybase.jdbc4.jdbc.SybDriver</jdbc.driver>
-
<jdbc.url>jdbc:sybase:Tds:vmg09.mw.lab.eng.bos.redhat.com:5000/hibbr330?DYNAMIC_PREPARE=true</jdbc.url>
+
<jdbc.url>jdbc:sybase:Tds:vmg09.mw.lab.eng.bos.redhat.com:5000/hibbr330?SQLINITSTRING=set
quoted_identifier on</jdbc.url>
<jdbc.user>hibbr330</jdbc.user>
<jdbc.pass>hibbr330</jdbc.pass>
<jdbc.isolation />
Show replies by date