Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 39428 invoked from network); 3 Nov 2009 12:12:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Nov 2009 12:12:47 -0000 Received: (qmail 34864 invoked by uid 500); 3 Nov 2009 12:12:43 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 34771 invoked by uid 500); 3 Nov 2009 12:12:42 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 34760 invoked by uid 99); 3 Nov 2009 12:12:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2009 12:12:42 +0000 X-ASF-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bimargulies@gmail.com designates 209.85.219.216 as permitted sender) Received: from [209.85.219.216] (HELO mail-ew0-f216.google.com) (209.85.219.216) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2009 12:12:40 +0000 Received: by ewy12 with SMTP id 12so512475ewy.0 for ; Tue, 03 Nov 2009 04:12:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=S7w2tEk+Vf5+1MI/UjVdY0C8CjlVhHtNAKG3k6E7+f8=; b=VuYb8kLoWp3RQiaM6FK53GDwhs5++dKKEZmAN6CUjU15D5l7Dc+6w2+fert/aMOf+D osNDx9sNc7cbRUFo+W9gvIxOtjUCCPah0xAu1ISRZv5pubRKd5hzH7ySlGGmLSFl8GRW yJA8o5VHV9r+2HCw5nl/9SPPlvGVgN1UbJD3E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=fNki+1e7IcZJ5ls/xVS6/6n4givi2Iyy5TWi8QVLtYs8oXLcsw/Ps+gAif42ZGIHba IZscYN+Pk5Pgc29OJqcJ2XO1bQEEZ2CbQhZaouSfadQfMJwuGAsWyEynAF32FU8Cp0Kw t9buHGBC3CmfytSLTsFRxjEbnCU+g5R2u8jII= MIME-Version: 1.0 Received: by 10.216.86.83 with SMTP id v61mr858741wee.80.1257250338619; Tue, 03 Nov 2009 04:12:18 -0800 (PST) Date: Tue, 3 Nov 2009 07:12:18 -0500 Message-ID: <61b5d9410911030412h7deb5830va97839220408404@mail.gmail.com> Subject: Tomcat Xalan classpath problem From: Benson Margulies To: users@tomcat.apache.org Content-Type: multipart/alternative; boundary=0016e6d77d12d3c3750477766731 --0016e6d77d12d3c3750477766731 Content-Type: text/plain; charset=UTF-8 I have a webapp that makes calls to the JAXP 1.4/Java 1.6 APIs that allow the caller to pass in the class name of implementation classes. It all works find standalone. It works fine in Jetty. It fails in Tomcat 6.0.20. The error is a missing method in a Xalan class; as if Tomcat has somehow gotten an older version of Xalan into the classpath. I don't see any likely suspects in the Tomcat tree, so I'm momentarily mystified. --0016e6d77d12d3c3750477766731--