ICEfaces
  1. ICEfaces
  2. ICE-7807

Logout button in portlet chat application and WebSphere throws exception

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-3.0.0.BETA
    • Fix Version/s: EE-3.0.0.GA
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      ICEFaces 3 EE + MyFaces + WebSphere Portal 7
    • Affects:
      Sample App./Tutorial

      Description

      Hitting the logout button on the chat application causes a nasty popup exception shown in attachment.

        Issue Links

          Activity

          Hide
          Greg Dick added a comment -

          Assign to Ken

          Show
          Greg Dick added a comment - Assign to Ken
          Hide
          Deryk Sinotte added a comment -

          Removed the circular logout call. Not sure why this wasn't causing problems before this.

          ===================================================================
          — src/main/java/org/icefaces/sample/portlet/chat/Participant.java (revision 28173)
          +++ src/main/java/org/icefaces/sample/portlet/chat/Participant.java (working copy)
          @@ -99,7 +99,7 @@
          }

          public void logout(ActionEvent event)

          { - logout(null); + logout(); }
          Show
          Deryk Sinotte added a comment - Removed the circular logout call. Not sure why this wasn't causing problems before this. =================================================================== — src/main/java/org/icefaces/sample/portlet/chat/Participant.java (revision 28173) +++ src/main/java/org/icefaces/sample/portlet/chat/Participant.java (working copy) @@ -99,7 +99,7 @@ } public void logout(ActionEvent event) { - logout(null); + logout(); }

            People

            • Assignee:
              Deryk Sinotte
              Reporter:
              Greg Dick
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: