]
John Ament reassigned SEAMJCR-13:
---------------------------------
Assignee: (was: John Ament)
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
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.