[infinispan-issues] [JBoss JIRA] (ISPN-10886) Server side objects implementing Serializable causes serialization errors

Gustavo Fernandes (Jira) issues at jboss.org
Mon Nov 4 03:12:00 EST 2019


Gustavo Fernandes created ISPN-10886:
----------------------------------------

             Summary: Server side objects implementing Serializable causes serialization errors
                 Key: ISPN-10886
                 URL: https://issues.jboss.org/browse/ISPN-10886
             Project: Infinispan
          Issue Type: Bug
          Components: Server
    Affects Versions: 10.0.1.Final, 10.0.0.Final
            Reporter: Gustavo Fernandes


This changed between 10.0.0.CR3 and 10.0.1.Final: filters/converters/entities deployed on the server that implements Serializable don't work any more: although JBoss Marshaller is in the classpath and the Hot Rod client users Jboss marshaller, it tries to use protostream to replicate commands involving those objects

The workaround it to annotate all of them with @SerializeWith and write Externalizers



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the infinispan-issues mailing list