6 Replies Latest reply on May 10, 2017 9:29 AM by tremes

    What is the default conversation timeout in WELD?

    rsoika

      Hi,

      I have a CDI bean which uses a conversation scope. In some situations I see the following exception in the server log:

       

      2016-09-21 11:58:45,506 ERROR [io.undertow.request] (default task-4) UT005023: Exception handling request to /imixs-office/pages/workitems/workitem.jsf: javax.servlet.ServletException: /pa
      ges/workitems/workitem.xhtml @30,74 src="/pages/workitems/forms/#{workflowController.editor}.xhtml" WELD-000321: No conversation found to restore for id 6
              at javax.faces.webapp.FacesServlet.service(FacesServlet.java:671)
              at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:86)
      

       

      My question is: how long is the default timeout. Should I set the timeout manually or can I use a configuration param?

       

      ===
      Ralph