return true;
}
public void processEvent(SystemEvent event) throws AbortProcessingException {
// temp manually instantiate startup config as the default config is not available yet
ConfigContainer config = new StartupConfigContainer(FacesContext.getCurrentInstance());
logger.log(Level.INFO,
"Running on PrimeFaces {0}",
config.getBuildVersion());
}