1 Reply Latest reply on Oct 7, 2014 4:01 AM by kpiwko

    Shrinkwrap resolver is not recognizing JavaArchive library

    jbsantos

      Hello everyone,

       

      I'm trying to use Arquillian 1.1.5 with srinkwrap maven resolver 2.1.0, and when I try to run a simple test it gives me this error:

       

      Caused by: java.lang.UnsupportedOperationException: No format processor for org.jboss.shrinkwrap.api.spec.JavaArchive was found. Supported processors are: class org.jboss.shrinkwrap.resolver.spi.format.FileFormatProcessor, class org.jboss.shrinkwrap.resolver.spi.format.InputStreamFormatProcessor, class org.jboss.shrinkwrap.resolver.impl.maven.format.MavenResolvedArtifactProcessor

        at org.jboss.shrinkwrap.resolver.spi.format.FormatProcessors.find(FormatProcessors.java:53)

        at org.jboss.shrinkwrap.resolver.impl.maven.MavenFormatStageImpl.as(MavenFormatStageImpl.java:82)

        at com.stratus.finance.repository.EntryRepositoryTest.createDeployment(EntryRepositoryTest.java:39)

        ... 61 more

       

      Someone already seen this, is it something that I forgot to configure?