5 Replies Latest reply on Mar 9, 2012 9:04 PM by ips

    Reconfigure container on org.jboss.arquillian.test.spi.event.suite.Before event

    gvagenas

      Is there a way to reconfigure the container just before the test execution?

       

      Using an observer extension, i check each test method for a custom annotation that if exists i change the container descriptor in order to pass the annotation's elements as a configuration property that later will have to be used by the container to add a context parameter. But container reads the description once, at the startup.

       

      I am working with the master branch on tomcat-embedded-6.

       

      Any ideas about this?

       

      Regards

      George