Uploaded image for project: 'Aries'
  1. Aries
  2. ARIES-1289

Problematic directory entry check in ProviderBundleTrackerCustomizer

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • spifly-1.0.1
    • spifly-1.0.2
    • SPI Fly
    • None

    Description

      See http://aries.15396.n3.nabble.com/Aries-spi-fly-Directory-entry-check-in-ProviderBundleTrackerCustomizer-td4030075.html

      In short: lines 109-111 of ProviderBundleTrackerCustomizer.java contain a check that is both problematic if the bundle does not contain directory entries and also unnecessary:

      URL servicesDir = bundle.getResource("/" + METAINF_SERVICES);
        if (servicesDir == null)
          return null;

      Attachments

        Activity

          People

            bosschaert David Bosschaert
            bosschaert David Bosschaert
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: