I have created two GWT projects A and B where A is an independent and
main application and B is more like test application for A, so I
inherit A as a module in B. I have a couple of RPC Service defined in
A which I want to call from B to get the same data and use it in a
different way. But when I try to make async call I get an exception
saying
[ERROR] Uncaught exception escaped
com.google.gwt.user.client.rpc.ServiceDefTarget
$NoServiceEntryPointSpecifiedException: Service implementation URL not
specified
at
com.google.gwt.user.client.rpc.impl.RemoteServiceProxy.doPrepareRequestBuilderImpl
(RemoteServiceProxy.java:293)
I think it could be because of context root of my application has
changed from A to B. B is more like test but I want to do it in a
real browser and I want to test A using B but not via Junit. Sorry for
the confusion here but what should I do to make it working?
Thanks for all the help and support.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---