]
Galder Zamarreño updated ISPN-6367:
-----------------------------------
Fix Version/s: 9.4.0.Final
(was: 9.3.0.Final)
HotRod client unmarshalling ignores configured classloader
----------------------------------------------------------
Key: ISPN-6367
URL:
https://issues.jboss.org/browse/ISPN-6367
Project: Infinispan
Issue Type: Bug
Components: Remote Protocols, Server
Affects Versions: 8.2.0.Final
Reporter: Dan Berindei
Fix For: 9.4.0.Final
The {{RemoteCacheManager}}'s {{ConfigurationBuilder}} allows you to set a
classloader, but the client ignores that classloader when unmarshalling values received
from the server.
This leads to problems when the client doesn't have a flat classpath (e.g. in an OSGi
or JBoss Modules-based container).