[java-identity-provider] branch master updated: IDP-1343, IDP-1121 Remove ApplicationManagedConnection from attribute-seolver-full.xml

Rod Widdowson rdw at steadingsoftware.com
Mon Feb 25 10:44:59 EST 2019


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=65e266d1377da99edff910670845d6d0a929ca84

The following commit(s) were added to refs/heads/master by this push:
       new  65e266d   IDP-1343, IDP-1121 Remove ApplicationManagedConnection from attribute-seolver-full.xml
65e266d is described below

commit 65e266d1377da99edff910670845d6d0a929ca84
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Feb 25 15:42:18 2019 +0000

    IDP-1343, IDP-1121 Remove ApplicationManagedConnection from attribute-seolver-full.xml
    
    https://issues.shibboleth.net/jira/browse/IDP-1343
    https://issues.shibboleth.net/jira/browse/IDP-1121
    
    And replace it with a SimpleManagedConnection + a comment telling people to
    use BeanManagedConnection
---
 .../src/main/resources/conf/attribute-resolver-full.xml     | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/idp-conf/src/main/resources/conf/attribute-resolver-full.xml b/idp-conf/src/main/resources/conf/attribute-resolver-full.xml
index e44ffbc..d93a9d1 100644
--- a/idp-conf/src/main/resources/conf/attribute-resolver-full.xml
+++ b/idp-conf/src/main/resources/conf/attribute-resolver-full.xml
@@ -257,13 +257,16 @@
 
     <!-- Example Static Connector -->
 
-    <!-- Example Relational Database Connector -->
+    <!-- Example Relational Database Connector.  
+         In practice a <SimpleManagedConnection> is enough to get you going but you should consider a
+         <BeanManagedConnection> fully configured for your particular environment -->
+    
 <!--
     <DataConnector id="mySIS" xsi:type="RelationalDatabase">
-        <ApplicationManagedConnection jdbcDriver="oracle.jdbc.driver.OracleDriver"
-                                         jdbcURL="jdbc:oracle:thin:@db.example.org:1521:SomeDB" 
-                                         jdbcUserName="myid" 
-                                         jdbcPassword="mypassword" />
+        <SimpleManagedConnection jdbcDriver="oracle.jdbc.driver.OracleDriver"
+                                 jdbcURL="jdbc:oracle:thin:@db.example.org:1521:SomeDB" 
+                                 jdbcUserName="myid" 
+                                 jdbcPassword="mypassword" />
         <QueryTemplate>
             <![CDATA[
                 SELECT * FROM student WHERE gzbtpid = '$resolutionContext.principal'

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list