ICEfaces
  1. ICEfaces
  2. ICE-8499

Seam: Identity.logout causes Cannot create a session after the response has been committed

    Details

    • Type: Bug Bug
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: 3.1
    • Fix Version/s: None
    • Component/s: None
    • Labels:
      None
    • Environment:
      Seam 2.3.0.CR1-SNAPSHOT, Icefaces 3.1.0 and icefaces-compat 3.1.0, JBoss AS 7.1.1.Final

      Description

      There is a regression in 3.1.0 related to http://jira.icesoft.org/browse/ICE-1330

        Issue Links

          Activity

          Hide
          Marek Novotny added a comment -

          This is original issue which was fixed in icefaces 1.6

          Show
          Marek Novotny added a comment - This is original issue which was fixed in icefaces 1.6
          Hide
          Ken Fyten added a comment -

          Note that ICEfaces 3.x is not officially supported with Seam.

          Please attach a simple test case that demonstrates the issue.

          Show
          Ken Fyten added a comment - Note that ICEfaces 3.x is not officially supported with Seam. Please attach a simple test case that demonstrates the issue.
          Hide
          Marek Novotny added a comment -

          Icefaces example is available at https://anonsvn.jboss.org/repos/seam/branches/community/Seam_2_3/examples-ee6/icefaces/ .

          Run mvn package and deploy the icefaces-ear/target/seam-icefaces.ear or just run mvn jboss-as:deploy in icefaces-ear subdirectory.

          Show
          Marek Novotny added a comment - Icefaces example is available at https://anonsvn.jboss.org/repos/seam/branches/community/Seam_2_3/examples-ee6/icefaces/ . Run mvn package and deploy the icefaces-ear/target/seam-icefaces.ear or just run mvn jboss-as:deploy in icefaces-ear subdirectory.
          Hide
          Marek Novotny added a comment -

          The issue shows up when you log in and log out from icefaces booking application.

          Show
          Marek Novotny added a comment - The issue shows up when you log in and log out from icefaces booking application.
          Hide
          Nicklas Karlsson added a comment -

          Wouldn't this be a simple fix by checking in EnvUtils.createSessionOnPageLoad

          externalContext.getSession(!context.getPartialViewContext().isAjaxRequest());

          that the response hasn't been committed?

          Show
          Nicklas Karlsson added a comment - Wouldn't this be a simple fix by checking in EnvUtils.createSessionOnPageLoad externalContext.getSession(!context.getPartialViewContext().isAjaxRequest()); that the response hasn't been committed?

            People

            • Assignee:
              Unassigned
              Reporter:
              Marek Novotny
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: