I have deployed Omnifaces Showcase 2.4 in my local server to test InvokeActionEventListener
because I'm facing some problems with the Flash Scope. Since the showcase InvokeActionEventListener
was not working I downloaded a clean Wildfly 8.2.0 and deployed it there, and I've got the same results.
Basically the problem is that in the page eventlisteners/InvokeActionEventListener when I click "this link" in the demo section there is no message after redirect occurs, although it appears correctly in the official Showcase site.
Please find below the log entries from the moments when I open "eventlisteners/InvokeActionEventListener" page:
2016-08-14 11:00:50,796 SEVERE [javax.enterprise.resource.webcontainer.jsf.flash] (default task-11) JSF1094: Could not decode flash data from incoming cookie value Invalid characters in decrypted value. Processing will continue, but the flash is unavailable for this request.
When I click "this link":
2016-08-14 11:01:11,854 SEVERE [javax.enterprise.resource.webcontainer.jsf.flash] (default task-13) JSF1094: Could not decode flash data from incoming cookie value Invalid characters in decrypted value. Processing will continue, but the flash is unavailable for this request.
2016-08-14 11:01:11,861 INFO [org.hibernate.validator.internal.xml.ValidationXmlParser] (default task-13) HV000007: META-INF/validation.xml found. Parsing XML based configuration.
2016-08-14 11:01:11,885 INFO [org.hibernate.validator.internal.xml.ValidationBootstrapParameters] (default task-13) HV000004: Using org.omnifaces.validator.JsfLabelMessageInterpolator as message interpolator.
2016-08-14 11:01:11,896 INFO [stdout] (default task-13) InvokeActionBean.initParam() INVOKE_APPLICATION 5
2016-08-14 11:01:11,907 SEVERE [javax.enterprise.resource.webcontainer.jsf.flash] (default task-14) JSF1094: Could not decode flash data from incoming cookie value Invalid characters in decrypted value. Processing will continue, but the flash is unavailable for this request.
I'm using Ubuntu 16.04. Is there any additional step that I must take to use correctly Omnifaces Showcase locally? Maybe server configuration?