Miguel Márquez Vacas
Miguel Márquez Vacas
Having the same problem executing: `javaee7-samples/jpa/multiple-pu$ mvn clean install -Pwildfly-embedded` The test shows this error: `Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.126 sec [ "jboss.deployment.unit.\"a8c86f6e-0ed1-4fff-a122-e343a852cb8d.war\".batch.environment...
Found this: [https://stackoverflow.com/questions/30811971/java-util-serviceconfigurationerror-when-running-tests-using-arquillianomniface](url) Then I executed the following command instead: `mvn clean install -Pwildfly-managed` After that, the tests executed correctly. Still can't understand the reason. Hope this helps anyone