You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Hiram Chirino (JIRA)" <ji...@apache.org> on 2012/11/21 20:43:58 UTC

[jira] [Updated] (QPID-4453) ObjectMessage /w no body improperly converted to an AMQP message.

     [ https://issues.apache.org/jira/browse/QPID-4453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hiram Chirino updated QPID-4453:
--------------------------------

    Attachment: QPID-4453.patch

attaching possible fix.
                
> ObjectMessage /w no body improperly converted to an AMQP message.
> -----------------------------------------------------------------
>
>                 Key: QPID-4453
>                 URL: https://issues.apache.org/jira/browse/QPID-4453
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.18
>            Reporter: Hiram Chirino
>         Attachments: QPID-4453.patch
>
>
> The following test case fails:
> ObjectMessage message = senderSession.createObjectMessage();
> sender.send(message);
> Message msg = receiver.receive(TestConfig.TIMEOUT);
> Assert.assertTrue("The message should be an instance of ObjectMessage.\n", msg instanceof ObjectMessage);

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org