You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/02/25 17:50:06 UTC

DO NOT REPLY [Bug 6656] New: - WebappClassLoader does not load packages in javax.xml.*

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: tomcat-dev@jakarta.apache.org
        ReportedBy: lei@audiumcorp.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>