Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-5394

(7.1.0) Incorrect null check in ActiveMQActivationSpec#toString for attribute connectionFactoryLookup

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 7.1.0.DR7
    • 7.1.0.DR3
    • ActiveMQ
    • None

    Description

      There is incorrect null check in ActiveMQActivationSpec#toString. It is performed on messageSelector attribute instead of connectionFactoryLookup.

        if (messageSelector != null) {
         buffer.append(" connectionFactoryLookup=").append(connectionFactoryLookup);
      }

      Attachments

        Issue Links

          Activity

            People

              mstyk_jira Martin Styk (Inactive)
              mstyk_jira Martin Styk (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: