Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-2502

securityTracker open() call is made on exchangeTracker instance instead

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.5
    • 0.7
    • Broker-J
    • None

    Description

      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.

      Attachments

        Activity

          People

            ritchiem Martin Ritchie
            sorins Sorin Suciu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: