Package org.encuestame.business.setup

Examples of org.encuestame.business.setup.StartupProcess.startProcess()


            throw new IllegalStateException("home not valid, please set a home property in the configuration file");
        } else {
            WebApplicationContext ctx = WebApplicationContextUtils.getWebApplicationContext(servletContext);
            final StartupProcess startup = (StartupProcess) ctx.getBean("applicationStartup");
            try {
               startup.startProcess();
               log.info("**********************************************");
               log.info("*     ENCUESTAME IS RUNNING SUCCESSFULLY      *");
               log.info("*        http://www.encuestame.org           *");
               log.info("**********************************************");
            } catch (Exception 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.