[google-appengine] Re: Memcache fails on development server after 1.5 SDK upgrade in Eclipse

2011-05-11 Thread Isaiah Simpson
Thank you so much Casey, that fixed everything very nicely. I was pretty lost on this, you're a lifesaver. -- 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-appengine@googlegroups.com. To unsubscr

[google-appengine] Re: Memcache fails on development server after 1.5 SDK upgrade in Eclipse

2011-05-10 Thread Casey
com.google.appengine.api.memcache.jsr107cache.GCacheFactory still exists in 1.5 but I guess it's no longer valid and it's not deprecated. I had to change my imports to the following classed before the exceptions went away. import javax.cache.Cache; import javax.cache.CacheException; import javax.c

[google-appengine] Re: Memcache fails on development server after 1.5 SDK upgrade in Eclipse

2011-05-10 Thread nischalshetty
They have probably changed the package or such. Remove the bad import and try the add import thingy, the right one will be shown -- 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-appengine@googlegr