0 Replies Latest reply on Sep 4, 2018 8:23 AM by rigobert

    JBoss EAP 7 embedded?

    rigobert

      Hi,

       

      We want to use Arquillian for testing our web profile developments. In production, the war is deployed in a JBoss EAP 7.0.0.GA.

      We can launch unit tests with Arquillian and jboss remote configuration:

       

      <container qualifier="chameleon" default="true">

              <configuration>

                  <property name="chameleonTarget">jboss eap:7.0.0.GA:remote</property>

                  <property name="managementAddress">127.0.0.1</property>

                  <property name="managementPort">9990</property>

                  (...)

              </configuration>

      </container>

       

      So, as we use a CI, we want to execute an embedded container to execute the tests. We try to convert the configuration but we got errors like 'modulePath 'null' must exist'.

      Where can we find an project/configuration example for an embedded JBoss EAP 7?

       

      Thanks in advance for your help.