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

Pete Muir (JIRA) jira-events at lists.jboss.org
Fri Jan 22 09:21:35 EST 2010


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

Pete Muir closed JBSEAM-3782.
-----------------------------



> 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