You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Stefan Guggisberg (JIRA)" <ji...@apache.org> on 2008/02/14 13:15:08 UTC

[jira] Updated: (JCR-435) Node.update() does not work correct for SNS

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

Stefan Guggisberg updated JCR-435:
----------------------------------

    Component/s:     (was: jackrabbit-core)
                 versioning

> Node.update() does not work correct for SNS
> -------------------------------------------
>
>                 Key: JCR-435
>                 URL: https://issues.apache.org/jira/browse/JCR-435
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: versioning
>    Affects Versions: 0.9, 1.0, 1.0.1
>            Reporter: Tobias Bocanegra
>            Assignee: Tobias Bocanegra
>
> when node to be updated contains same-name-sibblings, only the first child is resepcted:
> W1: 
> /a
>   /b
>     - p1
>   /b
> W2:
> /a
>   /b
> now a W2."/a/b".update() iteratates over the child nodes of "a" and updates "b" twice.
> btw: in the case where property p1 is binary, and internally kept in a tmp-file, the tmp-file gets discarded and an exception is thrown when storing the changes. this might explain some issues discribed in JCR-428.

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