2 Replies Latest reply on Aug 4, 2011 6:38 AM by bradleydouglas

    RF 4 New ConversationScoped Stateful bean instance for each ajax request

    bradleydouglas

      Hi,

       

      I've got a @ConversationScoped (long running cnversation) session bean that is backing page that has a rich:autocomplete and a a4j:ajax enable h:selectBooleanCheckbox on it.

       

      Whenever I click on the checkbox or type a character in the autocomplete, I can see that a new instance of the stateful bean is created, and that the new conversation is started.

       

      Can anyone give some suggestions as to how to fix or further diagnose this?


      Thanks.