From f4541133b6738379b9f4052323c32855212204e1 Mon Sep 17 00:00:00 2001 From: j2blake Date: Mon, 9 Jun 2014 15:38:20 -0400 Subject: [PATCH] VIVO-773 guard against RDB data that has not been migrated. --- productMods/WEB-INF/resources/startup_listeners.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/productMods/WEB-INF/resources/startup_listeners.txt b/productMods/WEB-INF/resources/startup_listeners.txt index 4c89771d..e39eae74 100644 --- a/productMods/WEB-INF/resources/startup_listeners.txt +++ b/productMods/WEB-INF/resources/startup_listeners.txt @@ -11,6 +11,9 @@ edu.cornell.mannlib.vitro.webapp.config.ConfigurationPropertiesSetup edu.cornell.mannlib.vitro.webapp.config.ConfigurationPropertiesSmokeTests +# For the conversion from 1.6 or earlier (RDB) to 1.7 or later (TDB) +edu.cornell.mannlib.vitro.webapp.servlet.setup.GuardAgainstUnmigratedRDB + edu.cornell.mannlib.vitro.webapp.utils.developer.DeveloperSettings$Setup edu.cornell.mannlib.vitro.webapp.application.ApplicationImpl$Setup