<!-- root element, all properties must be under this element --> <jive> <email> <fromName>Jive_Administrator</fromName> <fromEmail>webmaster@example.com</fromEmail> <subject>Your thread was updated!</subject> <body>Hello {name}! The thread {threadName} was updated!</body> </email> <jive>
private synchronized static void loadProperties() { if (properties == null) { //Create a manager with the full path to the xml config file. properties = new XMLProperties(jiveHome + File.separator + JIVE_CONFIG_FILENAME); } } }