Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 7531 invoked from network); 9 Oct 2007 13:16:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2007 13:16:50 -0000 Received: (qmail 78964 invoked by uid 500); 9 Oct 2007 13:16:38 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 78593 invoked by uid 500); 9 Oct 2007 13:16:37 -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 78584 invoked by uid 99); 9 Oct 2007 13:16:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 06:16:37 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 13:16:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A3D1571422E for ; Tue, 9 Oct 2007 06:15:50 -0700 (PDT) Message-ID: <2971585.1191935750650.JavaMail.jira@brutus> Date: Tue, 9 Oct 2007 06:15:50 -0700 (PDT) From: "Dominique Pfister (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-1167) Paths not correct after reordering children MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Paths not correct after reordering children ------------------------------------------- Key: JCR-1167 URL: https://issues.apache.org/jira/browse/JCR-1167 Project: Jackrabbit Issue Type: Bug Components: jackrabbit-core Affects Versions: 1.3.3 Reporter: Dominique Pfister Assignee: Dominique Pfister Reordered, unsaved children of a node do not have the correct path. In the test case attached, the following operation is attempted with three SNS children named b[1], b[2], b[3]: the last element is ordered before the first three times, which should result in the initial children order. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.