2 Replies Latest reply on Nov 2, 2011 9:18 AM by oranheim

    Arquillian and JBoss Managed bound Ports

    oranheim

      In JBoss AS 6 and earlier it was possible to move all bound ports with +100 (-Djboss.service.binding.set=ports-01), so they would not conflict with an already running instance of JBoss.

       

      How can this be done with Arquillian 1.0.0.CR5 and AS 7.0.2 using jboss-as-arquillian-container-managed?

       

      What I like to acheive is to run all my integration tests using the managed profile and at the same time running my AS 7.0.2 instance on the same machine.

       

      How to configure AS7 and what configuration should be applied to the arquillian.xml?