Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 24677 invoked by uid 500); 3 Sep 2002 14:22:35 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 24666 invoked from network); 3 Sep 2002 14:22:35 -0000 From: "Enke, Michael" To: cocoon-dev@xml.apache.org Message-ID: <3D74C726.D42CFF6A@wincor-nixdorf.com> Date: Tue, 03 Sep 2002 16:28:54 +0200 Organization: Wincor Nixdorf International GmbH & Co. KG X-Mailer: Mozilla 4.77 [de] (X11; U; Linux 2.4.4-4GB i686) X-Accept-Language: en-US, de-DE, es-CO, en-GB MIME-Version: 1.0 Subject: Re: default xsl transformer? References: <3D74A687.5AD7BF32@wincor-nixdorf.com> <3D74B92F.40505@verizon.net> <3D74BBC3.CA417BF5@wincor-nixdorf.com> <3D74C372.3080300@verizon.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Vadim Gritsenko wrote: > > Enke, Michael wrote: > > >Vadim Gritsenko wrote: > > > > > >>>Q.2) From where TraxTransformer knows which one to use if no is given? > >>> > >>> > >>> > >> From configuration only. > >> > >> > > > >>From cocoon.roles? > > > >I have the problem that if I use in xsl transformation > >I get a NullpointerException after some hundred elements. > > > > This is not helpful. Where it happens? Original exception : java.lang.NullPointerException at java.lang.System.arraycopy(Native Method) at org.apache.xml.utils.FastStringBuffer.append(FastStringBuffer.java:642) at org.apache.xml.dtm.ref.sax2dtm.SAX2DTM.characters(SAX2DTM.java:1825) at org.apache.xml.dtm.ref.IncrementalSAXSource_Filter.characters(IncrementalSAXSource_Filter.java:257) at org.apache.xalan.transformer.TransformerHandlerImpl.characters(TransformerHandlerImpl.java:572) at org.apache.cocoon.xml.AbstractXMLPipe.characters(AbstractXMLPipe.java:159) at org.apache.cocoon.xml.AbstractXMLPipe.characters(AbstractXMLPipe.java:159) at org.apache.cocoon.transformation.I18nTransformer.characters(I18nTransformer.java:905) ... But in I18nTransformer the method call to characters(char[], int, int) is definitively correct. So I thought: get the newest xalan-2.4.D1.jar but the Exception is exactly the same, even in the same Sourceline: 572. Than I thought: that cann't be and tried to remove xalan.jar and xsltc.jar but the result is the same!? This happens only if I have in the stylesheet. Michael --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org