AbstractRequestContext? Is not it a "general" failure?? Maybe this is
an issue with RequestFactory...
if (response.getGeneralFailure() != null) {
ServerFailureMessage failure = response.getGeneralFailure();
ServerFailure fail =
new ServerFailure(failure.getMessage(),
failure.getExceptionType(), failure
.getStackTrace(), failure.isFatal());
fail(receiver, fail);
return;
}
On Oct 26, 11:15 am, Thomas Broyer <t.bro...@gmail.com> wrote:
> "F" is present in "I", meaning one particular invocation (service method
> call) failed, not the whole "batch request" (well, actually, "S":[false]
> says the one and only invocation failed, then the object in "I" gives
> information about the failure).
>
> FYI, the response format is defined by the
> com.google.web.bindery.requestfactory.shared.messages.ResponseMessage
> AutoBean.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment