ICEfaces
  1. ICEfaces
  2. ICE-11120

Memory leak in com.icesoft.faces.webapp.command.UpdateElements

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-1.8.2.GA_P08
    • Fix Version/s: EE-1.8.2.GA_P09
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      server

      Description

      Analysis of the heap dump in some applications reveals that the _ UpdateElements.updates_ field accumulates DOM elements (and thus filling up the JVM heap). The issue manifests itself when the _Element_ does not have the "id" attribute.

        Activity

        Hide
        Mircea Toma added a comment - - edited

        Applied fix that selects only the elements that have their ‘id’ attribute defined to later be updated . Without the ‘id’ the update cannot be applied anyway (is ignored client side).

        Show
        Mircea Toma added a comment - - edited Applied fix that selects only the elements that have their ‘id’ attribute defined to later be updated . Without the ‘id’ the update cannot be applied anyway (is ignored client side).
        Hide
        Liana Munroe added a comment -

        Verified icefaces trunk r49113.
        Ran samples (auctionMonitor, address, component-showcase jsp, facelets and facelets-enh) no new issues found.

        Show
        Liana Munroe added a comment - Verified icefaces trunk r49113. Ran samples (auctionMonitor, address, component-showcase jsp, facelets and facelets-enh) no new issues found.

          People

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

            Dates

            • Created:
              Updated:
              Resolved: