I'm making a call to a service with GWT.
In the client side I made only one call to the method, but in the server-side, the method in the service is called twice.
I debugged the client side with GWT-Tools in Firefox; and when I call once the method, there are two executions in the server. The same data in the parameters, but in two different threads.
I have more calls in the same applications, but the problem is only with that one.