[gatein-commits] gatein SVN: r8750 - in epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF: conf/jbosscache/local and 2 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jun 27 03:11:15 EDT 2012


Author: hfnukal
Date: 2012-06-27 03:11:15 -0400 (Wed, 27 Jun 2012)
New Revision: 8750

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/conf/jbosscache/local/config.xml
   epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/local/config.xml
   epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/local/lock-config.xml
   epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache.xml
Log:
Bug 803776 - Disable exposure of jmx stats for anonymous caches

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-06-27 07:04:43 UTC (rev 8749)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/idm-local-cache-config.xml	2012-06-27 07:11:15 UTC (rev 8750)
@@ -36,6 +36,8 @@
     
     <!-- A config appropriate for entity/collection caching. -->
     <cache-config name="local-optimistic-entity">
+        <!-- Disable exposure of jmx stats for anonymous caches -->
+        <jmxStatistics enabled="false"/>
 
         <!-- Node locking scheme -->
         <attribute name="NodeLockingScheme">OPTIMISTIC</attribute>
@@ -114,6 +116,8 @@
          itself is configured with CacheMode=LOCAL.
     -->
     <cache-config name="local-timestamps-cache">
+        <!-- Disable exposure of jmx stats for anonymous caches -->
+        <jmxStatistics enabled="false"/>
 
         <!-- Node locking scheme -->
         <attribute name="NodeLockingScheme">PESSIMISTIC</attribute>

Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jbosscache/local/config.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jbosscache/local/config.xml	2012-06-27 07:04:43 UTC (rev 8749)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jbosscache/local/config.xml	2012-06-27 07:11:15 UTC (rev 8750)
@@ -18,5 +18,6 @@
   -->
 
 <jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.1">
-
+    <!-- Disable exposure of jmx stats for anonymous caches -->
+    <jmxStatistics enabled="false"/>
 </jbosscache>
\ No newline at end of file

Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/local/config.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/local/config.xml	2012-06-27 07:04:43 UTC (rev 8749)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/local/config.xml	2012-06-27 07:11:15 UTC (rev 8750)
@@ -36,4 +36,7 @@
       </default>
    </eviction>
 
+    <!-- Disable exposure of jmx stats for anonymous caches -->
+    <jmxStatistics enabled="false"/>
+
 </jbosscache>

Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/local/lock-config.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/local/lock-config.xml	2012-06-27 07:04:43 UTC (rev 8749)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jbosscache/local/lock-config.xml	2012-06-27 07:11:15 UTC (rev 8750)
@@ -40,4 +40,6 @@
       </properties>
     </loader>
   </loaders>
+    <!-- Disable exposure of jmx stats for anonymous caches -->
+    <jmxStatistics enabled="false"/>
 </jbosscache>

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-06-27 07:04:43 UTC (rev 8749)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/jboss-cache.xml	2012-06-27 07:11:15 UTC (rev 8750)
@@ -13,4 +13,6 @@
     </default>
   </eviction>
 
+    <!-- Disable exposure of jmx stats for anonymous caches -->
+    <jmxStatistics enabled="false"/>
 </jbosscache>



More information about the gatein-commits mailing list