Sure I can live with it. We may very well have incorrect settings which is causing this, but for some reason we just couldn't figure out what was wrong and since we were getting an exception that Default.class page was missing, never DefaultPage.class.

Anyway you can send me what you have and I'll still try to get a test of RawScreen together.

I loved this btw ;)

HS>The problem here is, that the error processing at this
HS>point of Turbine is not really good (in fact, it sucks
HS>dead rodents through straws).

LOL on that one!

Henning P. Schmiedehausen wrote:
"Jeffrey D. Brekke" <[EMAIL PROTECTED]> writes:


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.


RawScreen works fine without a Default.class page in 2.3.1 and
probably also in 2.3. I do have an example (sorry, I know I've already
promised this once; if you are willing to cope with an unpolished
version, I can simply send you a tarball) to show how to do this.


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...


It would be great to get a test for this.

        Regards
                Henning




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]




--
=====================================================================
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