DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26534>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26534 JNDIConfiguration and union configuration ------- Additional Comments From [EMAIL PROTECTED] 2004-02-15 17:41 ------- Eric, you are right, the original configs are not saved. Instead on each config the getKeys() method is called, and then all keys and their values are stored in a new Configuration object. This is probably the cause why properties obtained from a JNDIConfiguration cannot be retrieved. But again, why does the getKeys() method of JNDIConfiguration does not return a valid Iterator? Though if all values are loaded at runtime, the Configuration interface requires a getKeys() method. So it should be safe that the implementation in ConfigurationFactory relies on this. What do you think? Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
