Re: ViewExpiredException - No saved view state could be found for the view identifier

2010-09-01 Thread Guy Rouillier
On 8/31/2010 4:53 PM, Micah Klitgaard wrote: javax.faces.application.ViewExpiredException: /pages/login.xhtmlNo saved view state could be found for the view identifier: /pages/login.xhtml ViewExpiredException is one of the most common exceptions you'll encounter in JSF. I'd suggest you

Re: ViewExpiredException - No saved view state could be found for the view identifier

2010-09-01 Thread mk
I have been reading about Lifecylces and this is my fourth JSF project. As far as I know 30 minutes is default timeout on Tomcat and server state saving is also default - according to log output. The code is very simple, so if it isn't a bug it should be easy to fix if I'm doing something

Re: ViewExpiredException: MyFaces PrimeFaces

2010-09-01 Thread Werner Punz
Hi this is really interesting, from what I noticed in my testing is that you can run into this situation if you ajax a call down without sending a proper view identifier without intercepting it before restoreView. RestoreView obviously must fail then. I have to check what primefaces is sending

Re: ViewExpiredException - No saved view state could be found for the view identifier

2010-09-01 Thread Matthias Wessendorf
see the other thread on this (ViewExpiredException) topic -M On Wed, Sep 1, 2010 at 9:57 AM, m...@micah-co.com wrote: I have been reading about Lifecylces and this is my fourth JSF project. As far as I know 30 minutes is default timeout on Tomcat and server state saving is also default -

Re: PortletBridge starting portlet problem

2010-09-01 Thread Jakub Kahovec
The factories are actually set per the context classloader, not per thread, so it is a synchronization issue. Jakub On 1 September 2010 00:49, Scott O'Bryan darkar...@gmail.com wrote: Never mind. My pneumonia is effecting my brain.. :) sorry. Let me take a look at this tomorrow when I'm

Re: ViewExpiredException - No saved view state could be found for the view identifier

2010-09-01 Thread mk
Thanks M. I have nearly read all posts on those 20 pages with this topic. Nothing new came to my mind. Further more I explicitly added context params for session timeout, state saving method and numbers of views in session. Please take a look at the code. see the other thread on this

Re: ViewExpiredException: MyFaces PrimeFaces

2010-09-01 Thread SANTINI, Rafael
Hi Leonardo, Follow the complete log. I couldn't find any wrong. 01/09/2010 10:27:43 org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:

Re: double click problem in JSF

2010-09-01 Thread Kito Mann
FWIW, a server-side solution like the Shale token will be in JSF 2.1: https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=559. --- Kito D. Mann | twitter: kito99 | Author, JSF in Action Virtua, Inc. | http://www.virtua.com | JSF/Java EE training and consulting