}
protected synchronized ICdeEnvironment getConfiguredEnvironment( ICdeBeanFactory factory )
throws InitializationException {
Object obj = new CoreBeanFactory().getBean( ICdeEnvironment.class.getSimpleName() );
if ( obj != null && obj instanceof ICdeEnvironment ) {
return (ICdeEnvironment) obj;
} else {
String msg = "No bean found for ICdeEnvironment!!";