cachedTargetInstance = instance;
return cachedTargetInstance;
}
} catch (ObjectCreationException e) {
lifecycleState = ERROR;
TargetException te = new TargetException("Error creating component instance", e);
te.setIdentifier(getName());
throw te;
}
}
}