Point taken, thanks. Maybe it is something else, but back when we ran into the problem (sep/oct), we noticed that RawScreen didn't work at all in 2.3 unless the presence of the Default.class page was around. There is a DefaultPage class but something is requiring a Default.class in the pages package, which I believe was the pre-2.3 situation.

I was going to get around to writing up a test for RawScreen to show this but never did. At the time there were no tests of the RawScreen classes in the tree, I haven't looked lately though. I may be able to try to get it setup today again...

Courcoux Peter, Slough wrote:
But be careful about this... Turbine can throw this exception when some
seemingly unrelated issue occurs, such as a service not starting properly. I
have seen this when the TurbinePull service has failed.

Regards,

Peter

-----Original Message-----
From: Jeffrey D. Brekke [mailto:[EMAIL PROTECTED] Sent: 19 January 2005 14:07
To: Turbine Users List
Subject: Re: RawScreen Problem


If you're getting an exception about not finding the Default page class, (we were) you could try to create one. This worked for us:

----

package [YOUR PACKAGE].modules.pages;

import org.apache.turbine.modules.pages.DefaultPage;

public class Default extends DefaultPage
{}

----

Nagendra Singh wrote:

Hi !!
I am not able to use rawscreen api in turbine 2.3. It shows class not

found exception. I am waiting for the solution.



Nagendra Kumar Singh
Software Engineer
EE/ACES, IIT Kanpur
PH- +91-512-2597841





--
=====================================================================
Jeffrey D. Brekke                                   [EMAIL PROTECTED]
Wisconsin,  USA                                     [EMAIL PROTECTED]
                                                    [EMAIL PROTECTED]
                                                    [EMAIL PROTECTED]


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



Reply via email to