So, wasn't it supposed to enter the code bellow on
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 <[email protected]> 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 [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.

Reply via email to