3 Replies Latest reply on May 20, 2014 1:19 PM by cstillwell

    Not getting cache statistics with wildfly-8.1.0.CR1

    cstillwell

      We define a cache-container as shown below.  When running wildfly-8.0.0.Final we are able to retrieve statistics for caches defined in this container; however, when running wildfly-8.1.0.CR1 all statistics show as -1.  It looks like the statistics-enabled="true" attribute is being ignored in 8.1.0.CR1 or is there something else I'm missing that needs to be specified to turn statistics on in 8.1.0.CR1?  Or is it a difference between infinispan 6.0.1 and 6.0.2?

       

              <subsystem xmlns="urn:jboss:domain:infinispan:2.0">

                  <cache-container name="farecompareCache" default-cache="default" jndi-name="java:jboss/infinispan/farecompareCache" statistics-enabled="true">

                      <local-cache name="default" batching="true" start="EAGER">

                      </local-cache>

                  </cache-container>

       

      Thanks,

      Chris