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