Re: Random JSF error: no saved view state could be found

2013-10-15 Thread Zmirc
Hi, Leonardo! I'm very glad to hear that. Thanks for willing to help. A small comment: the error appeared with both ways of storing the state: server and client. I switched to client hoping that it may fix it, but it didn't make any difference. After a few weeks with Majorra, that error didn'

Re: Random JSF error: no saved view state could be found

2013-10-15 Thread Leonardo Uribe
Hi I have checked the code inside MyFaces using jmeter and changing to client side state saving, enabling/disabling encryption and the code is ok. Definitively all the code related to state saving is ok, and the issue you have in your application should be something very specific, maybe not relat

Re: Random JSF error: no saved view state could be found

2013-10-01 Thread Howard W. Smith, Jr.
forgot to mention that I usually add 'private' to managed bean members that I reference via @Inject, so in my app, I would do the following: @Inject private UserDataB udB; @Inject private ItemC itemC; @Inject private ImageC imageC; @Inject private UserC userC; also

Re: Random JSF error: no saved view state could be found

2013-10-01 Thread Zmirc
Hi! I'm always open to comments and suggestions, but please try to provide a fix or a solution. That error happens both on CDI and ManagedBeanS. Excluding one and guessing that the other one might be the problem shows that you didn't actually get the bug. If you don't know the other Tomee pr

Re: Random JSF error: no saved view state could be found

2013-10-01 Thread Howard W. Smith, Jr.
responses inline, below. On Tue, Oct 1, 2013 at 3:45 AM, Zmirc wrote: > > set JAVA_OPTS=%JAVA_OPTS% -Dorg.apache.catalina.session.** > StandardSession.ACTIVITY_**CHECK=true > set JAVA_OPTS=%JAVA_OPTS% -Dopenejb.session-context=http > these two are definitely interesting, even though you stated,

Re: Random JSF error: no saved view state could be found

2013-10-01 Thread Howard W. Smith, Jr.
response inline/below... On Tue, Oct 1, 2013 at 1:13 AM, Romain Manni-Bucau wrote: > About "it works with mojarra so that's mf" it is a big shortcut. It can be > a bug in mojarra which make it working too (im not saying it, just you dont > know and you cant conclude since you were not able to giv

Re: Random JSF error: no saved view state could be found

2013-10-01 Thread Leonardo Uribe
; >>>>>> Application server: Apache Tomee 1.5.2 stable / 1.6.0-2013.09.20 dev > >>>>>> (It > >>>>>> happens on both). I use the MyFaces distribution that comes with > each > >>>>>> of > >>>>>>

Re: Random JSF error: no saved view state could be found

2013-10-01 Thread Romain Manni-Bucau
name> >>>>>>false >>>>>> >>>>>> >>>>>>javax.faces.STATE_** >>>>>> ****SAVING_METHOD >>>>>> client >>>>>>

Re: Random JSF error: no saved view state could be found

2013-09-30 Thread Romain Manni-Bucau
ng as >>>> navigation destinations are useless, because I use:|FacesContext.** >>>> getCurrentInstance().getExternalContext().redirect(****path);| >>>> 4. In ~90% of the cases, everything works perfectly and users are >>>> redirected to each sp

Re: Random JSF error: no saved view state could be found

2013-09-30 Thread Zmirc
n order to fix it. Thanks a lot in advance. It's on StackOverflow also: http://stackoverflow.com/** questions/18992241/random-jsf-**error-no-saved-view-state-** could-be-found/18999855<http://stackoverflow.com/questions/18992241/random-jsf-error-no-saved-view-state-could-be-f

Re: Random JSF error: no saved view state could be found

2013-09-27 Thread Leonardo Uribe
eb.xml (302400). The error >> happens at random times for random users, but all users didn't use the >> system yet for 30 days, so it's a little bit strange.*/ >> >> I use PrimeFaces and I also have a couple of my own filters in web.xml, >> but that shouldn&#

Re: Random JSF error: no saved view state could be found

2013-09-27 Thread Zmirc
rder to fix it. Thanks a lot in advance. It's on StackOverflow also: http://stackoverflow.com/questions/18992241/random-jsf-error-no-saved-view-state-could-be-found/18999855 Stack trace for one of the pages: |25-Sep-2013 07:39:26.380 SEVERE[http-bio-80-exec-15] org.apache.catalina.core.St

Random JSF error: no saved view state could be found

2013-09-25 Thread Zmirc
.*/ I use PrimeFaces and I also have a couple of my own filters in web.xml, but that shouldn't be a problem, I hope so. Any ideas please? I really don't know what to do in order to fix it. Thanks a lot in advance. It's on StackOverflow also: http://stackoverflow.com/questions/18992