You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Zhou (JIRA)" <ji...@apache.org> on 2011/01/16 04:08:45 UTC

[jira] Created: (FELIX-2782) Unable to delete nodes

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


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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.