Package fr.openwide.maven.artifact.notifier.init.util

Examples of fr.openwide.maven.artifact.notifier.init.util.SpringContextWrapper.importDirectory()


     
      SpringContextWrapper contextWrapper = context.getBean("springContextWrapper",
          SpringContextWrapper.class);
     
      contextWrapper.openEntityManager();
      contextWrapper.importDirectory(new File("src/main/resources/init/development"));
     
      contextWrapper.reindexAll();
     
      LOGGER.info("Initialization complete");
    } finally {
View Full Code Here


   
      SpringContextWrapper contextWrapper = context.getBean("springContextWrapper",
          SpringContextWrapper.class);
     
      contextWrapper.openEntityManager();
      contextWrapper.importDirectory(new File("src/main/resources/init/production"));
     
      contextWrapper.reindexAll();
     
      LOGGER.info("Initialization complete");
     
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.