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=34204>.
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=34204





------- Additional Comments From [EMAIL PROTECTED]  2005-03-31 03:52 -------
Thank you so much for your support.

But, the patch seems not to modify FileConfigurationDelegate in 
XMLConfiguration. Because AbstractFileConfiguration#load(URL url) calls 
FileConfigurationDelegate#load(Inputstream), XMLConfiguration#load(Inputstrem) 
will not be called when I use ConfigurationFactory#getConfiguration().
Here is the its sample. I'm Sorry that it is not patch...


private class FileConfigurationDelegate extends AbstractFileConfiguration {
  public void load(InputStream in) throws ConfigurationException   // add this
  {                                                                // add this
      UseXmlEncodingHierarchicalXMLConfiguration.this.load(in);    // add this
  }                                                                // add this
  public void load(Reader in) throws ConfigurationException

-- 
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