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

Classloader-problem with xerces not seeing webapp-classes

           Summary: Classloader-problem with xerces not seeing webapp-
                    classes
           Product: Tomcat 4
           Version: 4.1.18
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Unknown
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


This is similar to bug  16221 but way more serious.
We have a web-application that uses Xerces2 and gives
it a class-name to instanciate for the document-class.
However since tomcat uses Xerces2 now (4.0.3 with xerces1
works fine) the endorsed xerces2 is used. But this xerces2
does not see the classes of the servlet's war-file or the
libraries therein that it was called from and thus does
not function correctly aynmore.
Due to bug 16221 we cannot use the xerces2 (that is _not_
part of j2se or the servlet-api) inside our war-file as
stated in the documentation.
It does work if our application-classes are copied to the endored-
directory and we could not make xerces2 not globaly visible by
having it in the server/lib -directory.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to