ICEfaces
  1. ICEfaces
  2. ICE-6784

WindowScopeManager's "dummy-bean" value is not Serializable

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0.0-EE-Beta1, 2.0.1
    • Fix Version/s: EE-2.0.0.GA, 2.0.2
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      WebLogic 10.3.x cluster, ICEfaces 2

      Description

      Using WebLogic 10.3.x cluster it is possible to receive a NotSerializableException due to the value stored in the session mapped to "dummy-bean" being an Object and therefore not Serializable.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #24374 Mon Apr 11 15:08:49 MDT 2011 jack.van.ooststroom Fixed JIRA ICE-6784 : WindowScopeManager's 'dummy-bean' value is not Serializable
        Files Changed
        Commit graph MODIFY /icefaces2/trunk/icefaces/core/src/main/java/org/icefaces/impl/application/WindowScopeManager.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #24375 Mon Apr 11 15:08:58 MDT 2011 jack.van.ooststroom Fixed JIRA ICE-6784 : WindowScopeManager's 'dummy-bean' value is not Serializable
        Files Changed
        Commit graph MODIFY /icefaces2/branches/icefaces-2.0.x-maintenance/icefaces/core/src/main/java/org/icefaces/impl/application/WindowScopeManager.java
        Jack Van Ooststroom created issue -
        Hide
        Jack Van Ooststroom added a comment -

        Instead of using an Object as the value to "dummy-bean" an instance of Serializable is now being used as follows:

        UnusedScopeMap.put("dummy-bean", new Serializable() {});

        Marking this one as FIXED.

        Show
        Jack Van Ooststroom added a comment - Instead of using an Object as the value to "dummy-bean" an instance of Serializable is now being used as follows: UnusedScopeMap.put("dummy-bean", new Serializable() {}); Marking this one as FIXED.
        Jack Van Ooststroom made changes -
        Field Original Value New Value
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #24380 Tue Apr 12 08:50:41 MDT 2011 jack.van.ooststroom Fixed JIRA ICE-6784 : WindowScopeManager's 'dummy-bean' value is not Serializable
        Files Changed
        Commit graph MODIFY /icefaces2/branches/icefaces-2.0.x-maintenance/icefaces/core/src/main/java/org/icefaces/impl/application/WindowScopeManager.java
        Ken Fyten made changes -
        Fix Version/s 2.0.2 [ 10273 ]
        Fix Version/s 2.1 [ 10241 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Unassigned
            Reporter:
            Jack Van Ooststroom
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: