[appengine-java] Re: Check Table Exists

2011-03-27 Thread Didier Durand
Hi, Check the metadata queries: exactly what you need http://code.google.com/appengine/docs/java/datastore/metadataqueries.html regards didier On Mar 28, 4:53 am, Arjun Jain wrote: > How to check table exists or not or how to display all table -- You received this message because you are su

[appengine-java] Uploading a file to the blobstore in Base64 gives wrong filesize in blobinfo. Any work arounds?

2011-03-27 Thread branflake2267
After uploading a file to the blobstore via base64 gives me the wrong file size when retrieving the blobinfo. This happens on the dev and production side of app engine. Is there a work around or am I missing something? private String getRequest_Image(String fileName, String contentType, String

[appengine-java] Check Table Exists

2011-03-27 Thread Arjun Jain
How to check table exists or not or how to display all table -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email t

Re: [appengine-java] Sort function now throws an exception

2011-03-27 Thread Stephen Johnson
Hi ZeroCool, I'm not sure if this will help, and I don't know how the TimSort works but looking at your compare method I'm curious about this particular situation. If you have two users UserA and UserB and UserA has groupRank of 5 and Rep of 3 and UserB has groupRank of 5 and Rep of 3 Then,

Re: [appengine-java] Re: SecurityException when using Apache HttpClient classes from Groovy

2011-03-27 Thread Don Schwarz
Sorry for the trouble, folks. Can you respond privately with your app ids? On Sun, Mar 27, 2011 at 2:44 AM, radomir wrote: > John, > > I experienced exactly the same problem and was able to workaround. See > my post: > > http://radomirml.com/2011/03/27/fixing-strange-noclassdeffounderror-on-app

[appengine-java] Re: Gig 0.3.0 has been released

2011-03-27 Thread Marcel Overdijk
Hi Eiichiro, Just browsed the Gig documentation pages and it looks interesting. Is this framework already used in public production websites? Cheers, Marcel On Mar 27, 4:38 pm, Eiichiro wrote: > Hi Google App Engine Java developers, > > Gig (Google app engine Innovation Gear) 0.3.0 has been rel

Re: [appengine-java] Sort function now throws an exception

2011-03-27 Thread Stephen Johnson
There have been some people that have been reporting code that was working for weeks, etc. not working in the last week or so. I'm beginning to wonder if maybe behind the scenes a switch to Java 7 or some other Java switch is occurring. In relation to your error, it looks like what I've found so fa

[appengine-java] What are my options in implementing a video upload/streaming functionality in GAE

2011-03-27 Thread ruskyn
Hi, I researched and found two options; but i would appreciate opinions/ experiences 1. Youtube Direct API. I have two problems here - the user who is uploading video has to log into youtube too. If i have a website/ mobile app this becomes a deterrent to users. Is there a work around? Also, the

[appengine-java] Gig 0.3.0 has been released

2011-03-27 Thread Eiichiro
Hi Google App Engine Java developers, Gig (Google app engine Innovation Gear) 0.3.0 has been released and now a new feature "CRUD Scaffolding" is bundled. Gig is a Google App Engine Java application toolkit developed by Eiichiro Uchiumi (http://www.eiichiro.org/) and can be performed on JDK 6

[appengine-java] Re: java.io.NotSerializableException

2011-03-27 Thread footy
I am having similar issue with com.google.appengine.api.datastore.LazyList but it's to do with writing to Memcache. I haven't changed anything in the application either. Got any idea? I have posted here: http://groups.google.com/group/google-appengine-java/browse_thread/thread/ea9b91efb23c46a6 O

[appengine-java] Sort function now throws an exception

2011-03-27 Thread ZeroCool
Hi App Engine Team, I see 100% error rate for a servlet in my application. The function had been working well for months. The lines of code that generate errors are as following: List> memKeys = userDao.getUserKeys(); Map, User> mem = userDao.get(memKeys); List memList = new ArrayList(mem.values(

[appengine-java] Re: SecurityException when using Apache HttpClient classes from Groovy

2011-03-27 Thread radomir
John, I experienced exactly the same problem and was able to workaround. See my post: http://radomirml.com/2011/03/27/fixing-strange-noclassdeffounderror-on-app-engine Hope this helps. Radomir On Mar 26, 3:57 pm, John wrote: > Actually based on the exception, it seems that the change happen