[
https://issues.redhat.com/browse/WFLY-13604?page=com.atlassian.jira.plugi...
]
Paul Ferraro commented on WFLY-13604:
-------------------------------------
WildFly does not include an infinispan-jcache module at this time. [~obreidenbach] Are
using the module distributed by Infinispan? If so, we should move this jira to the ISPN
project.
Infinispan does not publish Statistic under object name
'javax.cache:type=CacheStatistics'
------------------------------------------------------------------------------------------
Key: WFLY-13604
URL:
https://issues.redhat.com/browse/WFLY-13604
Project: WildFly
Issue Type: Feature Request
Components: JPA / Hibernate
Affects Versions: 18.0.1.Final
Reporter: Oliver Breidenbach
Assignee: Scott Marlow
Priority: Major
Wildfly uses inifinispan as default jcache implementation. We monitoring our application
with javamelody. Javamelody expects to find the cache statistics under
'javax.cache:type=CacheStatistics' as defined by the
[spec|https://www.javadoc.io/doc/javax.cache/cache-api/latest/javax/cache/CacheManager.html#enableStatistics-java.lang.String-boolean-].
So if inifispan is used as jcache provider it must publish its statistic under
{{javax.cache:type=CacheStatistics}}.
Not sure if the failure is in how wildfly integrates inifinispan or in the
infinispan-jcache module.
Also see: [Missing cache
statistics|https://stackoverflow.com/questions/62423799/missing-mbean-typ...]
--
This message was sent by Atlassian Jira
(v7.13.8#713008)