1 Reply Latest reply on Sep 2, 2014 3:51 PM by gpoul

    Is WAS Embedded available for Arquillian ? What is "managed" vs embedded vs remote re: container adapters ?

    cloudcoder

      I was hoping to used the WAS embedded Arquillian container but when I tried to build it as they suggest  there is only the WLP (Liberty Profile) managed profile

       

      If you click on the first url at the jars it’s empty also for the was ones.

       

      http://arquillian.org/blog/2013/07/22/arquillian-container-was-1-0-0-Alpha1/

       

      https://docs.jboss.org/author/display/ARQ/WAS+V8.0+-+Embedded

       

      https://community.jboss.org/wiki/BuildingArquillianWASContainer

       

       

      What is "managed" vs embedded vs remote re: container adapters ? I haven't been able to find an explanation.

        • 1. Re: Is WAS Embedded available for Arquillian ? What is "managed" vs embedded vs remote re: container adapters ?
          gpoul

          Hi Bruce,

           

          the embedded implementation you're looking for is in the was-embedded-8 directory. Please try to build only this one by changing to this directory before calling mvn as suggested in the doc.

           

          The problem is that the doc assumes the old behavior where the pom.xml actually compiled everything by default which is no longer the case since we only currently release the liberty profile managed implementation as binary.

           

          What you can also do is to run mvn -p all clean install, which should build all the container implementations for you.

           

          Gerhard