[teiid-commits] teiid SVN: r2662 - in branches/7.1.x: documentation/client-developers-guide/src/main/docbook/en-US/content and 1 other directory.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Oct 19 15:10:07 EDT 2010


Author: rareddy
Date: 2010-10-19 15:10:06 -0400 (Tue, 19 Oct 2010)
New Revision: 2662

Modified:
   branches/7.1.x/build/kits/jboss-container/teiid-examples/jca/readme.txt
   branches/7.1.x/documentation/client-developers-guide/src/main/docbook/en-US/content/jdbc-connection.xml
Log:
TEIID-1307

Modified: branches/7.1.x/build/kits/jboss-container/teiid-examples/jca/readme.txt
===================================================================
--- branches/7.1.x/build/kits/jboss-container/teiid-examples/jca/readme.txt	2010-10-19 16:58:41 UTC (rev 2661)
+++ branches/7.1.x/build/kits/jboss-container/teiid-examples/jca/readme.txt	2010-10-19 19:10:06 UTC (rev 2662)
@@ -1,8 +1,8 @@
-This folder contains the sample "-ds.xml" files that can be created for Teiid sources.
+This directory contains examples of data source configuration files for the following types of sources:
+    flat files
+    LDAP
+    SalesForce
+    Web Services (for ws-security see Admin Guide)
 
-JDBC: Please check "<jboss-as>/docs/examples/jca" directory for creating a -ds.xml file for any type of relational database. 
-Please note you can find samples for creating both "local" and "xa" data sources.
-
-Web Serivices with ws-security: Check out Admin guide for a sample with explanation on how to use it. 
-
-All the others types of sources, please find a example in this directory.
\ No newline at end of file
+JDBC Users: Please see the examples in the "<jboss-as>/docs/examples/jca" directory for creating data source configuration 
+files for any type of relational database. These examples demonstrate creating both "local" and "xa" data sources.

Modified: branches/7.1.x/documentation/client-developers-guide/src/main/docbook/en-US/content/jdbc-connection.xml
===================================================================
--- branches/7.1.x/documentation/client-developers-guide/src/main/docbook/en-US/content/jdbc-connection.xml	2010-10-19 16:58:41 UTC (rev 2661)
+++ branches/7.1.x/documentation/client-developers-guide/src/main/docbook/en-US/content/jdbc-connection.xml	2010-10-19 19:10:06 UTC (rev 2662)
@@ -335,19 +335,6 @@
                         </entry>
                         <entry>Name given to this data source</entry>
                     </row>  
-                    <row>
-                        <entry>
-                            <code>PassthroughAuthentication</code>
-                        </entry>
-                        <entry>
-                            <code>boolean</code>
-                        </entry>
-                        <entry>Only applies to "local" connections. When this option is set to "true", then Teiid looks for 
-                        already authenticated security context on the calling thread. If one found it uses that users credentials 
-                        to create session. Teiid also verifies that the same user is using this connection during the life of the connection.
-                        if it finds a different security context on the calling thread, it switches the identity on the connection,
-                        if the new user is also eligible to log in to Teiid otherwise connection fails to execute.</entry>
-                    </row>                     
                                                                                                                                                            
                 </tbody>
             </tgroup>



More information about the teiid-commits mailing list