Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-1226

Allow nodes (and subgraphs) to be detached from the session and reattached to another session

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Won't Do
    • Major
    • 4.4.0.Final
    • 2.5.0.Final
    • API, JCR
    • Medium

    Description

      This was inspired by a question by Gert-Jan on StackOverflow.

      It is not possible to read properties from a node once the session has been closed. It would be useful to provide a way for the node to be detached from the session (prior to the session being closed), at which point all of the properties would be stored locally within the node. It might also be useful to allow the node to be reattached to another session, at which point the node object should reflect the current state of that node within the new session.

      This would actually be quite straightforward if the "detach()" and "attach()" methods returned a Node reference (which may or may not be the same object upon which the method was called). But that might make it more difficult to use.

      Attachments

        Activity

          People

            rhauch Randall Hauch (Inactive)
            rhauch Randall Hauch (Inactive)
            Votes:
            4 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: