Package org.eclipse.gemini.blueprint.context.support

Examples of org.eclipse.gemini.blueprint.context.support.DefaultContextClassLoaderProvider


    }
    final DynamicExtensionsApplicationContext applicationContext = new DynamicExtensionsApplicationContext(
        configurationLocations, getHostApplicationContext(bundleContext));
    applicationContext.setBundleContext(bundleContext);

    final DefaultContextClassLoaderProvider contextClassLoaderProvider = new DefaultContextClassLoaderProvider();
    contextClassLoaderProvider.setBeanClassLoader(ApplicationContext.class.getClassLoader());
    applicationContext.setContextClassLoaderProvider(contextClassLoaderProvider);

    applicationContext.setPublishContextAsService(config.isPublishContextAsService());

    return applicationContext;
View Full Code Here

TOP

Related Classes of org.eclipse.gemini.blueprint.context.support.DefaultContextClassLoaderProvider

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.