]
Work on ISPN-4450 started by Tristan Tarrant.
---------------------------------------------
RemoteStore uses wrong classloader with rawValues
-------------------------------------------------
Key: ISPN-4450
URL:
https://issues.jboss.org/browse/ISPN-4450
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 6.0.2.Final
Reporter: Dennis Reed
Assignee: Tristan Tarrant
RemoteStore uses the wrong classloader (Infinispan's classloader instead of the
caller's classloader) during deserialization when rawValues=true is set.
It uses a GenericJBossMarshaller, which is hard-coded to only look in Infinispan's
classloader).