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. com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This application is out of date, please click the refresh button on your browser. ( Blocked attempt to access interface 'gwtForm.client.AddmemberService', which is not implemented by 'gwtForm.server.SigninImpl'; this is either misconfiguration or a hack attempt )
Even after trying the suggested solution of using a WorkAroundException (posted on this group),the error still persisted.After we simply placed our hibernate.cfg file and xml mappings in the src folder rather than the war-WEB-INF folder the RPC connected properly and the error above error that i was getting was solved. So i suggest that you just try to put your database mapping files in the src folder if nothing else works. -- 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.
