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=15435>. 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=15435 New Preferences Architecture ------- Additional Comments From [EMAIL PROTECTED] 2003-09-04 07:35 ------- A comment about classloaders to finde the properties file. We must be very careful about this and be as much compatible with other components i.e. handle it the same way. I am not 100% sure but I think the 'most common' procedure is a follows: 1. Try the current thread's context ClassLoader (if not null) and look for the properties file 2. Try the ClassLoader that loaded the class and look for the properties file 3. Use the Jar file service provider mechanism (see http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html) We must check other projects like Xerces, JCE how they handle ClassLoaders. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
