[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-573) Seam-managed persistence contexts and entities in the session

Gavin King (JIRA) jira-events at jboss.com
Thu Dec 7 20:47:55 EST 2006


Seam-managed persistence contexts and entities in the session
-------------------------------------------------------------

                 Key: JBSEAM-573
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-573
             Project: JBoss Seam
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.1.0.CR2
            Reporter: Gavin King
         Assigned To: Gavin King
            Priority: Blocker
             Fix For: 1.1.0.GA


Major oversight: session passivation and re-activation preserves references in SFSBs and JavaBean components due to ManagedEntityIdentityInterceptor. But an entity bean sitting directly in the session or conversation context does not get re-attached to the persistence context.

Need to fix this by wrapping the entity in a HttpSessionActivationListener.

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

        



More information about the seam-issues mailing list