Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 26th, 2012  |  syntax: None  |  size: 0.68 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to share a GWT RPC RemoteServiceServlet among multiple client modules / apps
  2. LoginServiceAsync loginService = GWT.create(LoginService.class);
  3.  ServiceDefTarget t = (ServiceDefTarget)loginService;
  4.  t.setServiceEntryPoint("/loginService");
  5.        
  6. ERROR: The serialization policy file  
  7. '/discussions/discussions/7B344C69AD493C1EC707EC98FE148AA0.gwt.rpc' was not found;
  8. did you forget to include it in this deployment?
  9.        
  10. com.google.gwt.user.client.rpc.SerializationException: Type      
  11. 'mystuff.web.shared.User' was not assignable to
  12. 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field  
  13. serializer. For security purposes, this type will not be serialized.: ...