Re: [Cruisecontrol-user] Error in the XSLT

"emerson cargnin" <[email protected]> Mon, 5 Jun 2006 12:01:44 +0100
Newsgroups gmane.text.xml.resin.user,gmane.comp.java.cruise-control.user
Message-ID <[email protected]>
I've added this to web.xml

<system-property org.xml.sax.driver="org.apache.xerces.parsers.SAXParser"/>


http://www.caucho.com/resin-3.0/xml/jaxp.xtp says that cocoon users
might need it, so I gave it a try!

..and it seems to have worked.
You could have that on your documentation....

emerson cargnin
On 02/06/06, emerson cargnin <[email protected]> wrote:
> Still not working, using CC 2.5 now, I tried to add xalan lib's with
> system-properties at resin.conf and after to web.xml. But still having
> the same problem:
>
>
> (Location of error unknown)com.caucho.xml.XmlParseException:
> stream:4987: expected character in cdata at `�' (\ufffd)
>
>
> I have in the web.xml:
>
> <system-property
> javax.xml.parsers.DocumentBuilderFactory="org.apache.xerces.jaxp.DocumentBuilderFactoryImpl"/>
>  <system-property
> javax.xml.parsers.SAXParserFactory="org.apache.xerces.jaxp.SAXParserFactoryImpl"/>
>  <system-property
> javax.xml.transform.TransformerFactory="org.apache.xalan.processor.TransformerFactoryImpl"/>
>
> I think I'll end up having to change the app server....
>
> On 30/05/06, emerson cargnin <[email protected]> wrote:
> > I got that working using embedded jetty, I think that specifying the
> > XSLT engine in resin would work as well...
> >
> > On 30/05/06, Hack Kampbjørn <[email protected]> wrote:
> > > > -----Original Message-----
> > > > From: [email protected]
> > > > [mailto:[email protected]] On
> > > > Behalf Of emerson cargnin
> > > > Sent: 30. maj 2006 14:58
> > > > To: [email protected]
> > > > Subject: Re: [Cruisecontrol-user] Error in the XSLT
> > > >
> > > >
> > > > I updated to cc 2.5, but still get the same error :(
> > > > please anyone has an idea?
> > >
> > > This looks like an encoding mismatch. I thought we had fixed them all in CC 2.5
> > >
> > > >
> > > > On 30/05/06, emerson cargnin <[email protected]> wrote:
> > > > > This is driving me crazy, I had a CC 2.2.1 that worked until friday,
> > > > > and know when it is about to transform the log into the
> > > > html it gives
> > > > > me message below. I could transform the file locally using the log
> > > > > file and the unittests.xsl or testdetails.xsl XSLT files...
> > >
> > > Are you using com.caucho.xsl when you are doing it manually? I have only tested the XSL part with xerces/xalan.
> > >
> > > > >
> > > > >
> > > > > 12:52:12.346] com.caucho.xsl.TransformerExceptionWrapper:
> > > > > com.caucho.xml.XmlParseException: stream:2734: expected character in
> > > > > cdata at `ý' (\ufffd)
> > > > > [12:52:12.346] com.caucho.xsl.TransformerExceptionWrapper:
> > > > > com.caucho.xml.XmlParseException: stream:2734: expected character in
> > > > > cdata at `ý' (\ufffd)
> > > > > [12:52:12.346]  at
> > > > > com.caucho.xsl.TransformerImpl.transform(TransformerImpl.java:319)
> > > > > [12:52:12.346]  at
> > > > >
> > > > net.sourceforge.cruisecontrol.taglib.XSLTag.transform(XSLTag.java:115)
> > > > > [12:52:12.346]  at
> > >
> > >
> > > _______________________________________________
> > > Cruisecontrol-user mailing list
> > > [email protected]
> > > https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
> > >
> >
>