[jboss-cvs] JBossAS SVN: r106351 - branches/JBPAPP_5_1/connector/src/etc/example-config.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 30 15:17:22 EDT 2010


Author: rrajesh
Date: 2010-06-30 15:17:22 -0400 (Wed, 30 Jun 2010)
New Revision: 106351

Modified:
   branches/JBPAPP_5_1/connector/src/etc/example-config/postgres-ds.xml
   branches/JBPAPP_5_1/connector/src/etc/example-config/postgres-xa-ds.xml
Log:
JBPAPP-3027 Changed PostgreSQL 7.2 type-mapping to PostgreSQL

Modified: branches/JBPAPP_5_1/connector/src/etc/example-config/postgres-ds.xml
===================================================================
--- branches/JBPAPP_5_1/connector/src/etc/example-config/postgres-ds.xml	2010-06-30 18:55:21 UTC (rev 106350)
+++ branches/JBPAPP_5_1/connector/src/etc/example-config/postgres-ds.xml	2010-06-30 19:17:22 UTC (rev 106351)
@@ -30,7 +30,7 @@
 
       <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional) -->
       <metadata>
-         <type-mapping>PostgreSQL 7.2</type-mapping>
+         <type-mapping>PostgreSQL</type-mapping>
       </metadata>
   </local-tx-datasource>
 

Modified: branches/JBPAPP_5_1/connector/src/etc/example-config/postgres-xa-ds.xml
===================================================================
--- branches/JBPAPP_5_1/connector/src/etc/example-config/postgres-xa-ds.xml	2010-06-30 18:55:21 UTC (rev 106350)
+++ branches/JBPAPP_5_1/connector/src/etc/example-config/postgres-xa-ds.xml	2010-06-30 19:17:22 UTC (rev 106351)
@@ -27,7 +27,7 @@
 
       <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional) -->
       <metadata>
-         <type-mapping>PostgreSQL 7.2</type-mapping>
+         <type-mapping>PostgreSQL</type-mapping>
       </metadata>
 
   </xa-datasource>



More information about the jboss-cvs-commits mailing list