[jboss-jira] [JBoss JIRA] (AS7-5586) @PreDestroy not called on view scoped managed bean

Anders Jespersen (JIRA) jira-events at lists.jboss.org
Wed Apr 17 03:13:55 EDT 2013


    [ https://issues.jboss.org/browse/AS7-5586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767859#comment-12767859 ] 

Anders Jespersen edited comment on AS7-5586 at 4/17/13 3:13 AM:
----------------------------------------------------------------

testet with our own application. We don't use @PreDestroy, only some @ViewScoped managedbeans that are never released by the webcontainer, ie we run out of memory. 
I think this issue is a resolved the way AS7-6709 is (by new JSF-impl), thats why I commented it, so someone might close it or some such thing :)
                
      was (Author: andersbohn):
    testet with our own application. We don't use @PreDestroy, only some @ViewScoped managedbeans that are never released by the webcontainer, ie we run out of memory. 
I think this issue is a resolved the way AS7-6709 is (by new JSF-impl), thats why I commented it, someone might close it or some such thing :)
                  
> @PreDestroy not called on view scoped managed bean
> --------------------------------------------------
>
>                 Key: AS7-5586
>                 URL: https://issues.jboss.org/browse/AS7-5586
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: JSF
>    Affects Versions: 7.1.1.Final, 7.1.2.Final (EAP)
>         Environment: Initializing Mojarra 2.1.7-jbossorg-2 (20120412-0335) and all native Jboss JSF impl
>            Reporter: Mauricio Fenoglio
>            Assignee: Stan Silvert
>              Labels: jsf2, jsf21, memoryleak
>         Attachments: InjectionTest.jar, InjectionTest.war, InjectionTest.war, InjectionTestV2.jar, TestingJSFMemoryLeak-1.0-SNAPSHOT.war
>
>
> All JSF ManagedBean are not destroyed and generate a great memory problem.
> This happen for View Scopes
> Nor are running @PreDestroy
> It is not possible to have production environments with jsf, so it is a blocker issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list