startConsumers();
// listen for web app events so that we can inject services into WSRP admin UI "cleanly"
// todo: this service injection should really be done using CDI... :/
ServletContainer servletContainer = ServletContainerFactory.getServletContainer();
servletContainer.addWebAppListener(this);
log.info("WSRP Service version '" + WSRPConstants.WSRP_SERVICE_VERSION + "' STARTED");
} catch (Exception e) {
log.error("WSRP Service version '" + WSRPConstants.WSRP_SERVICE_VERSION + "' FAILED to start", e);
}