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.