You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2010/04/23 17:54:50 UTC

[jira] Closed: (QPID-2502) securityTracker open() call is made on exchangeTracker instance instead

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

Martin Ritchie closed QPID-2502.
--------------------------------

    Resolution: Fixed

Covered by QPID-2513

> securityTracker open() call  is made  on exchangeTracker instance instead
> -------------------------------------------------------------------------
>
>                 Key: QPID-2502
>                 URL: https://issues.apache.org/jira/browse/QPID-2502
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.5
>            Reporter: Sorin Suciu
>            Assignee: Martin Ritchie
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: qpid-2502.patch
>
>
> In this snippet:
>             _exchangeTracker = new ServiceTracker(_activator.getContext(), ExchangeType.class.getName(), null);
>             _exchangeTracker.open();
>             
>             _securityTracker = new ServiceTracker(_activator.getContext(), ACLPlugin.class.getName(), null);
>             _exchangeTracker.open();
> the open method is called on _exchangeTracker instead of  _securityTracker. This leads to a NPE if plugin-directory is used in the config file. 

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org