Hi devs, I'm getting this log message
2006-06-22 13:02:09,636 [DEBUG] (javax.faces.webapp.FacesServlet) service begin 22-giu-2006 13.02.09 org.apache.myfaces.adfinternal.application.StateManagerImpl restoreView GRAVE: No structure available and no root available 2006-06-22 13:02:09,636 [INFO ] (org.apache.myfaces.renderkit.RenderKitFactoryImpl) RenderKit with renderKitId 'org.apache.myfaces.adf.core' was replaced. 2006-06-22 13:02:10,058 [DEBUG] (javax.faces.webapp.FacesServlet) service end almost for every request since I set CLIENT_STATE_METHOD=all. I need this setting because my app has to be as much session timeout tollerant as possible. Anyway, the application works fine. What does this warning mean? Thank you Cosma
