Return-Path: Mailing-List: contact general-help@xml.apache.org; run by ezmlm Delivered-To: mailing list general@xml.apache.org Received: (qmail 97681 invoked from network); 11 Jul 2000 21:35:13 -0000 Received: from unknown (HELO phlexch02.aatlas.com) (63.86.141.27) by locus.apache.org with SMTP; 11 Jul 2000 21:35:13 -0000 Received: by phlexch02.atlascommerce.com with Internet Mail Service (5.5.2650.21) id <3KS8BQNK>; Tue, 11 Jul 2000 17:37:16 -0400 Received: from endlap201 (63.92.0.67 [63.92.0.67]) by phlexch01.aatlas.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 336GWKKS; Tue, 11 Jul 2000 17:37:17 -0400 From: "Longstrom, Ed" Reply-To: "Longstrom, Ed" To: general@xml.apache.org Subject: Xerces calls SAXParserFactoryImpl but doesn't have it? Date: Tue, 11 Jul 2000 17:35:41 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal In-Reply-To: Here is the error I am getting when attempting to invoke the newInstance method from the SAXParserFactory class: javax.xml.parsers.FactoryConfigurationError: Cannot load class SAXParserFactory class "org.apache.xerces.jaxp.SAXParserFactoryImpl" This file doesn't seem to be in the Xerces 1.1.1 or 1.1.2, but it is in one of the Developer Releases http://xml.apache.org/from-cvs/xml-xerces/. It was just interesting since this is called by Xerces itself. Any background on this? And would it be wise to add this from the Dev release to the current jar file? Thanks.