You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2007/03/13 13:55:34 UTC

[jira] Assigned: (AMQCPP-77) Inconsistency when getting string property between Stomp and Openwire

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

Timothy Bish reassigned AMQCPP-77:
----------------------------------

    Assignee: Timothy Bish  (was: Nathan Mittler)

> Inconsistency when getting string property between Stomp and Openwire
> ---------------------------------------------------------------------
>
>                 Key: AMQCPP-77
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-77
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: Openwire
>    Affects Versions: 2.0
>            Reporter: Albert Strasheim
>         Assigned To: Timothy Bish
>             Fix For: 2.0
>
>
> In our current code we call getStringProperty on a BytesMessage for a property that might not exist. When running with Stomp, this returns an empty string. When running with Openwire, a NoSuchElementException is thrown.
> We could easily change our code to first check whether the property exists with propertyExists prior to getting it, but Stomp and Openwire should probably handle missing string properties in the same way.
> I think this default empty string value was added at some point to avoid null pointers elsewhere in the code. Refer to AMQCPP-43.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.