Thanks, David. FYI, I filed an issue and we should be able to get this in
for 2.1.1

http://code.google.com/p/google-web-toolkit/issues/detail?id=5705

/dmc

On Fri, Nov 26, 2010 at 3:30 PM, David Sowerby <david.sowe...@virgin.net>wrote:

> I compile the expenses example from trunk, but got the following
> warning appearing every second or so:
>
> 26-Nov-2010 20:28:01
> com.google.gwt.sample.expenses.server.domain.Report
> findReportEntriesBySearch
> WARNING: Exception retrieving memcache instance:
> net.sf.jsr107cache.CacheException: Could not find class:
> 'ri.cache.BasicCacheFactory'
>
> I found this post:, which gives the answer
>
> http://code.google.com/p/googleappengine/issues/detail?id=3099
>
>
> I changed the imports in both Report and ReportBack classes from
>
> import net.sf.jsr107cache.Cache;
> import net.sf.jsr107cache.CacheException;
> import net.sf.jsr107cache.CacheFactory;
> import net.sf.jsr107cache.CacheManager;
>
> to
>
> import javax.cache.Cache;
> import javax.cache.CacheException;
> import javax.cache.CacheFactory;
> import javax.cache.CacheManager;
>
> and the problem is cleared
>
> --
> 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-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>


-- 
David Chandler
Developer Programs Engineer, Google Web Toolkit
http://googlewebtoolkit.blogspot.com/

-- 
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-tool...@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