-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
1.1.8.Final
-
None
-
None
I was using protocol type jmx-as7 to run tests on WildFly 9.0.0.Final, using
1.1.8.Final of Arquillian, and having the wildfly components aligned with the same versions I've found in WildFly 9's source code.
It seems like a random deployed is chosen, and all tests in the same class are run on that same deployment rather than on the ones I'm specifying with @OperateOnDeployment.
Switching to protocol Servlet 3.0 seems to workaround the problem.