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

          Greg Dick created issue -
          Hide
          Greg Dick added a comment -

          Assign to Ken

          Show
          Greg Dick added a comment - Assign to Ken
          Greg Dick made changes -
          Field Original Value New Value
          Assignee Ken Fyten [ ken.fyten ]
          Ken Fyten made changes -
          Salesforce Case []
          Fix Version/s EE-3.0.0.GA [ 10262 ]
          Assignee Priority P2
          Assignee Ken Fyten [ ken.fyten ] Deryk Sinotte [ deryk.sinotte ]
          Greg Dick made changes -
          Attachment ELExpressionStackOverflow.png [ 14101 ]
          Ken Fyten made changes -
          Link This issue blocks IPCK-259 [ IPCK-259 ]
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #28186 Tue Mar 06 10:01:22 MST 2012 deryk.sinotte ICE-7807: fix circular logout call
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/samples/core/chat/src/main/java/org/icefaces/sample/portlet/chat/Participant.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #28187 Tue Mar 06 10:01:25 MST 2012 deryk.sinotte ICE-7807: fix circular logout call
          Files Changed
          Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/samples/core/chat/src/main/java/org/icefaces/sample/portlet/chat/Participant.java
          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(); }
          Deryk Sinotte made changes -
          Status Open [ 1 ] Resolved [ 5 ]
          Affects [Sample App./Tutorial]
          Resolution Fixed [ 1 ]
          Ken Fyten made changes -
          Status Resolved [ 5 ] Closed [ 6 ]
          Assignee Priority P2

            People

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

              Dates

              • Created:
                Updated:
                Resolved: