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=6656>. 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=6656 WebappClassLoader does not load packages in javax.xml.* Summary: WebappClassLoader does not load packages in javax.xml.* Product: Tomcat 4 Version: 4.0.2 Final Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: Webapps AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The method WebappClassLoader.validate blocks out the loading of any classes belonging to javax.xml.* package in the webapps/lib and webapp/classes directory. This makes it impossible for a specific web application to use its own XML classes. Also, it makes it impossible for applications to do XSL transformation using javax.xml.transform.* classes. (We are using xalan for this). The work around would be putting the jar files in common/lib, but this is not ideal and prevents each webapp from having its own XML handling classes. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>