I'm developing a Spring MVC web application (Java 6 and Spring 3.0.6 currently). I'm starting to write some Spring integration tests using Junit4 that extend AbstractTransactionalJUnit4SpringContextTests. I invoke these either through our Maven build or in the EclipseIDE (3.7). These tests invoke Controller methods (i.e., methods annotated with @RequestHandler in a class annotated with @Controller).I'm developing a Spring MVC web application (Ja