Description of problem: 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).