private Path path;
public void setUp() throws Exception {
child = new MockEventfulStandardService();
parent = new StandardServiceContainerService();
parent.setChildService(child);
MockLifeCycle.begin(parent);
req = new MockHttpServletRequest();
res = new MockHttpServletResponse();