0 Replies Latest reply on Nov 23, 2016 5:59 AM by bandhucoolguyz

    Arquillian Integration Issues with WLP8.5.5.9

    bandhucoolguyz

      Hi Team,

       

      I am using the following stack : -

       

      arquillian-junit-container- 1.1.11.FINAL

      arquillian-wlp-remote-8.5 - 1.0.0.Beta2

      arquillian-bom - 1.1.11.Final

      jUnit - 4.12

       

      (WebSphere Application Server 8.5.5.9/wlp-1.0.12.cl50920160227-1523) on Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_65-b17 (en_US)

       

      And have the arquilian.xml as part of src/test/resources and have included the same as part of my Project POM :

      <testResources>

               <testResource>

                   <directory>src/test/resources</directory>

               </testResource>

      </testResources>

       

      But when am trying to execute a standalone test with "Run as JUnit State" its failing with the below stack. Have gone through the getting started guide[earlier was using a Managed version of wlp]

       

      org.jboss.arquillian.container.spi.ConfigurationException: hostName is required for initialization

        at org.jboss.arquillian.container.was.wlp_remote_8_5.WLPRemoteContainerConfiguration.validate(WLPRemoteContainerConfiguration.java:53)

        at org.jboss.arquillian.container.impl.ContainerImpl.createDeployableConfiguration(ContainerImpl.java:115)

       

      Can you please suggest hints to debug this ?