I am getting the Exception Running Arquillian Tests in Eclipse Oxygen with TestNG and wildfly11. My Maven configuration is as follows: Answer The Solution was: remove the the Wildfly 11 Runtime from the Classpath. Right Click on the Project Build Path Configure Build Path Libraries (Tab) remove Wildfly 11 Runtime (or Wildfly 10 Runtime) Why is this necessary? Comments welcome…