Hi, guys! I don't need FLASH_SCOPE, so I disabled it in my apps. The interesting part is that, regardless of what error I have (because of a bug), all of them have also:
Jul 24, 2013 5:08:48 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet [default] in context with path [] threw exception [Flash scope was disabled by context param org.apache.myfaces.FLASH_SCOPE_DISABLED but erroneously accessed] with root cause org.apache.myfaces.shared.context.flash.FlashScopeDisabledException: Flash scope was disabled by context param org.apache.myfaces.FLASH_SCOPE_DISABLED but erroneously accessed Why is this error showing up all the times? My error is also specified somewhere in the logs, but this also appears. It's quite annoying, because none of the errors are related to FLASH_SCOPE. It makes finding the error harder, because I have to scroll 50 more lines "thanks" to FLASH log error report. Thank you, Mircea -- View this message in context: http://openejb.979440.n4.nabble.com/Why-all-errors-also-contains-FLASH-SCOPE-DISABLED-error-tp4664341.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.
