[
https://issues.redhat.com/browse/WFLY-13604?page=com.atlassian.jira.plugi...
]
Scott Marlow commented on WFLY-13604:
-------------------------------------
[~obreidenbach] WildFly has been integrating directly with Infinispan for many years. As
someone mentioned on the linked stackoverflow conversation, WildFly doesn't integrate
with Infinispan via the JCache API.
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)