3 Replies Latest reply on Jun 3, 2009 8:57 AM by kapitanpetko

    detecting conversation timeout and replacing The conversation ended, timed out or was processing another request

    gonorrhea

      Seam 2.0.2-FP


      I have two tabs (two LRCs) running in my browser.  I go back to the first tab (referred to as a background conversation) which is set to timeout in 2 min's and apparently it does.


      I see this message on my home.seam:


      The conversation ended, timed out or was processing another request



      I am using a global RF queue in web.xml:


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



      with RF 3.3.1.GA.


      So I'd like to replace that 3 root cause msg with a simple message like:



      Your conversation has timed out, please restart your use case

      So is there an event raised when a LRC times out?  I could @Observe that event and display my custom msg.


      Anybody else tried this?  IIRC there was a JIRA to fix this msg in 2.1.x...