commenting out context listener code until other pieces are ready re: NIHVIVO-205
This commit is contained in:
parent
da8a7f3649
commit
ab486e7d8b
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,8 @@ public class UpdateKnowledgeBase implements ServletContextListener {
|
||||||
|
|
||||||
public void contextInitialized(ServletContextEvent sce) {
|
public void contextInitialized(ServletContextEvent sce) {
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
ServletContext ctx = sce.getServletContext();
|
ServletContext ctx = sce.getServletContext();
|
||||||
|
|
||||||
OntModelSelector oms = new SimpleOntModelSelector(
|
OntModelSelector oms = new SimpleOntModelSelector(
|
||||||
|
@ -69,6 +71,8 @@ public class UpdateKnowledgeBase implements ServletContextListener {
|
||||||
throw new RuntimeException(errMsg, ioe);
|
throw new RuntimeException(errMsg, ioe);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void contextDestroyed(ServletContextEvent arg0) {
|
public void contextDestroyed(ServletContextEvent arg0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue