Wednesday, January 28, 2015

Re: Unable to use memcacheservice in gwt module

The problem is that you've put server-side code in your GWT.

Whatever is asking for the memcache needs to be moved out of your client or shared packages.

On Tuesday, January 27, 2015 at 4:14:02 PM UTC-6, Gautam Priya wrote:
Is there a memcache gwt module that I could inherit from to avoid compilation errors of the kind below - 

[ERROR] Line 58: No source code is available for type com.google.appengine.api.memcache.AsyncMemcacheService; did you forget to inherit a required module?

         [ERROR] Line 58: No source code is available for type com.google.appengine.api.memcache.MemcacheServiceFactory; did you forget to inherit a required module?

         [ERROR] Line 83: No source code is available for type com.google.appengine.api.memcache.ErrorHandlers; did you forget to inherit a required module?

         [ERROR] Line 98: No source code is available for type java.util.concurrent.Future<V>; did you forget to inherit a required module?

         [ERROR] Line 133: No source code is available for type java.lang.InterruptedException; did you forget to inherit a required module?

         [ERROR] Line 133: No source code is available for type java.util.concurrent.ExecutionException; did you forget to inherit a required module?


If no such module(s) exist; what would be the best workaround.

I would like to cache some data post a successful login

Thanks,

gautam

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment