Uploaded image for project: 'ProtoStream'
  1. ProtoStream
  2. IPROTO-65

WrappedMessage.writeMessage does not handle instances of Short, Byte, Character

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 4.2.1.Final, 4.3.0.Alpha1
    • 4.2.0.Final
    • None

    Description

      Attempts to marshall instances of Short results in an IllegalArgumentException being thrown:

      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)
      ...
      

      Attachments

        Activity

          People

            anistor Adrian Nistor (Inactive)
            remerson@redhat.com Ryan Emerson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: