[appengine-java] Re: Native geospatial support

2010-08-19 Thread fvisticot
Thank you for your answer. I think that this native geospatial feature would be a must !!! On 11 août, 19:49, Ikai L (Google) ika...@google.com wrote: In general we don't give more specific ETAs for feature releases than soon very soon next release or on the roadmap

[appengine-java] Re: Facebook API Integration

2010-08-19 Thread Ahmed Shoeib
Thanks Didier On Aug 19, 5:31 am, Didier Durand durand.did...@gmail.com wrote: Hi, http://code.google.com/appengine/articles/shelftalkers.html Good luck didier On Aug 18, 1:05 pm, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: hi all , i want a simple application explain how to

[appengine-java] Problem in sending out UTF-8 POST data (only in production, works fine in development)

2010-08-19 Thread Alok
I am having trouble with sending out a POST request that contains UTF-8 data. Here's what I'm doing: ... 01 String s = some json object string containing non-ascii (devanagari) data; 02 URL u = new URL(some valid url); 03 04

[appengine-java] Re: Problem in sending out UTF-8 POST data (only in production, works fine in development)

2010-08-19 Thread Alok
On 19 अग, 15:33, आलोक (Alok) alok.ku...@gmail.com wrote: 05                       c.setRequestProperty(Content-Type, application/json; charset=UTF-8); Do I need to set Accept-Charset to UTF-8? The specification at http://www.w3.org/TR/html401/interact/forms.html seems to indicate that. The

[appengine-java] Re: The class java.lang.String is not persistable.

2010-08-19 Thread yuvalz
I am also a newcomer and found the Twig library (http:// code.google.com/p/twig-persist/) to be incredibly helpful in simplifying a lot of the datastore interactions. I would recommend you give it a look. On Aug 18, 3:04 am, rsutaria rsuta...@gmail.com wrote: Hello, I am just starting off with

Re: [appengine-java] Custom error pages

2010-08-19 Thread Don Schwarz
I believe the timeout error code covers this case: http://code.google.com/appengine/docs/java/config/appconfig.html#Custom_Error_Responses If not please reply here, but leaving off error-code definitely should. On Thu, Aug 19, 2010 at 7:21 AM, dflorey daniel.flo...@gmail.com wrote: Is it

[appengine-java] Optimistic concurrency and retries inside transaction

2010-08-19 Thread markus
Dear fellow App Engine developers! I am trying to grasp the concept of optimistic concurrency, and how it behaves inside a transaction. I could use a bit of help, though. :) A code fragment is here: http://pastebin.com/5RtvaHMH Simply put, I want to check if a username already exists before

Re: [appengine-java] Re: Any ETA for a backup/restore facility?

2010-08-19 Thread John Patterson
Have you added appengine-testing-1.3.6.jar and appengine-api- stubs-1.3.6.jar to your project? On 18 Aug 2010, at 19:50, luka wrote: Hi John, The project http://code.google.com/p/remote-datastore/ No longer compiles, since Google newest SDK removed the following classes/interfaces:

Re: [appengine-java] Re: How can i measure my apps performance in Appstats?

2010-08-19 Thread Don Schwarz
That's great. Thanks for doing that! On Thu, Aug 19, 2010 at 5:59 AM, Ingo Jaeckel ingo.jaec...@googlemail.comwrote: hello everyone, finally it turned out to be very easy to profile my gwt application honeycrm using the amazing jprofiler. i created a 3 minute screencast showing how it

[appengine-java] Re: Adding library for unsupported classes!

2010-08-19 Thread Didier Durand
Hi xtranophilist, The general answer is YES: you can add external jars to thes source of your application: I personally did for some. Now, in particular, for the classes that you mention, you will need to specifically test if they run on GAE or not: for example, they may not, if they depend on

[appengine-java] Re: Facebook API Integration

2010-08-19 Thread Benjamin
I integrate my app engine apps with facebook without any third part api - just http, oauth and the facebook graph - let me know if you'd like to know more. http://developers.facebook.com/docs/api On Aug 18, 3:40 pm, Peter Simun si...@seges.sk wrote: This can helps

[google-appengine] Re: GQL - Delete entries by ID

2010-08-19 Thread TZ
Thank you!. It works with WHERE __key__ = Key('board_topic_entry', 20). :-) -- 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

[google-appengine] Google App Engine

2010-08-19 Thread roshini begum
www.127760.blogspot.com -- 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

Re: [google-appengine] Google App Engine

2010-08-19 Thread Harshal
Ikai? Moderators ? On Thu, Aug 19, 2010 at 1:42 PM, roshini begum mahaboobni...@gmail.comwrote: www.127760.blogspot.com -- 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] Unit Testing - NoSuchMethodError: DatastorePb$Query.hasEndCompiledCursor()

2010-08-19 Thread allan kelly
Hello, My app has grown to the point were I should really add some tests. So I'm following the description given in the Docs, http://code.google.com/appengine/docs/java/tools/localunittesting.html But, I'm having a couple of problems. At first I thought it was mismatched Jar versions but I can't

[google-appengine] Re: SDK 1.3.6 released!

2010-08-19 Thread J
I switched to it yesterday but had to switch back to 1.3.5 due to an issue with remote_api: Issue 178: ImportError: No module named fancy_urllib. Hopefully the issue will be fixed before 1.3.6 becomes mandatory? On Aug 17, 5:19 pm, Ikai L (Google) ika...@google.com wrote: Hey guys, This is

[google-appengine] Re: How to write a C# client to access google app engine?

2010-08-19 Thread Darien Caldwell
On Aug 18, 6:04 pm, Vassili vassi...@gmail.com wrote: My post is regarding Google App Engine Plug-in for Eclipse. I am working with the default project there (which is using a POST, not a GET, as in you case). Did you create your application using that plug-in? If not, then we are talking

[google-appengine] Datastore contention on bulkloader upload.

