throws ContributionReadException {
//System.out.println("Spring TypeLoader - load method start");
ComponentType componentType = implementation.getComponentType();
/* Check that there is a component type object already set */
if (componentType == null) {
throw new ContributionReadException("SpringXMLLoader load: implementation has no ComponentType object");
}
if (componentType.isUnresolved()) {
/* Fetch the location of the application-context file from the implementation */
loadFromXML(implementation, resolver, context);
if (!componentType.isUnresolved())