ICEfaces
  1. ICEfaces
  2. ICE-1734

Seam Ajax Push with JSF 1.2 throws Exceptions

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6DR#5
    • Fix Version/s: 1.6DR#6, 1.6
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      Seam 1.2.1, JSF 1.2

      Description


      Each time a server-side render is initiated, the following Exception is thrown.

      10:42:57,522 ERROR [SeamPhaseListener] uncaught exception
      java.lang.IllegalStateException: No active application scope
      at org.jboss.seam.core.Init.instance(Init.java:88)
      at org.jboss.seam.jsf.TransactionalSeamPhaseListener.handleTransactionsBeforePhase(TransactionalSeamPhaseListener.java:25)
      at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:48)
      at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:222)
      at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
      at com.icesoft.faces.webapp.xmlhttp.PersistentFacesState.render(PersistentFacesState.java:144)
      at com.icesoft.faces.async.render.RunnableRender.run(RunnableRender.java:126)
      at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:643)
      at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:668)
      at java.lang.Thread.run(Unknown Source)

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #14188 Tue Jun 19 11:52:21 MDT 2007 judy.guglielmin ICE-1734 only clear parameter map if using JSF 1.2 (before renderResponse) so phase listeners are invoked properly
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/xmlhttp/PersistentFacesState.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #14141 Thu Jun 14 14:04:21 MDT 2007 ted.goddard clearing requestParameterMap prior to server-side lifecycle.execute() so that the application is not invoked but PhaseListeners are (ICE-1734)
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/xmlhttp/PersistentFacesState.java

          People

          • Assignee:
            Unassigned
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: