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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 15 10:09:08 EDT 2009


Author: jesper.pedersen
Date: 2009-05-15 10:09:08 -0400 (Fri, 15 May 2009)
New Revision: 88948

Modified:
   branches/Branch_5_x/connector/src/etc/example-config/db2-400-ds.xml
   branches/Branch_5_x/connector/src/etc/example-config/db2-ds.xml
   branches/Branch_5_x/connector/src/etc/example-config/derby-ds.xml
   branches/Branch_5_x/connector/src/etc/example-config/generic-ds.xml
   branches/Branch_5_x/connector/src/etc/example-config/hsqldb-ds.xml
   branches/Branch_5_x/connector/src/etc/example-config/hsqldb-encrypted-ds.xml
   branches/Branch_5_x/connector/src/etc/example-config/informix-ds.xml
   branches/Branch_5_x/connector/src/etc/example-config/jdatastore-ds.xml
   branches/Branch_5_x/connector/src/etc/example-config/jsql-ds.xml
   branches/Branch_5_x/connector/src/etc/example-config/mimer-ds.xml
   branches/Branch_5_x/connector/src/etc/example-config/msaccess-ds.xml
   branches/Branch_5_x/connector/src/etc/example-config/mssql-ds.xml
   branches/Branch_5_x/connector/src/etc/example-config/mysql-ds.xml
   branches/Branch_5_x/connector/src/etc/example-config/oracle-ds.xml
   branches/Branch_5_x/connector/src/etc/example-config/pointbase-ds.xml
   branches/Branch_5_x/connector/src/etc/example-config/postgres-ds.xml
   branches/Branch_5_x/connector/src/etc/example-config/progress-ds.xml
   branches/Branch_5_x/connector/src/etc/example-config/sapdb-ds.xml
   branches/Branch_5_x/connector/src/etc/example-config/solid-ds.xml
   branches/Branch_5_x/connector/src/etc/example-config/sybase-ds.xml
Log:
[JBAS-5235] Add comment about Multiple1PC

Modified: branches/Branch_5_x/connector/src/etc/example-config/db2-400-ds.xml
===================================================================
--- branches/Branch_5_x/connector/src/etc/example-config/db2-400-ds.xml	2009-05-15 13:16:29 UTC (rev 88947)
+++ branches/Branch_5_x/connector/src/etc/example-config/db2-400-ds.xml	2009-05-15 14:09:08 UTC (rev 88948)
@@ -13,6 +13,8 @@
 
      [systemname] Hostame of the iSeries
      [schema]     Default schema is needed so jboss could use metadat to test if the tables exists
+
+     See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource
   -->
 
 <datasources>

Modified: branches/Branch_5_x/connector/src/etc/example-config/db2-ds.xml
===================================================================
--- branches/Branch_5_x/connector/src/etc/example-config/db2-ds.xml	2009-05-15 13:16:29 UTC (rev 88947)
+++ branches/Branch_5_x/connector/src/etc/example-config/db2-ds.xml	2009-05-15 14:09:08 UTC (rev 88948)
@@ -6,6 +6,7 @@
 <!--                                                                       -->
 <!-- ===================================================================== -->
 
+<!-- See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource -->
 <!-- $Id$ -->
 
 

Modified: branches/Branch_5_x/connector/src/etc/example-config/derby-ds.xml
===================================================================
--- branches/Branch_5_x/connector/src/etc/example-config/derby-ds.xml	2009-05-15 13:16:29 UTC (rev 88947)
+++ branches/Branch_5_x/connector/src/etc/example-config/derby-ds.xml	2009-05-15 14:09:08 UTC (rev 88948)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!-- The Derby embedded database JCA connection factory config
-$Id$ -->
+<!-- The Derby embedded database JCA connection factory config -->
+<!-- See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource -->
+<!-- $Id$ -->
 
-
 <datasources>
    <local-tx-datasource>
 

Modified: branches/Branch_5_x/connector/src/etc/example-config/generic-ds.xml
===================================================================
--- branches/Branch_5_x/connector/src/etc/example-config/generic-ds.xml	2009-05-15 13:16:29 UTC (rev 88947)
+++ branches/Branch_5_x/connector/src/etc/example-config/generic-ds.xml	2009-05-15 14:09:08 UTC (rev 88948)
@@ -6,6 +6,7 @@
 <!--                                                                       -->
 <!-- ===================================================================== -->
 
+<!-- See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource -->
 <!-- $Id$ -->
 
 

Modified: branches/Branch_5_x/connector/src/etc/example-config/hsqldb-ds.xml
===================================================================
--- branches/Branch_5_x/connector/src/etc/example-config/hsqldb-ds.xml	2009-05-15 13:16:29 UTC (rev 88947)
+++ branches/Branch_5_x/connector/src/etc/example-config/hsqldb-ds.xml	2009-05-15 14:09:08 UTC (rev 88948)
@@ -2,6 +2,7 @@
 
 <!-- The Hypersonic embedded database JCA connection factory config -->
 
+<!-- See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource -->
 <!-- $Id$ -->
 
 <datasources>

Modified: branches/Branch_5_x/connector/src/etc/example-config/hsqldb-encrypted-ds.xml
===================================================================
--- branches/Branch_5_x/connector/src/etc/example-config/hsqldb-encrypted-ds.xml	2009-05-15 13:16:29 UTC (rev 88947)
+++ branches/Branch_5_x/connector/src/etc/example-config/hsqldb-encrypted-ds.xml	2009-05-15 14:09:08 UTC (rev 88948)
@@ -4,6 +4,7 @@
 <!-- that illustrates the use of the JaasSecurityDomainIdentityLoginModule -->
 <!-- to use encrypted password in the data source configuration.           -->
 
+<!-- See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource -->
 <!-- $Id$ -->
 
 <datasources>

Modified: branches/Branch_5_x/connector/src/etc/example-config/informix-ds.xml
===================================================================
--- branches/Branch_5_x/connector/src/etc/example-config/informix-ds.xml	2009-05-15 13:16:29 UTC (rev 88947)
+++ branches/Branch_5_x/connector/src/etc/example-config/informix-ds.xml	2009-05-15 14:09:08 UTC (rev 88948)
@@ -6,6 +6,7 @@
 <!--                                                                       -->
 <!-- ===================================================================== -->
 
+<!-- See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource -->
 <!-- $Id$ -->
 
 

Modified: branches/Branch_5_x/connector/src/etc/example-config/jdatastore-ds.xml
===================================================================
--- branches/Branch_5_x/connector/src/etc/example-config/jdatastore-ds.xml	2009-05-15 13:16:29 UTC (rev 88947)
+++ branches/Branch_5_x/connector/src/etc/example-config/jdatastore-ds.xml	2009-05-15 14:09:08 UTC (rev 88948)
@@ -6,6 +6,7 @@
 <!--                                                                       -->
 <!-- ===================================================================== -->
 
+<!-- See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource -->
 <!-- $Id$ -->
 <!-- ==================================================================== -->
 <!-- Copy these jar's from your JBuilder6/lib to your jboss's lib         -->

Modified: branches/Branch_5_x/connector/src/etc/example-config/jsql-ds.xml
===================================================================
--- branches/Branch_5_x/connector/src/etc/example-config/jsql-ds.xml	2009-05-15 13:16:29 UTC (rev 88947)
+++ branches/Branch_5_x/connector/src/etc/example-config/jsql-ds.xml	2009-05-15 14:09:08 UTC (rev 88948)
@@ -6,6 +6,7 @@
 <!--                                                                       -->
 <!-- ===================================================================== -->
 
+<!-- See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource -->
 <!-- $Id$ -->
 
   <!-- ======================================================================-->

Modified: branches/Branch_5_x/connector/src/etc/example-config/mimer-ds.xml
===================================================================
--- branches/Branch_5_x/connector/src/etc/example-config/mimer-ds.xml	2009-05-15 13:16:29 UTC (rev 88947)
+++ branches/Branch_5_x/connector/src/etc/example-config/mimer-ds.xml	2009-05-15 14:09:08 UTC (rev 88948)
@@ -8,6 +8,8 @@
 <!-- Supplied by fredrik.alund at upright.se                                 -->
 <!-- ==================================================================== -->
 
+<!-- See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource -->
+
 <datasources>
    <local-tx-datasource>
       <jndi-name>MimerDS</jndi-name>

Modified: branches/Branch_5_x/connector/src/etc/example-config/msaccess-ds.xml
===================================================================
--- branches/Branch_5_x/connector/src/etc/example-config/msaccess-ds.xml	2009-05-15 13:16:29 UTC (rev 88947)
+++ branches/Branch_5_x/connector/src/etc/example-config/msaccess-ds.xml	2009-05-15 14:09:08 UTC (rev 88948)
@@ -6,6 +6,8 @@
 <!--                                                                       -->
 <!-- ===================================================================== -->
 
+<!-- See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource -->
+
 <!-- $Id$ -->
 <!-- ==================================================================== -->
 <!-- This uses the sun jdbc-odbc driver, so don't expect miracles          -->

Modified: branches/Branch_5_x/connector/src/etc/example-config/mssql-ds.xml
===================================================================
--- branches/Branch_5_x/connector/src/etc/example-config/mssql-ds.xml	2009-05-15 13:16:29 UTC (rev 88947)
+++ branches/Branch_5_x/connector/src/etc/example-config/mssql-ds.xml	2009-05-15 14:09:08 UTC (rev 88948)
@@ -6,6 +6,7 @@
 <!--                                                                       -->
 <!-- ===================================================================== -->
 
+<!-- See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource -->
 <!-- $Id$ -->
 
   <!-- ======================================================================-->

