Arquillian version: 1.1.8 Final
Arquillian mode: in-container, jboss-as-remote
Jboss version: 7.1.2 Final
I am using Arquillian 1.1.8 Final in container mode. I observed that, not always, but sometimes @Before method gets executed twice. That causes test method to fail with exception (java.lang.reflect.UndeclaredThrowableException).
I did not add stacktrace, but please let me know if that would help.