changing reasoning setup listener, NIHVIVO-1252

This commit is contained in:
sjm222 2010-11-12 17:35:02 +00:00
parent 78be7293fa
commit 3fed258665

View file

@ -100,16 +100,13 @@
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.FileGraphSetup</listener-class>
</listener>
<!-- Pellet setup enables reasoning. Inferences are cached in a separate DB graph. -->
<!-- Changing the class name sets the kinds of inferences that are materialized. -->
<!-- See documentation for details. -->
<!-- If used, must be run after JenaDataSourceSetup -->
<!--
<!-- SimpleReasoner setup enables Pellet reasoning on the TBox and simple VIVO reasoning on the ABox. -->
<!-- Inferences are cached in a separate DB graph. -->
<!-- This is the only level of reasoning that can be enabled at this time -->
<!-- If used, must be run after JenaDataSourceSetup -->
<listener>
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.PelletReasonerSetup</listener-class>
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.SimpleReasonerSetup</listener-class>
</listener>
-->
<!-- The followng listener records all edit changes, in reified form, to another database model -->
<!-- still at an experimental stage -->