* @return the application context for the test
*/
@SpringContextConfiguration
public static ApplicationContext contextConfiguration() {
return new VFSClassPathXmlApplicationContext(new String[]{"classpath:service.xml", "classpath:repository.xml"});
}