Hi Charles,
I just had the same problem. Having a closer look I noticed that the
problem was the GAE SDK version. To fi the problem install SDK 1.3.1,
It includes a couple of new jars that you may need to add manually
( or regenerate the project ). I did not need to upgrade the pluging.

The new jars are appengine-jsr107cache-1.3.1.jar and
jsr107cache-1.1.jar
More details on  http://www.agile-works.com/blog/?p=159

Cheers

Julio C. Macavilca

On Feb 23, 11:35 am, Charles <char...@whoischarles.com> wrote:
> Hi Nick,
>
> Thanks for the reply.  As an update to anyone else that hits this,
> I've tried this same project on my Mac which has a fresh install of
> Eclipse and GAE and it worked as expected, no errors.  So, as a
> result, I've done a complete re-install of my development environment
> (i.e. re-downloaded Eclipse, re-installed GAE plug-in, and even re-
> installed JDK) on my Windows machine and it seemed to fix things.
> Unfortunately, I still couldn't pinpoint what was causing it, but
> refreshing my dev environment worked for me.
>
> Charles
>
> On Feb 17, 6:52 am, "Nick Johnson (Google)" <nick.john...@google.com>
> wrote:> Hi Charles,
>
> > You shouldn't need any additional JARs - everything should be included in
> > the SDK.
>
> > -Nick Johnson
>
> > On Tue, Feb 16, 2010 at 9:28 PM, Charles <char...@whoischarles.com> wrote:
> > > Bump!
>
> > > Anyone have any suggestions?
>
> > > Charles
>
> > > On Feb 12, 8:42 pm, Charles <char...@whoischarles.com> wrote:
> > > > Hi all,
>
> > > > I've tried adding caching functionality to my app using the Memcache
> > > > Java API but I'm hitting a wall here.  I've followed the "Using
> > > > JCache" instructions on the GAE docs page (http://code.google.com/
> > > > appengine/docs/java/memcache/usingjcache.html).  I've downloaded the
> > > > jsr107cache-1.1.jar and added it to my build path, as recommended.  I
> > > > run the example locally and I get an exception...
>
> > > > "Could not find class: 'ri.cache.BasicCacheFactory'"
>
> > > > I did some searching and downloaded a jcache-1.0-dev-3.jar file
> > > > (http://www.findjar.com/class/ri/cache/BasicCacheFactory.html) and
> > > > also added that to my build path.  The "Could not find class" error
> > > > disappeared and I got a new error...
>
> > > > "Class: 'ri.cache.BasicCacheFactory' does not implement CacheFactory"
>
> > > > I must be missing something.  If anyone is using Memcache, can you let
> > > > me know if I need to add any other JARs besides the
> > > > jsr107cache-1.1.jar that App Engine provides?  Or maybe I'm just doing
> > > > something stupid in my app and missed something in the instructions.
>
> > > > Thanks in advance
>
> > > > Charles
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "Google App Engine" group.
> > > To post to this group, send email to google-appeng...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-appengine+unsubscr...@googlegroups.com<google-appengine%2bunsubscr...@googlegroups.com>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-appengine?hl=en.
>
> > --
> > Nick Johnson, Developer Programs Engineer, App Engine
> > Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
> > 368047

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to