Return-Path: Delivered-To: apmail-xmlgraphics-batik-users-archive@www.apache.org Received: (qmail 20820 invoked from network); 20 Oct 2010 19:37:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Oct 2010 19:37:52 -0000 Received: (qmail 44123 invoked by uid 500); 20 Oct 2010 19:37:51 -0000 Delivered-To: apmail-xmlgraphics-batik-users-archive@xmlgraphics.apache.org Received: (qmail 44089 invoked by uid 500); 20 Oct 2010 19:37:51 -0000 Mailing-List: contact batik-users-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: batik-users@xmlgraphics.apache.org Delivered-To: mailing list batik-users@xmlgraphics.apache.org Received: (qmail 44077 invoked by uid 99); 20 Oct 2010 19:37:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 19:37:51 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [204.13.248.71] (HELO mho-01-ewr.mailhop.org) (204.13.248.71) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 19:37:44 +0000 Received: from static-196-42-40-55.coqui.net ([196.42.40.55] helo=SERVER-A.spectron-msim.com) by mho-01-ewr.mailhop.org with esmtpa (Exim 4.68) (envelope-from ) id 1P8eTS-000FU9-HF for batik-users@xmlgraphics.apache.org; Wed, 20 Oct 2010 19:37:22 +0000 Received: from [192.168.10.41] (unknown [196.42.40.55]) by SERVER-A.spectron-msim.com (Postfix) with ESMTP id 19A9511E1B0D for ; Wed, 20 Oct 2010 15:37:20 -0400 (AST) X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 196.42.40.55 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19AtREB1yH3YqnjvYqBSUqp Message-ID: <4CBF44EE.3050607@spectron-msim.com> Date: Wed, 20 Oct 2010 15:37:18 -0400 From: Fawzib Rojas User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: batik-users@xmlgraphics.apache.org Subject: Re: Batik problems in Cocoon 2.2 References: <4CBDFA17.7060809@spectron-msim.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 10/19/2010 4:59 PM, jonathan wood wrote: > Greetings, > > This is almost certainly a namespace issue. I'd suggest the > following 3 things: > > - Check and/or post your parse sequence using SAXSVGDocumentFactory. > (less likely if unchange during upgrades) I don't know how to do that, never worked with Batik until now. The source of the cocoon-batik-block is at http://www.megaupload.com/?d=NQBUKM9W > - Check and/or post(if of appropriate size) your raw input document. > (less likely if unchange during upgrades) > The input document im using for testing is tiger.svg (from http://croczilla.com/bits_and_pieces/svg/samples/) works with cocoon 2.1 and fop-0.20.5. > - Check your classpath for duplicate (xmlparsing?) jars with > differing versions. The xercesImpl 2.8.1 was being included in the webapp, afaik the jdk 1.6 has in included, I changed the pom.xml to exclude xerces, compiled and still get the same error. > Happy to help further if needed... more detail always useful. All the detail is in the file, SVGBuilder.java is the SAXSVGDocumentFactory derived object. SVGSerializerNG.java is where the transcoding code is (notify function). And thanks for the help, I've been pulling my hair with this for over a month. The change to cocoon 2.2 was painful enough (i dont like maven) I hope i can solve this last problem. :) --------------------------------------------------------------------- To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org