Hi
I'm quite new with Oracle Coherence so I might miss use it, but when I change the cache to replicated and try to query with POFExtractor I receive the exception above.
If I'm using near or distributed cache it works fine. I tried various backing map configurations and moving serialization level into different context, but the event clearly triggered when I'm using replicated cache.
I believe this is a bug. Probably the backing map used by Replicated Cache doesn't use Binary type Map.Entry while the others do.
I'm not sure it PofExtractor look up as a scenario makes sense for replicated cache. As the idea that the is local and already quick to look up. But the Oracle Coherence Developers guide highlight the purpose of Coherence cache configuration: That data storage or caching should be independent from the development code and configuration should be freely varied without impact of the Client code.
I'm not sure is this right forum, but I haven't found other place where I can post this.