3 Replies Latest reply on Oct 14, 2007 7:20 AM by elmosca2

    STATE_SAVING_METHOD=server broken for ScopeType.CONVERSATION

      Seems that setting the jsf STATE_SAVING_METHOD to server in web.xml breaks CONVERSATION scoped components. ie:

      <context-param>
       <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
       <param-value>server</param-value>
      </context-param>

      The symptom is that the conversation doesnt persist between requests.

      Session scoped components work fine ie. they do persist between requests.

      Tested with current cvs booking+noejb on jas403 and noejb on tomcat. To reproduce; setup web.xml as per above fragment and run through the demo.

      Can anyone shed any light on this?