Hi,

possible, I have to try it out BUT jetspeed 1-3a1 still works fine out of
the box so why should a2 fail?. Did the guys change the XML parser? The
stack trace is saying something esle abt a missing method.

In general, across my apps, the XML parser thing is driving me up the wall
with the incompatibilities. :(


Lionel

org.apache.turbine.util.TurbineException: Error rendering Velocity template:
/controls/html/jetspeed.vm: Error rendering Velocity template:
/controls/html/jetspeed.vm: Invocation of method 'getContent' in class
org.apache.jetspeed.portal.portlets.NewRSSPortlet threw exception class
java.lang.NoSuchMethodError


----- Original Message -----
From: "hicham medkouri" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 06, 2001 6:10 AM
Subject: Re: CVS build for WAR giving this error


> Hi All,
>
> I have also this error, after a lot investigation, I found why.
> I use Tomcat 3.2.2 as servlet container and his classpath is setting with
an
> old SAXParser (parser.jar).
> So I set statically the classpath in order to use xalan-2.0.1 and
> xerces_1_3_1.jar first like that
> echo Setting your CLASSPATH statically.
> if exist "%TOMCAT_HOME%\lib\xalan-2.0.1.jar" set
> CP=%CP%;%TOMCAT_HOME%\lib\xalan-2.0.1.jar
> if exist "%TOMCAT_HOME%\lib\xerces_1_3_1.jar" set
> CP=%CP%;%TOMCAT_HOME%\lib\xerces_1_3_1.jar
> if exist "%TOMCAT_HOME%\lib\ant.jar" set CP=%CP%;%TOMCAT_HOME%\lib\ant.jar
> if exist "%TOMCAT_HOME%\lib\jasper.jar" set
> CP=%CP%;%TOMCAT_HOME%\lib\jasper.jar
> if exist "%TOMCAT_HOME%\lib\jaxp.jar" set
CP=%CP%;%TOMCAT_HOME%\lib\jaxp.jar
> if exist "%TOMCAT_HOME%\lib\parser.jar" set
> CP=%CP%;%TOMCAT_HOME%\lib\parser.jar
> if exist "%TOMCAT_HOME%\lib\servlet.jar" set
> CP=%CP%;%TOMCAT_HOME%\lib\servlet.jar
> if exist "%TOMCAT_HOME%\lib\webserver.jar" set
> CP=%CP%;%TOMCAT_HOME%\lib\webserver.jar
>
> Now it works fine.
>
> Hicham
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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

Reply via email to