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
            Priority: Minor
             Fix For: 0.7


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.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to