Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 72009 invoked from network); 17 Sep 2006 22:09:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Sep 2006 22:09:59 -0000 Received: (qmail 50113 invoked by uid 500); 17 Sep 2006 22:09:56 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 50044 invoked by uid 500); 17 Sep 2006 22:09:56 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 50020 invoked by uid 99); 17 Sep 2006 22:09:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Sep 2006 15:09:55 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Sep 2006 15:09:50 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1062D71430D for ; Sun, 17 Sep 2006 22:05:34 +0000 (GMT) Message-ID: <1729574.1158530734064.JavaMail.jira@brutus> Date: Sun, 17 Sep 2006 15:05:34 -0700 (PDT) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Updated: (JCR-435) Node.update() does not work correct for SNS In-Reply-To: <25081196.1147904765845.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/JCR-435?page=all ] Jukka Zitting updated JCR-435: ------------------------------ Fix Version/s: (was: 1.1) > Node.update() does not work correct for SNS > ------------------------------------------- > > Key: JCR-435 > URL: http://issues.apache.org/jira/browse/JCR-435 > Project: Jackrabbit > Issue Type: Bug > Components: core > Affects Versions: 0.9, 1.0, 1.0.1 > Reporter: Tobias Bocanegra > Assigned To: 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