[
https://issues.jboss.org/browse/ISPN-9899?page=com.atlassian.jira.plugin....
]
Katia Aresti updated ISPN-9899:
-------------------------------
Description:
There is an incorrect cast in the ```RemoteInfinispanCacheMeterBinderProvider``` class.
We do if(cache instanceof RemoteCache) { instead of cache.getNativeCache().
This causes an error on the
was:
There is an incorrect cast in the RemoteInfinispanCacheMeterBinderProvider class.
We do if(cache instanceof RemoteCache) { instead of cache.getNativeCache().
This causes an error on the
RemoteInfinispanCacheMeterBinderProvider incorrect cast
-------------------------------------------------------
Key: ISPN-9899
URL:
https://issues.jboss.org/browse/ISPN-9899
Project: Infinispan
Issue Type: Bug
Reporter: Katia Aresti
Priority: Critical
There is an incorrect cast in the ```RemoteInfinispanCacheMeterBinderProvider``` class.
We do if(cache instanceof RemoteCache) { instead of cache.getNativeCache().
This causes an error on the
--
This message was sent by Atlassian Jira
(v7.12.1#712002)