I have a working web worker and I am trying to make an RPC call from
it, without success (RPC works fine in non-worker code).

I have found some technical instructions 
http://code.google.com/p/infobarn/wiki/TechnicalInstructions
which relate to using RPC in a web worker.

I have covered all their instructions apart from the following, which
I do not understand how to implement:

Regular RPC

    Set $moduleBase using a native method



The error I am getting when my code is running is =>

Uncaught java.lang.IllegalArgumentException: value cannot be empty

Which triggers as soon as the RPC call is made.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to