@Override
public void init() throws Exception {
super.init();
// Read the preferences
ConfigurationManager config = ConfigurationManager.getInstance();
// Init logging
LogManager.initLogging(config.getLogLevel());
logger.log(Level.INFO, "--------------------------------------------");
logger.log(Level.INFO, "Starting " + ApplicationInfo.APPLICATION_NAME);
// Init Weld CDI
weld = new Weld();