Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-2157

Lookup value is null if classpath contains multiple ResourceProviders which canProvide lookup

    XMLWordPrintable

Details

    Description

      Issue Overview
      Currently ArquillianResourceTestEnricher is doing lookup for first provider from the classpath which can provide lookup. You can check code [here](https://github.com/arquillian/arquillian-core/blob/master/test/impl-base/src/main/java/org/jboss/arquillian/test/impl/enricher/resource/ArquillianResourceTestEnricher.java#L107)

      If classpath contains multiple providers which can provide lookup, then it's returning first provider lookup which is resolving using ArquillianResourceTestEnricher.

      Expected Behaviour
      Arquillian should take Provider which has higher priority among all providers which canProvide lookup.
      Or it should lookup at least all provider and return first non-null value.

      Current Behaviour
      It's providing first provider's lookup which may be null.

      Attachments

        Activity

          People

            dipakpawar231 Dipak Pawar (Inactive)
            bartosz-1 Bartosz Majsak
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: