Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 44128 invoked from network); 19 Feb 2003 06:30:41 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 19 Feb 2003 06:30:41 -0000 Received: (qmail 131 invoked by uid 97); 19 Feb 2003 06:32:25 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@nagoya.betaversion.org Received: (qmail 124 invoked from network); 19 Feb 2003 06:32:24 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 19 Feb 2003 06:32:24 -0000 Received: (qmail 43194 invoked by uid 500); 19 Feb 2003 06:30:30 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 43182 invoked from network); 19 Feb 2003 06:30:30 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 19 Feb 2003 06:30:30 -0000 Received: (qmail 117 invoked by uid 50); 19 Feb 2003 06:32:13 -0000 Date: 19 Feb 2003 06:32:13 -0000 Message-ID: <20030219063213.116.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 17190] New: - Classloader-problem with xerces not seeing webapp-classes X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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: tomcat-dev@jakarta.apache.org ReportedBy: Suran@gmx.net 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: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org