3 Replies Latest reply on Jul 21, 2014 3:28 AM by ochaloup

    Troubles with Arquillian 1.1.5.Final

    ochaloup

      Hi,

       

      I have a small maven project where I'm trying how to work with Byteman. I use Arquillian there. One of the test uses manual start of WildFly instance.

      Everything works fine with 1.1.4.Final but by switching to version 1.1.5.Final stopping the server throws exception. Is neede some change in sources to be compatible with 1.1.5 version?

      The exception is:

      java.lang.IllegalArgumentException: No deployment scenario in context

              at org.jboss.arquillian.container.test.impl.client.container.ClientContainerController.stop(ClientContainerController.java:169)

              at org.jboss.qa.manual.BytemanScriptTestCase.stopContainer(BytemanScriptTestCase.java:75)

       

      My test class is here:

      https://github.com/ochaloup/byteman-test/blob/master/test/src/test/java/org/jboss/qa/manual/BytemanScriptTestCase.java

       

      In case it's possible to run it like

      git clone https://github.com/ochaloup/byteman-test.git

      mvn clean test -Dno.auto.arq

       

      Thanks for help

      Ondra