Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PofExtractor must be used with POF-encoded Binary entries; the Map Entry is not a BinaryEntry

David98Apr 20 2018 — edited May 30 2018

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.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 27 2018
Added on Apr 20 2018
8 comments
564 views