Gianugo and Tom,

Thank you for keeping this effort rolling.

Please continue copying your messages to the cocoon-dev list in case someone
else wants to help.


Ivelin



----- Original Message -----
From: "Gianugo Rabellino" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "cocoon" <[EMAIL PROTECTED]>
Sent: Thursday, June 06, 2002 8:50 AM
Subject: Re: Fw: XSLTC and Cocoon


> Tom Amiro wrote:
> > Hi Gianugo,
> >
> > That's strange. I just unjar'd the cocoon.war file from my webapps
> > directory and looked at the cocoon.xconf file. It had
> >
> >   <xslt-processor
class="org.apache.cocoon.components.xslt.XSLTProcessorImpl"
logger="core.xslt-processor">
> >      <parameter name="transformer-factory"
value="org.apache.xalan.xsltc.trax.TransformerFactoryImpl"/>
> >      <parameter name="use-store" value="true"/>
> >      <parameter name="incremental-processing" value="false"/>
> >   </xslt-processor>
> >
> > So the transformer-factory param does have the closing /. Don't know how
the snippet
> > cut and pasted in my email was wrong.
>
> Weird... :-/
>
> >
> > Anyway, please send the war file that you got the trace with and tell me
the steps
> > you did before getting the XSLTC error.
>
>
> I'll send you in a minute a temporary download location: I'm uploading
> via my poor ADSL a 15+MB file to a server, it will take some time. :-)
>
> What I did was just re-warring up for you my current Catalina cocoon
> directory, so that you should *not* encounter any problem (well,
> hopefully ;-)). It's already set up for XSLTC using the jar you sent me.
>
> In WEB-INF/logs you can also find my attempts to have it working, to no
> avail. The Cocoon front page loads (well, no wonder, being it static
> XHTML) but XSL trasformations don't.
>
> If you want, we can meet online (irc is my favourite) so that we can try
> interactively to make it work.
>
> I'll send you the location in a minute (13MB still to go... :-))
>
> Ciao,
>
> --
> Gianugo Rabellino
>
> >
> > Thanks,
> >
> > Tom
> > Gianugo Rabellino wrote:
> >
> >>Tom Amiro wrote:
> >>
> >>>Gianugo,
> >>>
> >>>I downloaded cocoon-2.0.2, built the cocoon.war after putting the
> >>>latest xsltc.jar in the ./lib/core directory and changing the
> >>>cocoon.xconf file in WEB-INF to specify XSLTC as the
TransformerFactoryImpl,
> >>>
> >>>
> >>>
> >>>> <xslt-processor
class="org.apache.cocoon.components.xslt.XSLTProcessorImpl">
> >>>>     <parameter name="use-store" value="true">
> >>>>     <parameter name="transformer-factory"
value="org.apache.xalan.xsltc.trax.TransformerFactoryImpl">
> >>>>  </xslt-processor>
> >>>
> >>Tom,
> >>
> >>I'm working on your issue: actually the only thing I had to change was
> >>the malformed configuration you sent me: the "transformer-factory"
> >>parameter was not closed correctly:
> >>
> >><parameter name="transformer-factory"
> >>value="org.apache.xalan.xsltc.trax.TransformerFactoryImpl">
> >>
> >>Should be:
> >>
> >><parameter name="transformer-factory"
> >>value="org.apache.xalan.xsltc.trax.TransformerFactoryImpl"/>
> >>
> >>Apart from that, I was able to run Cocoon with no problem at all (well,
> >>apart that it doesn't work with XSLTC (stack trace appended): if this
> >>was not the error, let me know and I'll package a WAR for you.
> >>
> >>TIA,
> >>
> >>--
> >>Gianugo Rabellino
> >>
> >>ERROR   (2002-06-06) 10:29.50:136
> >>[core.xslt-processor](/cocoon/samples/welcome)
> >>HttpProcessor[8080][1]/LogKitLogger: Error in TraxTransformer:
> >>javax.xml.transform.TransformerException
> >>javax.xml.transform.TransformerException
> >>        at
>
>>org.apache.xalan.xsltc.trax.TransformerImpl.postErrorToListener(Transforme
rImpl.java:698)
> >>        at
>
>>org.apache.xalan.xsltc.trax.TransformerImpl.transform(TransformerImpl.java
:657)
> >>        at
>
>>org.apache.xalan.xsltc.trax.TransformerImpl.transform(TransformerImpl.java
:210)
> >>        at
>
>>org.apache.xalan.xsltc.trax.TransformerHandlerImpl.endDocument(Transformer
HandlerImpl.java:197)
> >>        at
org.apache.cocoon.xml.AbstractXMLPipe.endDocument(AbstractXMLPipe.java:91)
> >>        at
>
>>org.apache.cocoon.transformation.TraxTransformer.recycle(TraxTransformer.j
ava:582)
> >
> >
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to