DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36665>.
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=36665





------- Additional Comments From [EMAIL PROTECTED]  2005-09-15 11:07 -------
On every line read (I'm using PropertiesConfiguration), addPropertyDirect() is
called.
In BaseConfiguration, addPropertyDirect() uses getProperty() to get previous
property value. If previous value exists or is a List instance, new object is
added to it (into the existing or into a new list).
In other cases, new value is simple added to store.

So getProperty() is called, and enter a second time info reload(). If at this
time reloadingStrategy doesn't return false, an infinite loop starts.

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to