2010-08-19 Thread zachary militage
Hi, I have been getting contention errors when uploading data into the datastore (note I have tuned the defaults which have worked for other Kinds): Note: I am using app engine release 1.3.6 for Mac OS X. --- Uploading data records. [INFO] Logging to bulkloader-log-20100819.113509 [INFO

[google-appengine] Login required or admin crash my app (development)

2010-08-19 Thread Rodrigo Pinheiro Matias
I'm having the following problem. Where active authentication arises the following exception: Traceback (most recent call last): File /home/rodrigomatias/opt/google_appengine/google/appengine/tools/dev_appserver.py, line 3199, in _HandleRequest self._Dispatch(dispatcher, self.rfile,

[google-appengine] I deleted my app and I want it back

2010-08-19 Thread daws
I know, I know. Dumb. It's been 5 days since I deleted my app and of course now I realize I need the data in the data store. Is it possible for someone on the app engine team to at least get at the data if not restore the whole app? -- You received this message because you are subscribed to the

[google-appengine] No mobile phone

2010-08-19 Thread James13M
I can not get past the SMS (whatever that is) and the requirement for a cell phone. I do not want a cell phone as I have no use for it. Is there a way to get past that requirement or is Google subsidizing the cell phone companies? -- You received this message because you are subscribed to the

[google-appengine] How do I open a GAE account on behalf of my company?

2010-08-19 Thread akirekadu
We are planning to build an app on GAE that is going to be public- facing. Initially I thought of creating an email ID like gae- d...@mycompany.com and develop/deploy apps through that account. However, when I was trying to sign up for an account using this special company email ID, I figured

[google-appengine] Limit in Sting type in Entity

2010-08-19 Thread mapsticker
I have an Entity in appspot that contains a column of type String. What is the limit in the size of the String type? I have tried Strings of length 1K and I get a server error. -mapsticker -- You received this message because you are subscribed to the Google Groups Google App Engine group. To

[google-appengine] problem Avg CPU (API) in dashboard

2010-08-19 Thread ld493
Hello, it's the first time I use google app engine and I would like to know why I have a lot of time of Avg CPU (API) in my dashboard for my link. I'm just log in and do that to verify the log in and the password that is in my persistence manager that contains just 2 logins : PersistenceManager

[google-appengine] Error 500 response with grails 1.3.3 plug-in

2010-08-19 Thread Paddy Murphy
Hi there, I'm in the process of developing a website for a local butchers using groovy on grails using the grails 1.3.3 plug-in: www.kjsbutchers.appspot.com which is coming along nicely, but I usually get an error 500 the first time I try and load up the website, and so usually I have to

[google-appengine] Re: SDK 1.3.6 released!

2010-08-19 Thread Spines
I did some performance testing on the new high performance image serving that uses getServingUrl. If anyones interested I wrote about it here: http://www.answercow.com/q/304002/app-engines-high-performance-image-serving-system On Aug 18, 11:45 am, Spines kwste...@gmail.com wrote: Thank you App

Re: [google-appengine] Limit in Sting type in Entity

2010-08-19 Thread Robert Kluin
The limit is 500 characters. If you want more use a Text Property. Python: http://code.google.com/appengine/docs/python/datastore/typesandpropertyclasses.html#StringProperty Java: http://code.google.com/appengine/docs/java/datastore/dataclasses.html#Core_Value_Types Robert On Wed, Aug

Re: [google-appengine] Re: SDK 1.3.6 released!

2010-08-19 Thread Ikai L (Google)
Users running into issues with fancy_urllib: are you running django-appengine-patch? On Thu, Aug 19, 2010 at 10:23 AM, Spines kwste...@gmail.com wrote: I did some performance testing on the new high performance image serving that uses getServingUrl. If anyones interested I wrote about it

[google-appengine] Re: Cannot fetch dynamic content from the same app (URL Fetch API)

2010-08-19 Thread PhilBeaudoin
I've looked for an issue in the tracker for this, didn't find anything so I created one. Please star it: http://code.google.com/p/googleappengine/issues/detail?id=3602 Cheers, Philippe On Aug 19, 3:44 am, Matt H matt2...@gmail.com wrote: This really NEEDS to be supported. On Jul 12, 6:26 

[google-appengine] Google App Engine IRC Office hours chat transcript August 19, 2010

2010-08-19 Thread Ikai L (Google)
Hey everyone, Just wanted to post the transcript for our IRC office hours. We're thinking about reducing the chat time to once a month due to the relatively low-level of activity. Would it be more useful if we scheduled IRC office hours for a week after each release? - Notable questions: -

[google-appengine] 500 Err when upgrading app version

2010-08-19 Thread N Panar
I launched an app and it started getting a fair amount of traffic. I made a few slight changes and decided to try changing the version of the app (changing version: to 2 in app.yaml) so that I could roll back if need be. The result: -- 500 Server Error The server encountered an error and could

[google-appengine] Images API resize execute_transforms for TIFF images

2010-08-19 Thread Cluster
Hello, i m uploading images to Blobstore, and then resize or convert them if their size is more then blobstore.MAX_BLOB_FETCH_SIZE using code below. The trick is good with png or jpeg, but no success with tif files. As i see in docs, images API do support tiff resizing. What i m doing wrong? (btw:

[google-appengine] Re: SDK 1.3.6 released!

2010-08-19 Thread J
Not using django-appengine-patch; remote_api only being used pretty much as documented here: http://code.google.com/appengine/articles/remote_api.html Thanks in advance, Ikai. On Aug 19, 1:31 pm, Ikai L (Google) ika...@google.com wrote: Users running into issues with fancy_urllib: are you

[google-appengine] Re: How do I open a GAE account on behalf of my company?

2010-08-19 Thread Geoffrey Spear
It's almost certainly better to create the app with one developer/ manager's account, and add the other people who should have admin access with their own accounts. On Aug 18, 12:25 pm, akirekadu ashw...@gmail.com wrote: We are planning to build an app on GAE that is going to be public- facing.

[google-appengine] Re: No mobile phone

2010-08-19 Thread Geoffrey Spear
There's a link at http://groups.google.com/group/google-appengine you can use to get your account verified without SMS. On Aug 19, 8:03 am, James13M jamesmaje...@gmail.com wrote: I can not get past the SMS (whatever that is) and the requirement for a cell phone. I do not want a cell phone as I

[google-appengine] about namespace multitenant

2010-08-19 Thread alf
assuming is not posible create namespace of namespace can I set a list like a namemespace and after filter using this property. namespace =[customer,abc] when filter use only abc only for queries, etc. many thanks -- You received this message because you are subscribed to the Google Groups

Re: [google-appengine] about namespace multitenant

2010-08-19 Thread Robert Kluin
I think you are correct; you can not filter using only part of a namespace. Namespaces seem to be basically implemented by including the namespace string in the key. Robert On Thu, Aug 19, 2010 at 16:01, alf alberto@gmail.com wrote: assuming is not posible create namespace of

Re: [google-appengine] Re: GQL - Delete entries by ID

2010-08-19 Thread Robert Kluin
Just a note, if you only want to delete entities you do not even need to fetch them first. Just generate a list of keys and pass them to delete. keys_to_delete = [Key('MyModel', i) for i in xrange(10)] db.delete(keys_to_delete) That will save you a fetch, improving performance quite a bit.

[google-appengine] Re: 500 Err when upgrading app version

2010-08-19 Thread N Panar
pickle seems to be behaving differently than it used to here is a simple repro: http://pastebin.com/AvMF0vjF On Aug 19, 2:34 pm, N Panar infinityminusn...@gmail.com wrote: I launched an app and it started getting a fair amount of traffic. I made a few slight changes and decided to try