No that is not harsh at all and a very reasonable suggestion. Although I have 
tried doing the tutorials three times from scratch. Most of the time these 
thing are human error on the part of the person doing the tutorials, especially 
when there are no signs of the problem on the forums, which seems to be the 
case this time. 

I tried to be as exact as possible with the information I stated, however ... 
sorry the "Stock Price Service" is a typo on my part. It should have been 
"StockPriceService".

I will uninstall any Eclipse plugins I have installed, delete Eclipse, download 
it again and do the tutorials again completely from scratch to see if 
this helps. 



----- Original Message ----
From: Daniel Jue <teamp...@gmail.com>
To: Google-Web-Toolkit@googlegroups.com
Sent: Monday, 8 June, 2009 19:22:58
Subject: Re: Eclipse - GWT - ClassNotFoundException in StockWatcher RPC tutorial


Not to sound harsh, but sometimes starting the tutorial over again
from scratch fixes the problem. :-)  When I did my first stock watcher
tutorial, it took me 2 tries.  The first try I was running into all
kinds of problems, because I wasn't reading the fine print on the
tutorial.  So that's my version of learning the hard way.

Could be the space in your url, i don't know if you can do that.
POST /stock watcher/Stock Price Service(127.0.0.1)"

On Sun, Jun 7, 2009 at 3:24 PM, Paul Hargreaves<cbassthef...@yahoo.co.uk> wrote:
>
>
> Can anyone suggest a newbies forum for my queries? On this forum I get very 
> little feed back.  I also see lots of other requests for help getting very 
> little/no feed back. Maybe I am pitching below your standards hence the 
> request for a location of a newbies forum. Most other forums, for other 
> software packages I have studied, have been rather good at supporting both 
> new and experienced users, but does not seem to be the case here.
>
>
>
> ----- Original Message ----
> From: cbassthefish <cbassthef...@yahoo.co.uk>
> To: Google Web Toolkit <Google-Web-Toolkit@googlegroups.com>
> Sent: Sunday, 7 June, 2009 13:14:45
> Subject: Re: Eclipse - GWT - ClassNotFoundException in StockWatcher RPC  
> tutorial
>
>
> Bump! :o) Any other ideas? Anyone?
>
> On Jun 6, 10:15 am, Paul Hargreaves <cbassthef...@yahoo.co.uk> wrote:
>> Not really of use. I tried re-doing the RPC tutorial with other tutorials on 
>> the web - one was the GWT designer tutorial but still the same thing. It 
>> cannot find the source. The hosted mode browser gives "404 - POST /stock 
>> watcher/Stock Price Service(127.0.0.1)". I am sort of short of ideas now.
>>
>>
>>
>> ----- Original Message ----
>> From: Jim <jim.p...@gmail.com>
>> To: Google Web Toolkit <Google-Web-Toolkit@googlegroups.com>
>> Sent: Friday, 5 June, 2009 18:23:46
>> Subject: Re: Eclipse - GWT - ClassNotFoundException in StockWatcher RPC 
>> tutorial
>>
>> You can find the modified GWT mail example 
>> inhttp://www.gwtorm.com/gwtMail.jsp,
>> which is a database web application.
>> Just follow the instruction on that page and you can find source code
>> as well as database code there.
>>
>> Jimhttp://www.gwtorm.comhttp://code.google.com/p/dreamsource-orm/
>>
>> On Jun 5, 12:51 pm, cbassthefish <cbassthef...@yahoo.co.uk> wrote:
>> > Hi,
>>
>> > I am just finishing up the RPC tutorial on the stockwatcher tutorial.
>> > I go to test it, add in my stock codes, it updates the list with my
>> > codes but no price or change values are coming through. I set a break
>> > point at StockWatcher.java in refreshWatchList(). When it calls the
>> > remote host with AsyncCallback<StockPrice[]:
>>
>> >             AsyncCallback<StockPrice[]> callback = new
>> > AsyncCallback<StockPrice[]>() {
>> >               public void onFailure(Throwable caught) {
>> >                 // TODO: Do something with errors.
>> >               }
>>
>> >               public void onSuccess(StockPrice[] result) {
>> >                 updateTable(result);
>> >               }
>> >             };
>>
>> > I get an error:
>> > "source not found"
>> > this = ClassNotFoundException (id=66)
>> > arg0 = com/google/gwt/sample/stockwatcher/client/StockWatcher$5
>>
>> > Any ideas what this could be? How could I deductively touble shoot
>> > this situation? Failing that. Is there a copy of the completed source
>> > code for the RPC tutorial so I can do a difference between the source
>> > code to see where I am going wrong.
>>
>> > Many thanks
>> > Paul- Hide quoted text -
>>
>> - Show quoted text -
>
> >
>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to