Re: DefaultContextAwareELException serialization problem

2014-04-09 Thread Felipe Jaekel
Thanks for the feedback. I have an exception handler similar to this http://ovaraksin.blogspot.com.br/2010/10/global-handling-of-all-unchecked.html, where the exception is stored in the session. I realized I could handle the exception without storing it in the session, so the problem is gone.

Re: Generic value for org.apache.myfaces.EXPRESSION_FACTORY?

2014-04-09 Thread Felipe Jaekel
Is it reliable? Are there any migration notes? Thanks 2014-03-27 19:37 GMT-03:00 Howard W. Smith, Jr. smithh032...@gmail.com: On Thu, Mar 27, 2014 at 8:22 AM, Thomas Andraschko andraschko.tho...@gmail.com wrote: I just deliver JUEL in all my apps and setting the EXPRESSION_FACTORY to

Re: Generic value for org.apache.myfaces.EXPRESSION_FACTORY?

2014-04-09 Thread Howard W. Smith, Jr.
Is JUEL reliable? JUEL works well. you will have to 'migrate' your XHTML to JUEL. hmmm, i think I had to add '()' (parentheses) to my actionListener=... or action= Below is a quick search that I did via TextPad against my project; below is first few occurrences. Searching for: actionlistener

Re: Generic value for org.apache.myfaces.EXPRESSION_FACTORY?

2014-04-09 Thread Howard W. Smith, Jr.
On Wed, Apr 9, 2014 at 1:30 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: s JUEL reliable? JUEL works well. you will have to 'migrate' your XHTML to JUEL. hmmm, i think I had to add '()' (parentheses) to my actionListener=... or action= Below is a quick search that I did via

ViewExpiredException, but session hasn't timed out

2014-04-09 Thread Felipe Jaekel
I'm getting view expired exceptions if the user tries to perform an action in a page that isn't fully loaded. javax.faces.application.ViewExpiredException: /page/plano/plano.jsfNo saved view state could be found for the view identifier: /page/plano/plano.jsf at

Re: ViewExpiredException, but session hasn't timed out

2014-04-09 Thread Howard W. Smith, Jr.
Wow, you're using Shiro. Would be nice to have a list of steps how you duplicate this in your app, definitely and always. I definitely suggest you use OmniFaces restore view component to avoid this exception. On Apr 9, 2014 1:41 PM, Felipe Jaekel fkjae...@gmail.com wrote: I'm getting view