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=22644>. 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=22644 FactoryFinder should attempt to use Context ClassLoader. ------- Additional Comments From [EMAIL PROTECTED] 2003-08-22 18:02 ------- I checked in the nightly build: http://cvs.apache.org/snapshots/xml-xalan/xml-xalan_20030822161431.tar.gz And is still isn't attempting to use the Thread's context ClassLoader. I'm responsible for the ClasssLoading system in our J2EE application server (and J2EE configuration and application loading system), and I'm trying to do the right thing for our customers (and document it, so they can use whichever XML parser they like in their web app). It seems that the FactoryFinder class that xerces uses (and ships with JDK 1.4.1) properly uses the context ClassLoader, but Xalan's still doesn't.
