[arquillian-issues] [JBoss JIRA] (ARQ-1658) Wrong isInstance check prevents usage of new/custom container

Thorben Janssen (JIRA) issues at jboss.org
Tue Feb 25 06:09:48 EST 2014


Thorben Janssen created ARQ-1658:
------------------------------------

             Summary: Wrong isInstance check prevents usage of new/custom container 
                 Key: ARQ-1658
                 URL: https://issues.jboss.org/browse/ARQ-1658
             Project: Arquillian
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Extension - Droidium
    Affects Versions: droidium_1.0.0.Alpha4
            Reporter: Thorben Janssen


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list