Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 2997 invoked from network); 27 Jul 2005 19:08:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2005 19:08:48 -0000 Received: (qmail 39384 invoked by uid 500); 27 Jul 2005 19:08:42 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 39249 invoked by uid 500); 27 Jul 2005 19:08:42 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 39172 invoked by uid 99); 27 Jul 2005 19:08:41 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 12:08:33 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 204BDE0; Wed, 27 Jul 2005 21:08:29 +0200 (CEST) From: bugzilla@apache.org To: commons-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 35857] - [configuration] addNodes() does not work X-Bugzilla-Reason: AssignedTo Message-Id: <20050727190829.204BDE0@ajax.apache.org> Date: Wed, 27 Jul 2005 21:08:29 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=35857 oliver.heger@t-online.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO ------- Additional Comments From oliver.heger@t-online.de 2005-07-27 21:08 ------- I suppose the problem lies in your call to clearTree(). This method removes all children of the nodes in your list. addNodes() should work with complete new node hierarchies. I just found out that there is obviously no unit test for the addNodes() method. Don't know, why. I created a new test in TestHierarchicalConfiguration, which adds some new field nodes to a table. This works as expected. Please double check. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org