}
private static void initialize() throws InitializationException {
if ( instance.cdeEnv == null ) {
ICdeBeanFactory factory = new CoreBeanFactory();
// try to get the environment from the configuration
ICdeEnvironment env = instance.getConfiguredEnvironment( factory );
if ( env != null ) {