[gatein-commits] gatein SVN: r8815 - epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Aug 10 04:29:02 EDT 2012


Author: mposolda
Date: 2012-08-10 04:29:02 -0400 (Fri, 10 Aug 2012)
New Revision: 8815

Modified:
   epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-api-cluster.xml
   epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-store-cluster.xml
   epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache.xml
Log:
Bug 840917 deleted user is still displayed in portal configured using JTA
Bug 841320 added group isn't visible after signing out and in in portal using JTA
fixing regressions by revert of TransactionManagerLookup configuration for picketlink JBoss Cache 


Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-api-cluster.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-api-cluster.xml	2012-08-09 16:21:53 UTC (rev 8814)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-api-cluster.xml	2012-08-10 08:29:02 UTC (rev 8815)
@@ -1,7 +1,7 @@
 <jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.1">
 
   <!-- Configure the TransactionManager -->
-  <transaction transactionManagerLookupClass="org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup" />
+  <!--<transaction transactionManagerLookupClass="org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup" />-->
 
   <!-- The cluster name will be changed programmatically. Portal container name will be added to the end of name. -->
   <clustering mode="replication" clusterName="${jboss.partition.name:DefaultPartition}-idm-api-cluster">

Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-store-cluster.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-store-cluster.xml	2012-08-09 16:21:53 UTC (rev 8814)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache-store-cluster.xml	2012-08-10 08:29:02 UTC (rev 8815)
@@ -1,7 +1,7 @@
 <jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.1">
 
   <!-- Configure the TransactionManager -->
-  <transaction transactionManagerLookupClass="org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup" />
+  <!--<transaction transactionManagerLookupClass="org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup" />-->
 
   <!-- The cluster name will be changed programmatically. Portal container name will be added to the end of name. -->
   <clustering mode="replication" clusterName="${jboss.partition.name:DefaultPartition}-idm-store-cluster">

Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache.xml	2012-08-09 16:21:53 UTC (rev 8814)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache.xml	2012-08-10 08:29:02 UTC (rev 8815)
@@ -1,7 +1,7 @@
 <jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.1">
 
   <!-- Configure the TransactionManager -->
-  <transaction transactionManagerLookupClass="org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup" />
+  <!--<transaction transactionManagerLookupClass="org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup" />-->
 
   <!-- Eviction configuration -->
   <eviction wakeUpInterval="5000">



More information about the gatein-commits mailing list