[jbossseam-issues] [JBoss JIRA] Resolved: (JBSEAM-3782) allow callbacks to components that implement HttpSessionActivationListener interface

Dan Allen (JIRA) jira-events at lists.jboss.org
Thu Dec 4 03:06:37 EST 2008


     [ https://jira.jboss.org/jira/browse/JBSEAM-3782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Allen resolved JBSEAM-3782.
-------------------------------

    Resolution: Done


commit 9715

> allow callbacks to components that implement HttpSessionActivationListener interface
> ------------------------------------------------------------------------------------
>
>                 Key: JBSEAM-3782
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3782
>             Project: Seam
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.1.1.CR1
>            Reporter: Dan Allen
>            Assignee: Dan Allen
>             Fix For: 2.1.1.CR2
>
>   Original Estimate: 4 hours
>  Remaining Estimate: 4 hours
>
> Seam adds the HttpSessionActivationListener interface to all non-EJB components to capture session passivation and activation events. Seam then channels these callbacks to the @PrePassivate and @PostActivate methods on the component, respectively. However, Seam is not honoring components which might have already implemented this interface. Allow calls to sessionWillPassivate and sessionDidActivate to proceed on to the component if the bean class implements HttpSessionActivationListener.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list