this.namesOfPluginsToBeRegistered.removeAll(pluginsToBeRegistered);
// load resource facets cache
try {
ResourceTypeManagerLocal typeManager = LookupUtil.getResourceTypeManager();
typeManager.reloadResourceFacetsCache();
} catch (Throwable t) {
log.error("Could not load ResourceFacets cache", t);
}
// Trigger vacuums on some tables as the initial deployment might have changed a lot of things.