]
Tristan Tarrant closed ISPN-7095.
---------------------------------
Resolution: Out of Date
JCache remote CacheManger needs to be aware of current server state
-------------------------------------------------------------------
Key: ISPN-7095
URL:
https://issues.jboss.org/browse/ISPN-7095
Project: Infinispan
Issue Type: Bug
Components: JCache
Affects Versions: 9.0.0.Alpha3
Reporter: Zdenek Hostasa
Priority: Major
As per ISPN-6574 the JCache API needs to reflect correctly on caches created from outside
of this API (in server config for example). This issue was addressed for the
{{getCache(...)}} method, but remains unfixed for other three methods mentioned in
previous request: {{getCacheNames()}}, {{enableManagement(..)}} and
{{enableStatistics(...)}}
*Note:* During test creation I found out that invoking CacheManager.getCache will refresh
that particular caches reference in the manager and the rest of the methods work correctly
afterwards (for that one cache).