Package org.apache.savan.configuration

Examples of org.apache.savan.configuration.ConfigurationManager.configure()


        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
Copyright © 2018 www.massapi.com. 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.