[arquillian-issues] [JBoss JIRA] (ARQ-822) ByteAssetLoader does not ignore all LinkageError subtypes

Karel Piwko (JIRA) jira-events at lists.jboss.org
Fri Mar 16 14:02:47 EDT 2012


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

        


More information about the arquillian-issues mailing list