[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-3710) For JavaBeans, investigate moving MEI functionality into @PostActivte/@PrePassivate

Shane Bryzak (JIRA) jira-events at lists.jboss.org
Tue Dec 2 09:27:36 EST 2008


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

Shane Bryzak updated JBSEAM-3710:
---------------------------------

    Fix Version/s: 2.1.2.CR1
                       (was: 2.1.1.CR2)


> For JavaBeans, investigate moving MEI functionality into @PostActivte/@PrePassivate
> -----------------------------------------------------------------------------------
>
>                 Key: JBSEAM-3710
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3710
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Core
>            Reporter: Pete Muir
>            Priority: Critical
>             Fix For: 2.1.2.CR1
>
>
> This is possible only in JavaBeans as the HttpSession is passed as an arguement to the sessionWillPassivate/sessionWillActivate call, and we can store the conversationId in @AroundInvoke method. In EJBs, the passivation/activation happens independently of the HttpSession.
> This should be a performance improvement, @PrePassivate (serialize out entities) will be called just as much, but @PostActivate will be called a lot less.

-- 
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