I've been trying to adapt the approach shown at http://today.java.net/pub/a/today/2007/04/12/embedded-integration-testing-of-web-applications.html
for building acceptance tests that can be run more simply within the IDE and that don't require creating a multi-module POM in Maven (since all articles/books I've seen on setting up integration/acceptance testing in maven requires the acceptance tests to live in a different module). I've got the system working for static pages, but there are errors list in the log. When I start trying to test a struts 2 action, it fails. The errors in the log are something like "Unable to load bean" referencing JspTemplateEngine. The server returns a 404 for the requested page. The project is setup as a standard maven-webapp archetype, identical directory structure as the quickstart application on the Struts 2 Wiki (the Struts 2, Spring2, JPA, Hibernate, AJAX tutorial). I can tell that the applicationContext.xml file is getting picked up and processed. Past that the logs don't seem to give me much to go on. Can anyone offer any advice? Anyone else taking a similar approach to their integration/acceptance testing? Thank you. Eric --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]