-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
1.0.0.CR8, 1.1.7.Final
-
None
The attached maven project contains two tests:
1 - ExtensionInJarTest - This adds a Service through .addAsServiceProvider to an JAR that is placed inside a WAR
2 - ExtensionInWarTest - This add a Service through .addAsServiceProvider directly to a WAR
If you run the tests inside Wildfly:
mvn clean test -Parq-wildfly-remote //it works
If you run the tests using Weld or OWB:
mvn clean test -PWeld //it fails on ExtensionInJarTest mvn clean test -POWB //it fails on ExtensionInJarTest
The expected behaviour is that Weld and OWB shouldn't fail.