/[projects]/dao/DaoAdresseService/src/main/java/dk/daoas/daoadresseservice/ContextListener.java
ViewVC logotype

Diff of /dao/DaoAdresseService/src/main/java/dk/daoas/daoadresseservice/ContextListener.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2768 by torben, Wed Jul 15 13:47:40 2015 UTC revision 2769 by torben, Thu Nov 5 08:06:00 2015 UTC
# Line 114  public class ContextListener implements Line 114  public class ContextListener implements
114      private void initDataLoader(ServletContext ctxt, ServiceConfig conf) {      private void initDataLoader(ServletContext ctxt, ServiceConfig conf) {
115          DataLoader load = new DataLoader(ctxt,conf);                      DataLoader load = new DataLoader(ctxt,conf);            
116          ctxt.setAttribute("dataloader", load);          ctxt.setAttribute("dataloader", load);
117          load.doLoad();          load.doLoad( "(re) deploy" );
118      }      }
119            
120      private void initCircuitBreakers(ServletContext ctxt, ServiceConfig conf) {      private void initCircuitBreakers(ServletContext ctxt, ServiceConfig conf) {

Legend:
Removed from v.2768  
changed lines
  Added in v.2769

  ViewVC Help
Powered by ViewVC 1.1.20