ICEfaces
  1. ICEfaces
  2. ICE-11549

Fix java.io.NotSerializableException

    Details

    • Type: Bug Bug
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-4.3.0.GA_P04, EE-3.3.0.GA_P10
    • Fix Version/s: EE-3.3.0.GA_P11
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      Java 5

      Description

      When using HTTP session persistence and replication the web server needs to serialise and deserialise the objects stored into the session map.
      It turns out that org.icefaces.impl.application.WindowScopeManager class has a static field that is deserialised, but the field is not Serializable or Externalizable.
      Static fields are never serialised but they can be deserialised if the filed is initialised while the class loads.

        Activity

        There are no subversion log entries for this issue yet.

          People

          • Assignee:
            Unassigned
            Reporter:
            Mircea Toma
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: