private MockHttpServletResponse res;
private Path path;
public void setUp() throws Exception {
service = new StandardServletSessionRouterService();
child = new MockEventfulBaseService();
StandardSpringServiceFactory factory = new StandardSpringServiceFactory() {
public Service buildService() {
return child;
}