-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
glassfish_1.0.0.CR4
-
None
When a maven build is executed with Glassfish 4.0 and Glassfish container adapter 1.0.0.CR4
and the maven contains several modules that run subsequently and make use of Arquillian,
the first module doesn't shutdown the test fast enough and this makes the subsequent maven module test execution fail.
Reproducer:
https://github.com/arquillian/arquillian-extension-warp/commit/3580210318a4559aa1224c06c6637e5ed8e40e49
mvn clean install -Dmaven.test.failure.ignore=true -Dintegration=glassfish40
All the tests in jsf-ftest module due to the exception that the container wasn't started.