// TODO: Do this once every few startups and notify the user in the web ui if errors are found.
if(logDEBUG)
databaseIntegrityTest(); // Some tests need the Identity-/Message-/TaskManager so we call this after creating them.
if(logDEBUG) Logger.debug(this, "Creating message XML...");
mMessageXML = new WoTMessageXML();
if(logDEBUG) Logger.debug(this, "Creating message list XML...");
mMessageListXML = new WoTMessageListXML();
if(logDEBUG) Logger.debug(this, "Creating old-messagelist fetcher...");