[gatein-commits] gatein SVN: r8746 - in epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm: examples and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jun 26 10:22:42 EDT 2012


Author: mposolda
Date: 2012-06-26 10:22:40 -0400 (Tue, 26 Jun 2012)
New Revision: 8746

Modified:
   epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-acme-config.xml
   epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-config.xml
   epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-config.xml
   epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-readonly-config.xml
   epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-acme-config.xml
   epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-config.xml
   epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/picketlink-idm-config.xml
Log:
Bug 835578 New option 'lazyStartOfHibernateTransaction' added to Picketlink IDM configuration for support of lazy hibernate transaction. Default value is false, so it will still use old behaviour.

Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-acme-config.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-acme-config.xml	2012-06-26 07:11:28 UTC (rev 8745)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-acme-config.xml	2012-06-26 14:22:40 UTC (rev 8746)
@@ -144,6 +144,10 @@
             <name>isRealmAware</name>
             <value>true</value>
           </option>
+          <option>
+            <name>lazyStartOfHibernateTransaction</name>
+            <value>false</value>
+          </option>
         </options>
       </identity-store>
       <identity-store>

Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-config.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-config.xml	2012-06-26 07:11:28 UTC (rev 8745)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-config.xml	2012-06-26 14:22:40 UTC (rev 8746)
@@ -139,6 +139,10 @@
             <name>isRealmAware</name>
             <value>true</value>
           </option>
+          <option>
+            <name>lazyStartOfHibernateTransaction</name>
+            <value>false</value>
+          </option>
         </options>
       </identity-store>
       <identity-store>

Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-config.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-config.xml	2012-06-26 07:11:28 UTC (rev 8745)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-config.xml	2012-06-26 14:22:40 UTC (rev 8746)
@@ -138,6 +138,10 @@
             <name>isRealmAware</name>
             <value>true</value>
           </option>
+          <option>
+            <name>lazyStartOfHibernateTransaction</name>
+            <value>false</value>
+          </option>
         </options>
       </identity-store>
       <identity-store>

Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-readonly-config.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-readonly-config.xml	2012-06-26 07:11:28 UTC (rev 8745)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-readonly-config.xml	2012-06-26 14:22:40 UTC (rev 8746)
@@ -143,6 +143,10 @@
             <name>isRealmAware</name>
             <value>true</value>
           </option>
+          <option>
+            <name>lazyStartOfHibernateTransaction</name>
+            <value>false</value>
+          </option>
         </options>
       </identity-store>
       <identity-store>

Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-acme-config.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-acme-config.xml	2012-06-26 07:11:28 UTC (rev 8745)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-acme-config.xml	2012-06-26 14:22:40 UTC (rev 8746)
@@ -144,6 +144,10 @@
             <name>isRealmAware</name>
             <value>true</value>
           </option>
+          <option>
+            <name>lazyStartOfHibernateTransaction</name>
+            <value>false</value>
+          </option>
         </options>
       </identity-store>
       <identity-store>

Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-config.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-config.xml	2012-06-26 07:11:28 UTC (rev 8745)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-config.xml	2012-06-26 14:22:40 UTC (rev 8746)
@@ -139,6 +139,10 @@
             <name>isRealmAware</name>
             <value>true</value>
           </option>
+          <option>
+            <name>lazyStartOfHibernateTransaction</name>
+            <value>false</value>
+          </option>
         </options>
       </identity-store>
       <identity-store>

Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/picketlink-idm-config.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/picketlink-idm-config.xml	2012-06-26 07:11:28 UTC (rev 8745)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/picketlink-idm-config.xml	2012-06-26 14:22:40 UTC (rev 8746)
@@ -102,6 +102,10 @@
             <name>isRealmAware</name>
             <value>true</value>
           </option>
+          <option>
+            <name>lazyStartOfHibernateTransaction</name>
+            <value>false</value>
+          </option>
         </options>
       </identity-store>
     </identity-stores>



More information about the gatein-commits mailing list