Basically my situation is that run my Cucumber tests as part of the integration test phase via Maven. Before they run Tomcat/Jetty get started and the application deployed. Then the Cucumber tests run and later Tomcat/Jetty get shut down.
Some of these Cucumber tests require a different configuration of the application, as these tests are about the application behavior when those other configurations are active. So I would like to change a properties file (holding the configuration of the application) and send some signal to the Tapestry application under test, have it reload services, pages, components before a Cucumber scenario gets executed. I am not talking about database configuration or similar things. It is more about enabling or deactivating certain features of my application. Stephan -- View this message in context: http://tapestry.1045711.n5.nabble.com/Triggering-application-reload-tp3342751p3342823.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org