[dna-issues] [JBoss JIRA] Commented: (DNA-354) JcrSession.hasPendingChanges Is Not Implemented
Randall Hauch (JIRA)
jira-events at lists.jboss.org
Wed Apr 15 10:15:34 EDT 2009
[ https://jira.jboss.org/jira/browse/DNA-354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12462341#action_12462341 ]
Randall Hauch commented on DNA-354:
-----------------------------------
Previous changes that were made in addition to the patch did not properly implement the hasPendingChanges method. When doing this, it was discovered that SessionCache was incorrectly creating it's Graph.Batch instance to not use the SessionCache's request builder (which used the cache's list of requests, allowing SessionCache.save(UUID) to play with the pending requests to save only those that affect the branch below the supplied UUID).
This commit corrects the implementation, and all tests now pass.
> JcrSession.hasPendingChanges Is Not Implemented
> -----------------------------------------------
>
> Key: DNA-354
> URL: https://jira.jboss.org/jira/browse/DNA-354
> Project: DNA
> Issue Type: Bug
> Components: JCR
> Reporter: Brian Carothers
> Assignee: Randall Hauch
> Priority: Minor
> Fix For: 0.4
>
> Attachments: DNA-354.patch
>
>
> The JcrSession.hasPendingChanges method is currently hard-coded to return false.
--
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