You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "clebert suconic (JIRA)" <ji...@apache.org> on 2016/07/25 19:24:20 UTC

[jira] [Closed] (ARTEMIS-652) Incorrect null check in ActiveMQActivationSpec#toString for attribute connectionFactoryLookup

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

clebert suconic closed ARTEMIS-652.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0

> Incorrect null check in ActiveMQActivationSpec#toString for attribute connectionFactoryLookup
> ---------------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-652
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-652
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Martin Styk
>            Priority: Trivial
>             Fix For: 1.4.0
>
>
> There is incorrect null check in ActiveMQActivationSpec#toString. It is performed on messageSelector attribute instead of connectionFactoryLookup.
> {code}  if (messageSelector != null) {
>    buffer.append(" connectionFactoryLookup=").append(connectionFactoryLookup);
> }{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)