[infinispan-issues] [JBoss JIRA] (IPROTO-65) WrappedMessage.writeMessage does not handle instances of Short, Byte, Character
Adrian Nistor (JIRA)
issues at jboss.org
Tue Jul 24 09:50:00 EDT 2018
[ https://issues.jboss.org/browse/IPROTO-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adrian Nistor updated IPROTO-65:
--------------------------------
Status: Pull Request Sent (was: Coding In Progress)
Git Pull Request: https://github.com/infinispan/protostream/pull/41
> WrappedMessage.writeMessage does not handle instances of Short, Byte, Character
> -------------------------------------------------------------------------------
>
> Key: IPROTO-65
> URL: https://issues.jboss.org/browse/IPROTO-65
> Project: Infinispan ProtoStream
> Issue Type: Bug
> Affects Versions: 4.2.0.Final
> Reporter: Ryan Emerson
> Assignee: Adrian Nistor
> Fix For: 4.3.0.Alpha1, 4.2.1.Final
>
>
> Attempts to marshall instances of Short results in an IllegalArgumentException being thrown:
> {code}
> java.lang.IllegalArgumentException: No marshaller registered for java.lang.Short
> at org.infinispan.protostream.impl.SerializationContextImpl.getMarshallerDelegate(SerializationContextImpl.java:288)
> at org.infinispan.protostream.WrappedMessage.writeMessage(WrappedMessage.java:192)
> at org.infinispan.protostream.ProtobufUtil.toWrappedByteArray(ProtobufUtil.java:167)
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list