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 19:57:58 UTC

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

Hiram Chirino created QPID-4453:
-----------------------------------

             Summary: 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


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


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

Posted by "Rob Godfrey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-4453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey reassigned QPID-4453:
---------------------------------

    Assignee: Rob Godfrey
    
> 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-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


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

Posted by "Rob Godfrey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-4453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey resolved QPID-4453.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.21
    
> 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-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


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

Posted by "Justin Ross (JIRA)" <ji...@apache.org>.
     [ 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-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


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

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
     [ 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


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

Posted by "Justin Ross (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-4453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13503877#comment-13503877 ] 

Justin Ross commented on QPID-4453:
-----------------------------------

http://svn.apache.org/viewvc?view=revision&revision=1412270

Patch reviewed by Rob.  Approved for 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-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


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

Posted by "Rob Godfrey (JIRA)" <ji...@apache.org>.
     [ 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-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org