// Notify unregistered metadata at startup. Needed, for example, when the user enables the notifier config
// to notify the existing metadata in database
// TODO: Fix DataManager.getUnregisteredMetadata and uncomment next lines
metadataNotifierControl = new MetadataNotifierControl(context);
metadataNotifierControl.runOnce();
//--- load proxy information from settings into Jeeves for observers such
//--- as jeeves.utils.XmlResolver to use
ProxyInfo pi = JeevesProxyInfo.getInstance();