[dna-issues] [JBoss JIRA] Resolved: (DNA-354) JcrSession.hasPendingChanges Is Not Implemented

Randall Hauch (JIRA) jira-events at lists.jboss.org
Wed Apr 15 08:51:22 EDT 2009


     [ https://jira.jboss.org/jira/browse/DNA-354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Randall Hauch resolved DNA-354.
-------------------------------

    Fix Version/s: 0.4
       Resolution: Done
         Assignee: Randall Hauch


Applied the patch (with changes) that implements this method by checking the SessionCache for unsaved (pending) changes.  The patch had checked the 'changes' map to determine whether there were changes, but this misses deletes.  Added a method to SessionCache that determines whether there are any pending changes, and implemented this method by checking whether there are any pending operations.

> 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