[arquillian-issues] [JBoss JIRA] (ARQ-2002) Exception is thrown when updating Shrinkwrap to 1.2.3

Alex Soto (JIRA) issues at jboss.org
Sun Dec 27 06:11:00 EST 2015


    [ https://issues.jboss.org/browse/ARQ-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13144158#comment-13144158 ] 

Alex Soto commented on ARQ-2002:
--------------------------------

What is happening is that Arquillian 1.1.10 comes with ShrinkWrap 1.2.2 so there is no problem and everything works as expected, but if you download the project and you explicitly set to use ShrinkWrap 1.2.3 (the latest one) then a NoClassDefFoundError is thrown although the class it says that cannot be found is in ShrinkWrap 1.2.3 too.

To reproduce it simply add ShrinkWrap 1.2.3 and execute a mvn test and you will see some failing tests because of this error.

> Exception is thrown when updating Shrinkwrap to 1.2.3
> -----------------------------------------------------
>
>                 Key: ARQ-2002
>                 URL: https://issues.jboss.org/browse/ARQ-2002
>             Project: Arquillian
>          Issue Type: Bug
>          Components: Daemon
>            Reporter: Alex Soto
>            Assignee: Andrew Rubinger
>
> I have reborn the Arquillian Daemon project, basically to update to latest versions of every component. I have updated to Arquillian 1.1.10 and no problem, but when I have updated ShrinkWrap version to 1.2.3, I got next exception:
> {code}
> java.lang.NoClassDefFoundError: Could not initialize class org.jboss.shrinkwrap.api.ShrinkWrap$DefaultDomainWrapper
> {code}
> The strange thing is that this class has been at the same place for several versions, so not sure why it is throwing this exception. Maybe it is a cascade problem and this is not the root exception.
> Alex.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the arquillian-issues mailing list