5 Replies Latest reply on Dec 19, 2011 10:08 AM by sewatech

    Arquillian with a remote JBossAS 7

    sewatech

      Hi,

       

      I would like to run a remote test on JBossAS 7, but I cannot configure properly the remote host name. I've tried the managementAddress property :

       

       

      {code:xml}<container qualifier="jbossas7" default="true">

              <configuration>

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

              </configuration>

          </container>{code}

       

      But I get the following message :

       

      java.lang.IllegalStateException: Cannot obtain MBeanServerConnection to: service:jmx:rmi:///jndi/rmi://127.0.0.1:1090/jmxrmi

       

      Is there an other property ?