I'm using the latest Arquillian universe BOM 1.1.15.2 with Warp 1.0.0.Alpha8. I'm just getting started with Warp and I have a very simple "Hello World" style test. The test immediately fails trying to deploy to Wildfly 11. Below is an excerpt.
Failed to write asset to output: /WEB-INF/lib/arquillian-warp.jar
Failed to write asset to output: /META-INF/web-fragment.xml
Caused by: java.lang.NullPointerException
[CIRCULAR REFERENCE:org.jboss.shrinkwrap.api.exporter.ArchiveExportException: Failed to write asset to output: /META-INF/web-fragment.xml]
The page I'm trying to hit is a typical JSF page with a managed bean and backing EJB.
I've attached the complete log file and my simple warp test. Please advise.
Thanks, Ray
Message was edited by: Ray Ramos I was tweaking my pom file and the error changed to a NPE???!!! I've attached my entire Eclipse project. Looking at the Eclipse .project and .classpath files, you can see it is a simple Maven project on Java 8 Eclipse Oxygen. Hopefully someone can figure out what is going on.