[portal-commits] JBoss Portal SVN: r9065 - in branches/JBoss_Portal_Branch_2_6: cms/src/resources/test and 1 other directories.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Wed Nov 21 10:09:41 EST 2007


Author: bdaw
Date: 2007-11-21 10:09:41 -0500 (Wed, 21 Nov 2007)
New Revision: 9065

Modified:
   branches/JBoss_Portal_Branch_2_6/build/build-thirdparty.xml
   branches/JBoss_Portal_Branch_2_6/cms/src/resources/test/standardidentity-config.xml
   branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-sar/conf/identity/standardidentity-config.xml
Log:
update for identity libraries and configuration

Modified: branches/JBoss_Portal_Branch_2_6/build/build-thirdparty.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/build/build-thirdparty.xml	2007-11-21 14:30:07 UTC (rev 9064)
+++ branches/JBoss_Portal_Branch_2_6/build/build-thirdparty.xml	2007-11-21 15:09:41 UTC (rev 9065)
@@ -51,7 +51,7 @@
       <componentref name="jboss-portal/modules/web" version="trunk-SNAPSHOT"/>
       <componentref name="jboss-portal/modules/test" version="1.0-SNAPSHOT"/>
       <componentref name="jboss-portal/modules/portlet" version="1.0-SNAPSHOT"/>
-      <componentref name="jboss-portal/modules/identity" version="1.0.0"/>
+      <componentref name="jboss-portal/modules/identity" version="1.0.1-SNAPSHOT"/>
       <componentref name="antlr" version="2.7.6.ga"/>
       <componentref name="apache-ant" version="1.6.5"/>
       <componentref name="jackrabbit" version="1.1.1"/>

Modified: branches/JBoss_Portal_Branch_2_6/cms/src/resources/test/standardidentity-config.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/cms/src/resources/test/standardidentity-config.xml	2007-11-21 14:30:07 UTC (rev 9064)
+++ branches/JBoss_Portal_Branch_2_6/cms/src/resources/test/standardidentity-config.xml	2007-11-21 15:09:41 UTC (rev 9065)
@@ -59,6 +59,18 @@
                <name>jNDIName</name>
                <value>java:/portal/LDAPConnectionContext</value>
             </option>
+            <option>
+               <name>pooling</name>
+               <value>true</value>
+            </option>
+            <option>
+               <name>poolingProtocol</name>
+               <value>plain ssl</value>
+            </option>
+            <option>
+               <name>poolingTimeout</name>
+               <value>300000</value>
+            </option>
          </config>
       </datasource>
    </datasources>
@@ -84,7 +96,7 @@
             </option>
          </config>
       </module>
-
+                                                                           
       <module>
          <!--type used to correctly map in IdentityContext registry-->
          <type>Role</type>

Modified: branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-sar/conf/identity/standardidentity-config.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-sar/conf/identity/standardidentity-config.xml	2007-11-21 14:30:07 UTC (rev 9064)
+++ branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-sar/conf/identity/standardidentity-config.xml	2007-11-21 15:09:41 UTC (rev 9065)
@@ -61,6 +61,18 @@
                <name>jNDIName</name>
                <value>java:/portal/LDAPConnectionContext</value>
             </option>
+            <option>
+               <name>pooling</name>
+               <value>true</value>
+            </option>
+            <option>
+               <name>poolingProtocol</name>
+               <value>plain ssl</value>
+            </option>
+            <option>
+               <name>poolingTimeout</name>
+               <value>300000</value>
+            </option>
          </config>
       </datasource>
    </datasources>




More information about the portal-commits mailing list