Problem:

Caused by: com.google.gwt.user.client.rpc.ServiceDefTarget$NoServiceEntryPointSpecifiedException: Service implementation URL not specified


Solution:

@RemoteServiceRelativePath("relative-path")


Reference:
http://code.google.com/intl/en-US/webtoolkit/doc/latest/tutorial/RPC.html#services

Posted by 김뭍은 유학생
,