]
RH Bugzilla Integration updated ISPN-4450:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References:
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
Fix For: 7.2.0.Beta1, 7.2.0.Final
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).