-
Notifications
You must be signed in to change notification settings - Fork 278
Description
I am using GWT extension
Following the examples, I created the org.restlet.ext.servlet.ServerServlet servlet and attached a ServerResource
I also created the respective ClientProxy and matching methods in both
I initially created a test method which I I called successfully
Then I started adding and successfully calling a couple of my application's basic methods
I continued until very soon calling a specific method on the ClientProxy ends calling an irrelevant method on the ServerRecource
experimenting with different combinationa of @get and @post matching annotations I managed just to reproduce the same problem but for another method this time
this is extremely peculiar and in my case a blocking matter, it prevents me from continuing the developmoent of my application
please assist