You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2008/10/14 09:57:44 UTC

[jira] Resolved: (JCR-1783) JCR2SPI: incomplete changelog when combining move with removal of new destination parent

     [ https://issues.apache.org/jira/browse/JCR-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

angela resolved JCR-1783.
-------------------------

    Resolution: Fixed

fixed as follows:

- changed transient state manager to record all transient modifications without
  making any attempt to optimize the list of operations.
- Upon Item.save() and Item.refresh(false) the changelog (or a subset) is created
  containing all relevant operations.
- Upon ChangeLog.persisted all operations are notified about completion and delegate
  the call to the affected hierarchy entry.
- Upon ChangeLog.undo the operations are reverted again informing the affected
  hierarchy entry.

> JCR2SPI: incomplete changelog when combining move with removal of new destination parent
> ----------------------------------------------------------------------------------------
>
>                 Key: JCR-1783
>                 URL: https://issues.apache.org/jira/browse/JCR-1783
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-jcr2spi
>            Reporter: angela
>            Assignee: angela
>             Fix For: 1.5.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.