Package org.geomajas.spring

Examples of org.geomajas.spring.ReconfigurableApplicationContext.refresh()


        ArrayList<String> configLocations = new ArrayList<String>();
        configLocations.add("org/geomajas/spring/geomajasContext.xml");

        configLocations.addAll(Arrays.asList(request.getConfigLocations()));
        try {
          rollback.refresh(configLocations.toArray(new String[configLocations.size()]));
        } catch (GeomajasException e) {
          log.error("Could not refresh context", e);
          rollback.rollback();
          response.setApplicationNames(context.getBeanNamesForType(ClientApplicationInfo.class));
          throw 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.