Ignore:
Timestamp:
02/12/13 13:45:27 (11 years ago)
Author:
keeloo
Message:

created branch for parameterized vlo

Location:
vlo/branches/vlo-2.13-param
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-2.13-param/vlo_webapp/src/main/java/eu/clarin/cmdi/vlo/VloApplication.java

    r1007 r2568  
    11package eu.clarin.cmdi.vlo;
    22
     3import eu.clarin.cmdi.vlo.config.WebAppConfig;
    34import org.apache.wicket.protocol.http.WebApplication;
    45import org.springframework.beans.factory.BeanFactory;
     
    1718
    1819    public VloApplication() {
    19         BeanFactory factory = new ClassPathXmlApplicationContext(new String[] { Configuration.CONFIG_FILE });
    20         factory.getBean("configuration"); //Use Configuration.getInstance to get the Configuration just loading the instance here.
     20        // BeanFactory factory = new ClassPathXmlApplicationContext(new String[] { Configuration.CONFIG_FILE });
     21        // factory.getBean("configuration"); //Use Configuration.getInstance to get the Configuration just loading the instance here.
     22       
    2123        searchResults = new SearchResultsDao();
    2224    }
Note: See TracChangeset for help on using the changeset viewer.