More detail from this message which was presented in the GWT shell
when I made a GWT RPC call attempt:
java.lang.ClassNotFoundException:
org.bcs.server.SelectionSearchServiceImp

The message from caught.getMessage():
Unable to find/load mapped servlet class
'org.bcs.server.SelectionSearchServiceImpl

The rpc.log (which to my surprise gets created upon gwt compile)
reports this:
Reachable types computed on: Wed Feb 18 20:29:40 CST 2009
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException
   Serialization status
      Instantiable
   Path
      Started from
'com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException'

java.lang.Exception
   Serialization status
      Field serializable
   Path
      Started from
'com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException'

java.lang.Object
   Serialization status
      Not serializable
   Path
      Started from 'java.lang.String'

java.lang.RuntimeException
   Serialization status
      Field serializable
   Path
      Started from
'com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException'

java.lang.String
   Serialization status
      Instantiable
   Path
      Started from 'java.lang.String'

java.lang.String[]
   Serialization status
      Instantiable
   Path
      Type 'java.lang.String[]' is reachable from array type
'java.lang.String[][]'
      Started from 'java.lang.String[][]'

java.lang.String[][]
   Serialization status
      Instantiable
   Path
      Started from 'java.lang.String[][]'

java.lang.Throwable
   Serialization status
      Field serializable
   Path
      Started from
'com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException'
===============

Is there something I have failed to do with regard to setup to run in
hosted mode?  What is the problem here?  Although I doubt I am yet
really able to decipher the log, I don't see anything in the log that
is an obvious problem although it reports this
"ImcompatibleRemoteServiceException", if that is the/a problem.

Anything else I need to look at or report to y'all to fully diagnose
this issue?

Thanks for help.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
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