Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 23211 invoked from network); 30 Sep 2003 21:55:13 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 30 Sep 2003 21:55:13 -0000 Received: (qmail 86717 invoked by uid 500); 30 Sep 2003 21:54:52 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 86678 invoked by uid 500); 30 Sep 2003 21:54:52 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 86610 invoked from network); 30 Sep 2003 21:54:51 -0000 Received: from unknown (HELO out005.verizon.net) (206.46.170.143) by daedalus.apache.org with SMTP; 30 Sep 2003 21:54:51 -0000 Received: from verizon.net ([139.85.116.119]) by out005.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030930215458.KZZM15786.out005.verizon.net@verizon.net> for ; Tue, 30 Sep 2003 16:54:58 -0500 Message-ID: <3F79FBA9.3050203@verizon.net> Date: Tue, 30 Sep 2003 17:54:49 -0400 From: Vadim Gritsenko User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030925 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: not working samples References: <3F79E4E1.4050803@virbus.de> <3F79EFD6.90809@verizon.net> In-Reply-To: <3F79EFD6.90809@verizon.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out005.verizon.net from [139.85.116.119] at Tue, 30 Sep 2003 16:54:53 -0500 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Vadim Gritsenko wrote: > I wonder how many examples not working because of Xerces upgrade? With > previous version, 2.4.0, I''d never seen "SAX2 driver class > org.apache.xerces.parsers.SAXParser does not implement XMLReader" -- > which now pops up every time you start up Jetty. Is it Xerces or is it > something else? Should we downgrade for the 2.1.2 release? Removing all duplicate jars solved this issue... So, xerces is ok. It's still not clear why batik samples stopped working. Vadim