}
contextFactory.setSetters(injectors);
// decorate the logical model
component.setContextFactory(contextFactory);
} catch (BuilderConfigException e) {
e.addContextName(component.getName());
throw e;
} catch (NoSuchMethodException e) {
BuilderConfigException ce = new BuilderConfigException("Class does not have a no-arg constructor", e);
ce.setIdentifier(implClass.getName());
throw ce;