-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
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:
java.lang.NoClassDefFoundError: Could not initialize class org.jboss.shrinkwrap.api.ShrinkWrap$DefaultDomainWrapper
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.