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 2013/05/17 21:31:16 UTC

[jira] [Commented] (AMQ-4542) Broken javax.jms.Message.getObjectProperty(String)

    [ https://issues.apache.org/jira/browse/AMQ-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13660977#comment-13660977 ] 

Timothy Bish commented on AMQ-4542:
-----------------------------------

You can create a unit test for this by adding something to activemq-web-demo in RestTest.java
                
> Broken javax.jms.Message.getObjectProperty(String)
> --------------------------------------------------
>
>                 Key: AMQ-4542
>                 URL: https://issues.apache.org/jira/browse/AMQ-4542
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.8.0
>            Reporter: Alessandro Di Bella
>
> The implementation provided by ActiveMQ of javax.jms.Message.getObjectProperty(String) does not return a value when the property is JMSXUserID.
> This causes a null pointer exception in org.apache.activemq.web.MessageServlet.setResponseHeaders as message.getObjectProperty(name).toString() is used within the loop.
> Using javax.jms.Message.getStringProperty(String) solves the problem.
> To reproduce, try to consume a message via the REST interface when the broker is configured with populateJMSXUserID="true" and       useAuthenticatedPrincipalForJMSXUserID="true".

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