[seam-issues] [JBoss JIRA] Created: (SEAMJCR-13) Seam Managed JCR Sessions

John Ament (JIRA) jira-events at lists.jboss.org
Sun Mar 6 20:00:46 EST 2011


Seam Managed JCR Sessions
-------------------------

                 Key: SEAMJCR-13
                 URL: https://issues.jboss.org/browse/SEAMJCR-13
             Project: Seam JCR
          Issue Type: Feature Request
          Components: CDI & Injection API
            Reporter: John Ament
            Assignee: John Ament
             Fix For: 3.0.0.Beta1


Similar to Seam Persistence's Seam Managed PersistenceContext & Hibernate Session, we should support JCR Sessions in the same manner.  This should tie the injection of an object to be bound to a request level, or similar context, and tying in the session.save & logout methods to happen at the end of the request.

In the case of events, where they are triggered after logging out, to avoid a long loop or bad setup, developers will need to use dependent sessions if they want to modify node state as a part of an event.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the seam-issues mailing list