commenting out context listener code until other pieces are ready re: NIHVIVO-205

This commit is contained in:
bjl23 2010-03-31 16:43:09 +00:00
parent da8a7f3649
commit ab486e7d8b

View file

@ -40,6 +40,8 @@ public class UpdateKnowledgeBase implements ServletContextListener {
public void contextInitialized(ServletContextEvent sce) {
/*
ServletContext ctx = sce.getServletContext();
OntModelSelector oms = new SimpleOntModelSelector(
@ -69,6 +71,8 @@ public class UpdateKnowledgeBase implements ServletContextListener {
throw new RuntimeException(errMsg, ioe);
}
*/
}
public void contextDestroyed(ServletContextEvent arg0) {