0 Replies Latest reply on Jul 6, 2012 9:11 AM by chapa

    Execute method before starting the deployment

    chapa

      Hi guys,

       

      I'm working with Arquillian and AS7 and I need to be able to start the AS on different ports.

      I created the "arquillian.xml" and put the "serverConfig" property there but I need to copy new "standalone.xml" into jboss configuration folder every time before deploy.

      Looks like that arquillian.xml is read before "@Deployment" method execution and it tries to start the server before copying the new config file.

      Maybe somebody knows how to execute certain method before reading the configuration and starting the AS.

       

      Thank you