hi,

i have lots of services and i implemented them like gwt tells. Also i
created an interface that implemets all of them and when create
service with GWT.create(AllServices) i pass that interface to it. My
problems comes after this. It gives me no such component: AllServices
error when i try to run my code.

If i create AllServicesImpl on the server side then there is no error.
but this time other service's instances are looking null! and i can't
use anyway.

All of this problems comes after upgrading from 1.4.6 to 1.5. My
AllServices interface was working at that version but now its not
working.

Now how can i eliminate null pointer exception or how can i tell
gwt1.5 to see and use AllServices interface?

Any help will be GREATLY APPRECIATED!


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to