Suggested solution for IncompatibleRemoteServiceException

2011-04-25 Thread prajakta samant
Hi, I am a fresher and have recently started working on GWT and am using Hibernate(OR Mapping) and connecting with Apache Derby database for a project. I faced a common error namely: An IncompatibleRemoteServiceException was thrown while processing this call.

Re: How to configure One Module and Many Entry Points

2011-04-27 Thread prajakta samant
Hi, You can have many onModuleLoad() but only one EntryPoint class for one project in GWT Prajakta -- 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

Re: com.google.gwt.user.client.rpc.SerializationException

2011-04-29 Thread prajakta samant
Hi, Check that your Hibernate files are placed in the src folder as Dolly had mentioned. We were working on a similar project and got similar error Also confirm if your RPC service method can return a List as you are getting an error in List coz for our project we colud return only a string