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

2012-11-26 Thread Justin Ross (JIRA)

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

Justin Ross updated QPID-4453:
--

Fix Version/s: 0.20

> [AMQP 1.0 JMS Client] 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
>Assignee: Rob Godfrey
> Fix For: 0.20, 0.21
>
> 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-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



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

2012-11-21 Thread Rob Godfrey (JIRA)

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

Rob Godfrey updated QPID-4453:
--

Summary: [AMQP 1.0 JMS Client] ObjectMessage /w no body improperly 
converted to an AMQP message.  (was: ObjectMessage /w no body improperly 
converted to an AMQP message.)

> [AMQP 1.0 JMS Client] 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
>Assignee: Rob Godfrey
> Fix For: 0.21
>
> 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-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org