2 Replies Latest reply on May 7, 2009 7:34 PM by nbelaevski

    global default queue and error

    asookazian

      RF 3.3.0.GA
      Seam 2.0.2-FP
      JBoss EAP 4.3 CP02

      getting:

      The conversation ended, timed out or was processing another request


      web.xml:

      <context-param>
       <param-name>org.richfaces.queue.global.enabled</param-name>
       <param-value>true</param-value>
       </context-param>


      The error displayed after I clicked the back button twice in my Seam app.

      What do I need to do to eliminate this error completely and not have to use the a4j:queue tag in every xhtml (or worse yet, add the attibutes to the a4j/rich tags)



        • 1. Re: global default queue and error
          asookazian

          components.xml:

           <!-- per CSP case 245236: set concurrent-request-timeout from 500 to 2000 -->
           <!-- 03/03/09 - setting conversation-timeout="120000" (2 minutes) b/c this applies to background conversations only, not the active conversation-->
           <core:manager concurrent-request-timeout="3000"
           conversation-timeout="120000"
           conversation-id-parameter="cid"
           parent-conversation-id-parameter="pid"/>


          • 2. Re: global default queue and error
            nbelaevski

            Hello,

            Queues affect only AJAX requests, they are not handling back button requests.