Marek Posolda created WFLY-13681:
------------------------------------
Summary: Infinispan cache configured with remote-store with rawValues fails
Key: WFLY-13681
URL:
https://issues.redhat.com/browse/WFLY-13681
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 20.0.1.Final
Reporter: Marek Posolda
Assignee: Paul Ferraro
As mentioned in $subject, this currently fails with the exception due the fact that
infinispan-jboss-marshalling is not available in Wildfly 20.0.1, however infinispan
remoteStore configured with rawValues currently relies on it as can be seen on this line:
https://github.com/infinispan/infinispan/blob/10.1.8.Final/persistence/re...
The error is like this:
{code}
Caused by: java.lang.ClassNotFoundException:
org.infinispan.jboss.marshalling.commons.GenericJBossMarshaller from [Module
"org.infinispan.persistence.remote" version 10.1.8.Final from local module
loader @5f2108b5 (finder: local module finder @31a5c39e (roots:
/tmp/wildfly-20.0.1.Final/modules,/tmp/wildfly-20.0.1.Final/modules/system/layers/base))]
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)