]
Ryan Emerson updated ISPN-10380:
--------------------------------
Status: Open (was: New)
QueryKnownClasses throws NotSerializableException
-------------------------------------------------
Key: ISPN-10380
URL:
https://issues.jboss.org/browse/ISPN-10380
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying, Remote Querying, Test Suite - Query
Affects Versions: 10.0.0.Beta3
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 10.0.0.Beta4
{{QueryKnownClasses}} is a replicated persistence cache that uses `KeyValuePair`s for
cache keys, however as this class is not Serializable and it is persisted, a
{{NotSerializableException}} will be thrown by the user marshaller.