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

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


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


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