Hi,

I have a legacy web application, and I'm creating a GWT interface for
it.
I put the GWT module folder in the project and in Eclipse I used its
src folder as a source folder, so both client and server files are
compiled.
I cannot add new servlets as GWT RPC requires, but I'm trying to use
raw serialization methods and send the payload with RequestBuilder.
On the server side RPC.decodeRequest(payload) throws:

com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException:
Could not locate requested interface
'com.barra.cp.hal.gwitty.main.client.HashServiceData/904951783' in
default classloader

I run Tomcat from Eclipse, not remote debugging, but as a standalone
instance.
I run a hosted mode run configuration with -noserver, so that tomcat
provides the server-side. The startupUrl is also a tomcat-provided
url.
Both run configuration have the project compilation folder at the top
of the classpath. Both server and client side classes can be debugged
in Eclipse. The hosted mode config also has the gwt-dev jar and the
source files folder in the classpath User Entries.

I would like to ask why the IsSerializable class is not visible for
the deserializer and what that /904951783 means.

thanks in advance,
Laszlo


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