NIHVIVO-2215 Fixed inability to attach SDB models to the webapp TBox

This commit is contained in:
brianjlowe 2011-07-11 16:04:54 +00:00
parent 9582fd78da
commit 43c03236d2

View file

@ -845,6 +845,7 @@ public class JenaIngestController extends BaseEditController {
ModelContext.getBaseOntModelSelector(getServletContext()).getABoxModel().removeSubModel(m);
ModelContext.getUnionOntModelSelector(getServletContext()).getABoxModel().removeSubModel(m);
ModelContext.getUnionOntModelSelector(getServletContext()).getTBoxModel().removeSubModel(m);
attachedModels.remove(modelName);
log.info("Detached " + modelName + " (" + m.hashCode() + ") from webapp");
}