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 2011/07/12 21:12:00 UTC

[jira] [Resolved] (AMQ-3023) DestinationView.browseMessages(String) must not call OpenTypeSupport.convert()

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

Timothy Bish resolved AMQ-3023.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.6.0
         Assignee: Timothy Bish

Fixed in trunk.

> DestinationView.browseMessages(String) must not call OpenTypeSupport.convert()
> ------------------------------------------------------------------------------
>
>                 Key: AMQ-3023
>                 URL: https://issues.apache.org/jira/browse/AMQ-3023
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.3.2
>         Environment: ActiveMQ 5.3.2
>            Reporter: Michael Chen
>            Assignee: Timothy Bish
>             Fix For: 5.6.0
>
>
> Method DestinationView.browseMessages(String) should return a homogeneous List of Message(s). Therefore, line 196 of DestinationView.java must not call OpenTypeSupport.convert(), and should be changed:
> From:
> {quote}
>     answer.add(OpenTypeSupport.convert(message));
> {quote}
> To:
> {quote}
>     answer.add(message);
> {quote}
> Just like line 200 that follows.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira