2 Replies Latest reply on Oct 17, 2011 2:39 AM by kragoth

    Question about conversations

    kotoko.caixote.san.gmail.com

      Hello,


        I have a use case where there is a page that uses two diferent beans.
        Each bean has a @Begin annotation.


        Will this cause problems?
        I'm getting a


      10:04:54,510 WARN  [Component] Cannot create Seam component, scope is not active: pesquisaProcessoBean(CONVERSATION)
      10:04:55,024 INFO  [STDOUT] 10:04:55,024 WARN  [SeamPhaseListener] uncaught exception, passing to exception handler
      org.jboss.seam.ConcurrentRequestTimeoutException: Concurrent call to conversation
           at org.jboss.seam.core.Manager.restoreAndLockConversation(Manager.java:641)
           at org.jboss.seam.core.Manager.restoreConversation(Manager.java:603)
           at org.jboss.seam.jsf.SeamPhaseListener.afterRestoreView(SeamPhaseListener.java:392)
           at org.jboss.seam.jsf.SeamPhaseListener.afterServletPhase(SeamPhaseListener.java:230)
           at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:196)
           at com.sun.faces.lifecycle.Phase.handleAfterPhase(Phase.java:175)
              ...



      If I use only one of the beans this goes away.
      Also, one is using AJAX and the other no (if this matters).