Package org.apache.savan.configuration

Examples of org.apache.savan.configuration.ConfigurationManager


    /**
     *
     * @param ctxt
     */
    protected void activate(ComponentContext ctxt) {
        ConfigurationManager manager = null;
        try {
            if (log.isDebugEnabled()) {
                log.debug("Eventing bundle is activated ");
            }
            manager = new ConfigurationManager(new RegistryBasedConfigurator());
            manager.configure();

            configContext.setProperty(SavanConstants.CONFIGURATION_MANAGER, manager);
        } catch (Throwable e) {
            log.error("Error occured while activating Eventing bundle", e);
        }
View Full Code Here

TOP

Related Classes of org.apache.savan.configuration.ConfigurationManager

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.