prajakta samant
unread,Apr 23, 2011, 9:06:04 AM4/23/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
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.