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

        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.

          People

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

            Dates

            • Created:
              Updated:
              Resolved: