GWT - RPC SerializationException
It's been a while since I've been doing GWT and I needed something small done quickly. I set things up and now I have a RPC I need, but it fails. The RPC is supposed to give me a ArrayList, and Vacancy is located in #projectname#.client.model. The call is made in #projectname#.client.model. The interfaces for my Services are in #project#name.client.Service. Finally, the calls of course go to #projectname#.server. Vacancy implements IsSerializable. The Exception I get from running my RPC is the following: Starting Jetty on port 8888 [WARN] Exception while dispatching incoming RPC call com