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

Stefan Miklosovic (JIRA) issues at jboss.org
Tue Feb 25 06:29:48 EST 2014


     [ https://issues.jboss.org/browse/ARQ-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Miklosovic updated ARQ-1658:
-----------------------------------

    Fix Version/s: droidium_1.0.0.Beta1

    
> 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
>             Fix For: droidium_1.0.0.Beta1
>
>
> 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