}
private static void initialize() throws InitializationException {
if ( instance.environment == null ) {
ICdfBeanFactory factory = new CoreBeanFactory();
// try to get the environment from the configuration
// will return the DefaultEnvironment by default
ICdfEnvironment env = instance.getConfiguredEnvironment( factory );