Karel Piwko created ARQ-822:
-------------------------------
Summary: ByteAssetLoader does not ignore all LinkageError subtypes
Key: ARQ-822
URL:
https://issues.jboss.org/browse/ARQ-822
Project: Arquillian
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: OpenShift Containers
Affects Versions: openshift_1.0.0.Alpha2
Reporter: Karel Piwko
Assignee: Karel Piwko
Fix For: openshift_1.0.0.next
ByteAssetLoader is a simplified non-hierarchical classloader, used for looking up Servlet
instances in the archive.
It is not able to handle all of possible class loading variants, hence the list of ignored
exception should cover more than ClassNotDefFoundException and NoClassDefError. The latter
should be replaced to LinkageError, which is more general.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira