From 423a57e47cf63a085c1922cf34a730145c0375bb Mon Sep 17 00:00:00 2001 From: j2blake Date: Tue, 22 Jul 2014 15:04:01 -0400 Subject: [PATCH] VIVO-823 modify startup_listeners to match the changes in Vitro. --- productMods/WEB-INF/resources/startup_listeners.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/productMods/WEB-INF/resources/startup_listeners.txt b/productMods/WEB-INF/resources/startup_listeners.txt index 98f42df4..58004395 100644 --- a/productMods/WEB-INF/resources/startup_listeners.txt +++ b/productMods/WEB-INF/resources/startup_listeners.txt @@ -22,14 +22,11 @@ edu.cornell.mannlib.vitro.webapp.config.RevisionInfoSetup edu.cornell.mannlib.vitro.webapp.email.FreemarkerEmailFactory$Setup -### this listener must be run before SDBSetup, all models setups and WebappDaoSetup ### -edu.cornell.mannlib.vitro.webapp.servlet.setup.JenaPersistentDataSourceSetup - -edu.cornell.mannlib.vitro.webapp.servlet.setup.RDFServiceSetup +# In 1.8, this should replace JenaPersistentDataSourceSetup, RDFServiceSetup, and maybe more. +edu.cornell.mannlib.vitro.webapp.servlet.setup.rdfsetup.RDFSetup edu.cornell.mannlib.vitro.webapp.servlet.setup.ConfigurationModelsSetup edu.cornell.mannlib.vitro.webapp.servlet.setup.ContentModelSetup -edu.cornell.mannlib.vitro.webapp.servlet.setup.ModelMakerSetup edu.cornell.mannlib.vitro.webapp.filestorage.backend.FileStorageSetup