Node.update() does not work correct for SNS
-------------------------------------------

         Key: JCR-435
         URL: http://issues.apache.org/jira/browse/JCR-435
     Project: Jackrabbit
        Type: Bug

    Versions: 1.0, 0.9    
    Reporter: 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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to