return servletContext;
}
@Override
protected AcrossConfigurableApplicationContext createApplicationContext() {
AcrossWebApplicationContext wac = new AcrossWebApplicationContext();
wac.register( AcrossTestWebContextConfiguration.class );
servletContext = new MockAcrossServletContext();
wac.setServletContext( servletContext );
return wac;
}