servletConfig.getServletContext() );
resourceFactory = (DavResourceFactory) wac.getBean( PlexusToSpringUtils.
buildSpringId( ContinuumBuildAgentDavResourceFactory.class ) );
BuildAgentConfigurationService buildAgentConfigurationService = (BuildAgentConfigurationService) wac.getBean(
PlexusToSpringUtils.buildSpringId( BuildAgentConfigurationService.class ) );
locatorFactory = new ContinuumBuildAgentDavLocatorFactory();
sessionProvider = new ContinuumBuildAgentDavSessionProvider( buildAgentConfigurationService );
}