Re: Leak in saveState?

2008-03-29 Thread Werner Punz
This sounds more like the saveState history is turned on. Does this increase max out after a while? MyFaces (and the RI) have state histories which can be turned on which allow a certain number of old states to be stacked and rolled back once the back button is pressed. Werner [EMAIL

Re: orchestra conversation closed by stylesheet

2008-03-29 Thread Werner Punz
Hi Mario this is not weird at all, usually this technique is used by resource loading frameworks if they want to provide some automatisms. Weblets for instance allows a zeroconf resource loading via phase listeners which trigger, usually this triggering is done before phase1, but there are

Re: orchestra conversation closed by stylesheet

2008-03-29 Thread Mario Ivankovits
Hi! Weblets for instance allows a zeroconf resource loading via phase listeners which trigger, usually this triggering is done before phase1, but there are portlet cases where it happens later. What are the JSF phases executed by weblets then? Probably we find a pattern which allows us to

Re: Leak in saveState?

2008-03-29 Thread Gerald Müllan
Hi, Using MessAdmin, I noticed that the size of the attribute 'org.apache.myfaces.application.jsp.JspStateManagerImpl.SERIALIZED_VIEW' in session is continualy increasing. Approximately 100K by viewed page. yes; With the web.xml setting org.apache.myfaces.NUMBER_OF_VIEWS_IN_SESSION you can