Author: hfnukal
Date: 2012-08-03 04:15:11 -0400 (Fri, 03 Aug 2012)
New Revision: 8810
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/idm-local-cache-config.xml
Log:
Bug 831445 - WSRP is failing when including OASIS WSRP WSDL
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/idm-local-cache-config.xml
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/idm-local-cache-config.xml 2012-08-02
07:46:25 UTC (rev 8809)
+++
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/idm-local-cache-config.xml 2012-08-03
08:15:11 UTC (rev 8810)
@@ -38,6 +38,7 @@
<cache-config name="local-optimistic-entity">
<!-- Disable exposure of jmx stats for anonymous caches -->
<jmxStatistics enabled="false"/>
+ <attribute
name="exposeManagementStatistics">false</attribute>
<!-- Node locking scheme -->
<attribute name="NodeLockingScheme">OPTIMISTIC</attribute>
@@ -118,6 +119,7 @@
<cache-config name="local-timestamps-cache">
<!-- Disable exposure of jmx stats for anonymous caches -->
<jmxStatistics enabled="false"/>
+ <attribute
name="exposeManagementStatistics">false</attribute>
<!-- Node locking scheme -->
<attribute
name="NodeLockingScheme">PESSIMISTIC</attribute>