Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 77498200BA8 for ; Sun, 9 Oct 2016 16:30:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 75F48160AC3; Sun, 9 Oct 2016 14:30:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B4FB9160ADA for ; Sun, 9 Oct 2016 16:30:22 +0200 (CEST) Received: (qmail 46500 invoked by uid 500); 9 Oct 2016 14:30:21 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 46402 invoked by uid 99); 9 Oct 2016 14:30:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2016 14:30:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 928842C0B04 for ; Sun, 9 Oct 2016 14:30:21 +0000 (UTC) Date: Sun, 9 Oct 2016 14:30:21 +0000 (UTC) From: "Carsten Ziegeler (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (FELIX-2782) Unable to delete nodes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 09 Oct 2016 14:30:23 -0000 [ https://issues.apache.org/jira/browse/FELIX-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned FELIX-2782: --------------------------------------- Assignee: Carsten Ziegeler > Unable to delete nodes > ---------------------- > > Key: FELIX-2782 > URL: https://issues.apache.org/jira/browse/FELIX-2782 > Project: Felix > Issue Type: Bug > Components: Preferences Service > Affects Versions: prefs-1.0.4 > Reporter: Zhou > Assignee: Carsten Ziegeler > Fix For: prefs-1.0.8 > > > For example, I have these nodes under system preferences: > /A/a1 > /A/a2 > and I use removeNode() on node A. and flush the system preferences root node. > and I start creating the same structure, i.e. > /A/a1 > /A/a2 > what I actually get by invoking childrenNames() on node A is now four nodes, i.e. a1,a2,a1,a2, which means the node A never really got removed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)