[dna-issues] [JBoss JIRA] Commented: (DNA-194) Implement update JCR capability
Randall Hauch (JIRA)
jira-events at lists.jboss.org
Fri Mar 20 14:24:22 EDT 2009
[ https://jira.jboss.org/jira/browse/DNA-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12458431#action_12458431 ]
Randall Hauch commented on DNA-194:
-----------------------------------
Added most of the infrastructure to allow updates to the SessionCache. The cached representations of the nodes are changed and corresponding requests are accumulated in a Graph.Batch that are sent to the repository store when SessionCache.save() is called. This implementation hooks some of the infrastructure up to the JcrAbstractNode implementation, although more tests need to be written to verify the behavior.
Currently, only deleting nodes has been tested and is thought to be complete. Changing properties, creating children, and moving nodes are partially implemented. (Some changes to the node type manager are required, but there is currently an ongoing refactoring of JcrNodeTypeManager. This is the primary reason for committing this partially-complete work.)
> Implement update JCR capability
> -------------------------------
>
> Key: DNA-194
> URL: https://jira.jboss.org/jira/browse/DNA-194
> Project: DNA
> Issue Type: Sub-task
> Components: JCR
> Reporter: Johnny Verhaeg
> Assignee: Randall Hauch
> Fix For: 0.4
>
> Attachments: dna-194-session-cache.patch, DNA-194_move_value_cast.patch
>
>
--
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 dna-issues
mailing list