[dna-issues] [JBoss JIRA] Commented: (DNA-478) Refresh does not properly reflect changes made in other sessions

Randall Hauch (JIRA) jira-events at lists.jboss.org
Thu Aug 27 10:08:24 EDT 2009


    [ https://jira.jboss.org/jira/browse/DNA-478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12483039#action_12483039 ] 

Randall Hauch commented on DNA-478:
-----------------------------------

Several TCK unit tests were reporting this issue as an error.  The problem stemmed from an improperly-coded method that was attempting to refresh the children of a node, where one (or more) of the children had been changed/created locally in the session.  The method was in fact (partially) losing those local changes and was actually corrupting the cached state.  This method has been fixed and now correctly updates those children.  The TCK unit tests were uncommented, since they now pass.

> Refresh does not properly reflect changes made in other sessions
> ----------------------------------------------------------------
>
>                 Key: DNA-478
>                 URL: https://jira.jboss.org/jira/browse/DNA-478
>             Project: DNA
>          Issue Type: Bug
>          Components: JCR
>    Affects Versions: 0.5
>            Reporter: Randall Hauch
>            Assignee: Randall Hauch
>            Priority: Blocker
>             Fix For: 0.6
>
>
> Currently, the SessionCache and GraphSession do not perform the refresh operation correctly.  Any changes made to the graph from another session are not read and reflected properly.
> Several TCK unit tests and DNA unit tests were commented out because of this issue.

-- 
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