Re: ViewExpiredException in MyFaces 2.0.6

2011-06-27 Thread Hamed Iravanchi
Hi, Thanks, Leonardo, for your time. I tested it with the old state manager, as instructed by you, and the problem was still there. So, you're probably right and it's something related to my special setup. Do you have any hints for me to find out what's causing this? Is there any log categories

Re: ViewExpiredException in MyFaces 2.0.6

2011-06-26 Thread Leonardo Uribe
Hi I checked the algorithms related on MyFaces and everything seems to be ok. I fixed https://issues.apache.org/jira/browse/MYFACES-3105 too, but that one is not your case. In fact, there are some special junit cases that ensures state saving algorithm is symmetric, and other tests ensures ajax

Re: ViewExpiredException in MyFaces 2.0.6

2011-06-25 Thread Martin Koci
Hi, Hamed Iravanchi píše v So 25. 06. 2011 v 17:42 +0430: Hi, I'm getting ViewExpiredSession by clicking on any button in my pages after upgrading MyFaces 2.0.5 to 2.0.6. My pages have multiple forms, any button in any of them raises the same error. This is probably related to:

Re: ViewExpiredException in MyFaces 2.0.6

2011-06-25 Thread Leonardo Uribe
Hi There was some changes on state saving algorithm. All tests done passed, but the previous algorithm was preserved too. It was found a bug on 2.0.6, so the following is valid 2.0.7 / 2.1.1 . Add in your web.xml file the following: context-param