Re: ViewExpiredException: MyFaces PrimeFaces

2010-09-02 Thread Jakob Korherr
- Original Message - From: Leonardo Uribe lu4...@gmail.com To: MyFaces Discussion users@myfaces.apache.org Sent: Tuesday, August 31, 2010 4:46 PM Subject: Re: ViewExpiredException: MyFaces PrimeFaces Hi Could you check your server log?. A more detailed exception could be found

Re: ViewExpiredException: MyFaces PrimeFaces

2010-09-02 Thread Leonardo Uribe
(JIoEndpoint.java:489) at java.lang.Thread.run(Thread.java:619) Thanks, Rafael Santini - Original Message - From: Leonardo Uribe lu4...@gmail.com To: MyFaces Discussion users@myfaces.apache.org Sent: Tuesday, August 31, 2010 4:46 PM Subject: Re: ViewExpiredException: MyFaces

Re: ViewExpiredException: MyFaces PrimeFaces

2010-09-02 Thread SANTINI, Rafael
jakob.korh...@gmail.com To: MyFaces Discussion users@myfaces.apache.org Sent: Thursday, September 02, 2010 10:48 AM Subject: Re: ViewExpiredException: MyFaces PrimeFaces Hi, Seems like the message authentication code (MAC) somehow fails, because the first ViewExpiredException comes from this code

Re: ViewExpiredException: MyFaces PrimeFaces

2010-09-02 Thread SANTINI, Rafael
Santini - Original Message - From: Leonardo Uribe lu4...@gmail.com To: MyFaces Discussion users@myfaces.apache.org Sent: Thursday, September 02, 2010 11:05 AM Subject: Re: ViewExpiredException: MyFaces PrimeFaces Hi If the code fails there, means the MAC secret was reset. Try set

Re: ViewExpiredException: MyFaces PrimeFaces

2010-09-02 Thread Bruno Aranda
*..) at org.apache.myfaces.shared_impl.util.StateUtils.encrypt(StateUtils.java:314) ... 40 more Thanks, Rafael Santini - Original Message - From: Leonardo Uribe lu4...@gmail.com To: MyFaces Discussion users@myfaces.apache.org Sent: Thursday, September 02, 2010 11:05 AM Subject: Re: ViewExpiredException: MyFaces PrimeFaces

Re: ViewExpiredException: MyFaces PrimeFaces

2010-09-02 Thread Leonardo Uribe
users@myfaces.apache.org Sent: Thursday, September 02, 2010 11:05 AM Subject: Re: ViewExpiredException: MyFaces PrimeFaces Hi If the code fails there, means the MAC secret was reset. Try set a MAC secret using the web param org.apache.myfaces.MAC_SECRET to prevent that secret

Re: ViewExpiredException: MyFaces PrimeFaces

2010-09-02 Thread SANTINI, Rafael
02, 2010 11:59 AM Subject: Re: ViewExpiredException: MyFaces PrimeFaces Hi You have to generate the keys properly, according to the algorithm used for encrypt and authenticate. Take a look at this page: http://wiki.apache.org/myfaces/Secure_Your_Application regards, Leonardo

Re: ViewExpiredException: MyFaces PrimeFaces

2010-09-02 Thread Leonardo Uribe
To: MyFaces Discussion users@myfaces.apache.org Sent: Thursday, September 02, 2010 11:59 AM Subject: Re: ViewExpiredException: MyFaces PrimeFaces Hi You have to generate the keys properly, according to the algorithm used for encrypt and authenticate. Take a look at this page

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: MyFaces PrimeFaces

2010-09-01 Thread SANTINI, Rafael
) at java.lang.Thread.run(Thread.java:619) Thanks, Rafael Santini - Original Message - From: Leonardo Uribe lu4...@gmail.com To: MyFaces Discussion users@myfaces.apache.org Sent: Tuesday, August 31, 2010 4:46 PM Subject: Re: ViewExpiredException: MyFaces PrimeFaces Hi Could you check your

ViewExpiredException: MyFaces PrimeFaces

2010-08-31 Thread SANTINI, Rafael
Hi, I'm trying to get PrimeFaces AutoComplete component to work with MyFaces. I have tried with MyFaces 1.2.9 PrimeFaces 1.1, MyFaces 2.0.1 PrimeFaces 2.1 and MyFaces 2.0.1 PrimeFaces 2.2.M1. In the all cases, the fowlloing exception is raised: 31/08/2010 11:51:32

Re: ViewExpiredException: MyFaces PrimeFaces

2010-08-31 Thread Ali Ok
Hi Rafael, Primefaces forum[1] might be a better place to discuss this, but at first sight at your code, you should put the autoCompleteBean in view scope (available with JSF2). [1]http://primefaces.prime.com.tr/forum/ Cheers, Ali On Tue, Aug 31, 2010 at 6:12 PM, SANTINI, Rafael

Re: ViewExpiredException: MyFaces PrimeFaces

2010-08-31 Thread Rafael Santini
Hi Ali, I have posted this question on PrimeFaces Forum. With Mojarra 1.2_15-b01, works perfectly! The problem is that I need to continue with MyFaces for a while. Thanks, Rafael Santini 2010/8/31 Ali Ok al...@aliok.com.tr Hi Rafael, Primefaces forum[1] might be a better place to discuss

Re: ViewExpiredException: MyFaces PrimeFaces

2010-08-31 Thread Leonardo Uribe
Hi Could you check your server log?. A more detailed exception could be found there, to identify easily what's going on. regards, Leonardo Uribe 2010/8/31 Rafael Santini raf...@santini.eti.br Hi Ali, I have posted this question on PrimeFaces Forum. With Mojarra 1.2_15-b01, works