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

Wrong isInstance check prevents usage of new/custom container

XMLWordPrintable

    • Hide

      define an unknown container with an adapterImplClass property and try to run a test

      Show
      define an unknown container with an adapterImplClass property and try to run a test

      If the container configuration contains an unknown qualifier, MultipleContainerRegistryCreator tries to the adapterImplClass class and checks if it implements DeploableContainer.
      The current check with isInstance() returns always. The isAssignableFrom() method has to be used instead.

              Unassigned Unassigned
              th.janssen Thorben Janssen (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: