-
Bug
-
Resolution: Done
-
Major
-
26.1.0.Beta1
-
None
Because Infinispan marshallers are scoped to the embedded/remote cache container, an injected cache cannot use deployment classes as keys or values as the container marshaller will not know how to marshal these classes.
To fix this, Cache/RemoteCache that WF exposes to applications be a decorator that internally maps keys and values using marshalled values using a marshaller created from the TCCL.
- causes
-
WFLY-16257 Injected PROTOSTREAM cache doesn't want to add entries
- Closed