*/
@Override
protected Lifecycle getLoadApplicationLifecycle() {
//TODO: create a get application context file() method in KRADTestCase so that we only override that
// and keep the logic there
SpringResourceLoader springResourceLoader = new SpringResourceLoader(new QName("KRADTestResourceLoader"), "classpath:org/martinlaw/bo/BOTest-context.xml", null);
springResourceLoader.setParentSpringResourceLoader(getTestHarnessSpringResourceLoader());
return springResourceLoader;
}