Hi,

If it is working for you now. Please, post working code.

Many thanks.

On 26 mar, 20:27, Miroslav Genov <[email protected]> wrote:
> Hello,
>
> Was wondering where anyone is using RequestFactory with JsonRpc ?
>
> I'm trying to get it working, due performance issue with the standart
> serialization of RF, but the RfValidator complains with:  "The type
> JsonRpcRequestContext must be annotated with Service, ServiceName, or
> JsonRpcService". The strange part is that my RequestContext already have
> it:
>
> public interface JsonRpcRequestFactory extends RequestFactory {
>
>   @JsonRpcService
>   public interface JsonRpcRequestContext extends RequestContext {
>
>     @JsonRpcWireName(value = "findAll")
>     Request<List<SimpleJsonRpcProxy>> findAll();
>   }
>
>   JsonRpcRequestContext simpleRequest();
>
>
>
>
>
>
>
> }

-- 
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