[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:21:47 EDT 2012


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

Karel Piwko resolved ARQ-822.
-----------------------------

    Resolution: Done


Pushed upstream in https://github.com/arquillian/arquillian-container-openshift/commit/1b737e179371af7cbefc0657a8a92899aab41c03
                
> 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