} catch (InstantiationException ex) {
throw new RuntimeException(ex);
} catch (IllegalAccessException ex) {
throw new RuntimeException(ex);
}
cp.postConstruct(o);
((PostConstructListener)o).postConstruct();
return o;
}
public ComponentScope getScope() {