private Resource resourceNotExist;
private ResourceDataSource rds;
@BeforeClass
public static void initFactory() {
factory = new XmlApplicationContext(new FileSystemResource(new File(srcdir, "services.xml")));
factory.setResourceLoadingExtender(new ResourceLoadingSupport(factory));
}