enabling the data migration listener (NIHVIVO-2426)

This commit is contained in:
stellamit 2011-06-27 18:14:53 +00:00
parent 0d5f0f8bba
commit 1742c610a9

View file

@ -120,13 +120,11 @@
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.PelletReasonerSetup</listener-class> <listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.PelletReasonerSetup</listener-class>
</listener> </listener>
<!-- Invokes process to perform updates to align with ontology changes if needed --> <!-- Invokes process to perform knowledge base updates to align with ontology changes if needed -->
<!--
<listener> <listener>
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.UpdateKnowledgeBase</listener-class> <listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.UpdateKnowledgeBase</listener-class>
</listener> </listener>
-->
<!-- The followng listener records all edit changes, in reified form, to another database model --> <!-- The followng listener records all edit changes, in reified form, to another database model -->
<!-- still at an experimental stage --> <!-- still at an experimental stage -->