ICEfaces
  1. ICEfaces
  2. ICE-10491

PreDestroy annotated method not called for Window scope bean

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Won't Fix
    • Affects Version/s: EE-3.3.0.GA_P02, 4.0
    • Fix Version/s: EE-4.1.0.GA, EE-3.3.0.GA_P04
    • Component/s: Bridge, Framework
    • Labels:
      None
    • Environment:
      All

      Description

      In this scenario, a page uses a Window Scoped bean. This bean uses the @PreDestroy annotation. If the page is closed before it has a chance to finish loading this annotated method is not called. This also puts the state of new bean instances out of sync.

      The scenario is as follows with some logging:
       - Page is loaded and allowed to finish rendering and the page is closed.
      TestBean Constructor Called 31768553
      PostConstruct Called 31768553
      PreDestroy Called 31768553
       - The page is loaded again but this time it is closed before it finishes loading.
      TestBean Constructor Called 32617693
      PostConstruct Called 32617693
       - A new page instance is loaded and allowed to finish.
      TestBean Constructor Called 1021952
      PostConstruct Called 1021952
       - The previous page is closed and a new one is opened. In this instance the previous page bean is cleared when the new instance is loaded.
      PreDestroy Called 1021952
      TestBean Constructor Called 21790214
      PostConstruct Called 21790214
       - The first bean instance (32617693) that is closed before finished loading never calls it's PreDestroy method.

        Activity

        Arran Mccullough created issue -
        Arran Mccullough made changes -
        Field Original Value New Value
        Attachment Case13302Example.war [ 18380 ]
        Attachment Case13302Example.zip [ 18381 ]
        Ken Fyten made changes -
        Summary PreDestroy annotated method not call for Window scope bean PreDestroy annotated method not called for Window scope bean
        Assignee Mircea Toma [ mircea.toma ]
        Ken Fyten made changes -
        Fix Version/s 4.1 [ 11375 ]
        Fix Version/s EE-3.3.0.GA_P03 [ 11572 ]
        Ken Fyten made changes -
        Assignee Priority P3 [ 10012 ]
        Ken Fyten made changes -
        Fix Version/s EE-3.3.0.GA_P04 [ 12270 ]
        Fix Version/s EE-3.3.0.GA_P03 [ 11572 ]
        Ken Fyten made changes -
        Assignee Priority P3 [ 10012 ]
        Fix Version/s EE-4.1.0.GA [ 12171 ]
        Fix Version/s 4.1 [ 11375 ]
        Fix Version/s EE-3.3.0.GA_P04 [ 12270 ]
        Ken Fyten made changes -
        Fix Version/s EE-3.3.0.GA_P04 [ 12270 ]
        Ken Fyten made changes -
        Status Open [ 1 ] Closed [ 6 ]
        Resolution Won't Fix [ 2 ]

          People

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

            Dates

            • Created:
              Updated:
              Resolved: