[
https://issues.apache.org/jira/browse/QPID-2502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Ritchie reassigned QPID-2502:
------------------------------------
Assignee: Martin Ritchie
> 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:[email protected]