Modified: branches/Branch_5_x/connector/src/etc/example-config/mysql-ds.xml
===================================================================
--- branches/Branch_5_x/connector/src/etc/example-config/mysql-ds.xml	2009-05-15 13:16:29 UTC (rev 88947)
+++ branches/Branch_5_x/connector/src/etc/example-config/mysql-ds.xml	2009-05-15 14:09:08 UTC (rev 88948)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
+<!-- See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource -->
 <!-- $Id$ -->
 <!--  Datasource config for MySQL using 3.0.9 available from:
 http://www.mysql.com/downloads/api-jdbc-stable.html

Modified: branches/Branch_5_x/connector/src/etc/example-config/oracle-ds.xml
===================================================================
--- branches/Branch_5_x/connector/src/etc/example-config/oracle-ds.xml	2009-05-15 13:16:29 UTC (rev 88947)
+++ branches/Branch_5_x/connector/src/etc/example-config/oracle-ds.xml	2009-05-15 14:09:08 UTC (rev 88948)
@@ -6,6 +6,7 @@
 <!--                                                                       -->
 <!-- ===================================================================== -->
 
+<!-- See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource -->
 <!-- $Id$ -->
 <!-- ==================================================================== -->
 <!--  Datasource config for Oracle originally from Steven Coy             -->

Modified: branches/Branch_5_x/connector/src/etc/example-config/pointbase-ds.xml
===================================================================
--- branches/Branch_5_x/connector/src/etc/example-config/pointbase-ds.xml	2009-05-15 13:16:29 UTC (rev 88947)
+++ branches/Branch_5_x/connector/src/etc/example-config/pointbase-ds.xml	2009-05-15 14:09:08 UTC (rev 88948)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!-- Example of the pointbase 4.8 datasource configuration -->
+<!-- See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource -->
 <!-- $Id$ -->
 
 <datasources>

Modified: branches/Branch_5_x/connector/src/etc/example-config/postgres-ds.xml
===================================================================
--- branches/Branch_5_x/connector/src/etc/example-config/postgres-ds.xml	2009-05-15 13:16:29 UTC (rev 88947)
+++ branches/Branch_5_x/connector/src/etc/example-config/postgres-ds.xml	2009-05-15 14:09:08 UTC (rev 88948)
@@ -6,6 +6,7 @@
 <!--                                                                       -->
 <!-- ===================================================================== -->
 
+<!-- See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource -->
 <!-- $Id$ -->
 <!-- ==================================================================== -->
 <!--  Datasource config for Postgres                                      -->

Modified: branches/Branch_5_x/connector/src/etc/example-config/progress-ds.xml
===================================================================
--- branches/Branch_5_x/connector/src/etc/example-config/progress-ds.xml	2009-05-15 13:16:29 UTC (rev 88947)
+++ branches/Branch_5_x/connector/src/etc/example-config/progress-ds.xml	2009-05-15 14:09:08 UTC (rev 88948)
@@ -6,6 +6,7 @@
 <!--                                                                       -->
 <!-- ===================================================================== -->
 
+<!-- See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource -->
 <!-- $Id$ -->
 <!-- ==================================================================== -->
 <!--  Datasource config for Progress 9.1                                  -->

Modified: branches/Branch_5_x/connector/src/etc/example-config/sapdb-ds.xml
===================================================================
--- branches/Branch_5_x/connector/src/etc/example-config/sapdb-ds.xml	2009-05-15 13:16:29 UTC (rev 88947)
+++ branches/Branch_5_x/connector/src/etc/example-config/sapdb-ds.xml	2009-05-15 14:09:08 UTC (rev 88948)
@@ -10,6 +10,7 @@
 <!-- This is a minimal example.  See the generic example for other stuff   -->
 <!-- ===================================================================== -->
 
+<!-- See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource -->
 <!-- $Id$ -->
 
 

Modified: branches/Branch_5_x/connector/src/etc/example-config/solid-ds.xml
===================================================================
--- branches/Branch_5_x/connector/src/etc/example-config/solid-ds.xml	2009-05-15 13:16:29 UTC (rev 88947)
+++ branches/Branch_5_x/connector/src/etc/example-config/solid-ds.xml	2009-05-15 14:09:08 UTC (rev 88948)
@@ -6,6 +6,7 @@
 <!--                                                                       -->
 <!-- ===================================================================== -->
 
+<!-- See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource -->
 <!-- $Id$ -->
 <!-- ==================================================================== -->
 <!-- DataSource configuration for solid using 3.0 driver                  -->

Modified: branches/Branch_5_x/connector/src/etc/example-config/sybase-ds.xml
===================================================================
--- branches/Branch_5_x/connector/src/etc/example-config/sybase-ds.xml	2009-05-15 13:16:29 UTC (rev 88947)
+++ branches/Branch_5_x/connector/src/etc/example-config/sybase-ds.xml	2009-05-15 14:09:08 UTC (rev 88948)
@@ -9,6 +9,7 @@
 <!-- This is a minimal example.  See the generic example for other stuff   -->
 <!-- ===================================================================== -->
 
+<!-- See http://www.jboss.org/community/wiki/Multiple1PC for information about local-tx-datasource -->
 <!-- $Id$ -->
 
 




More information about the jboss-cvs-commits mailing list