0 Replies Latest reply on Apr 30, 2015 1:55 PM by wade.ward

    Jboss-cli compatibility issue with jboss-as-arquillian-container-remote

    wade.ward

      Hello,

       

      I need to control jboss deployments from a separate war. I'm attempting to use

       

      <dependency>

                  <groupId>org.jboss.as</groupId>

                  <artifactId>jboss-as-cli</artifactId>

                        <version>7.5.0.Final-redhat-21</version>

                  <scope>runtime</scope>

      </dependency>

       

      And I receive this error when running a Junit arquillian test

       

      java.lang.AbstractMethodError: org.xnio.XnioWorker.chooseThread()Lorg/xnio/XnioIoThread;

          at org.xnio.XnioWorker.openStreamConnection(XnioWorker.java:341)

         ..........truncated

       

      This version works

       

      <version>7.2.0.Final</version>

       

      But 7.2 is not compatible with the cli client on jboss eap 6.3 (sax parser error with jboss-cli.xml)

       

      Is there a dependency that works for both, arquillian and jboss eap 6.3?

       

      Thank you,

      Wade Ward