Re: [appengine-java] Re: Facebook Federated Login

2011-07-08 Thread Andrei Cosmin Fifiiţă
I already use Federated login for google and yahoo (getting the login link with a simple call to createLoginUrl(domain, attrbutes, ...) , so i wanted to know if i could use this for facebook also On 7 July 2011 23:29, Nichole nichole.k...@gmail.com wrote: Or use OpenAuth instead? On Jul

Re: [appengine-java] Re: Facebook Federated Login

2011-07-08 Thread Ravi Sharma
No You can not use federated login for facebook.. i have used facebook login like this http://techsravi.blogspot.com/2011/05/facebook-login-on-google-app-enginejava.html 2011/7/8 Andrei Cosmin Fifiiţă andrei.fifi...@gmail.com I already use Federated login for google and yahoo (getting the

Re: [appengine-java] Re: Facebook Federated Login

2011-07-08 Thread Andrei Cosmin Fifiiţă
Thank you. On 8 July 2011 11:43, Ravi Sharma ping2r...@gmail.com wrote: No You can not use federated login for facebook.. i have used facebook login like this http://techsravi.blogspot.com/2011/05/facebook-login-on-google-app-enginejava.html 2011/7/8 Andrei Cosmin Fifiiţă

[appengine-java] Integrating Google Hangout (Google+) with GAE Apps

2011-07-08 Thread dreamer
Hi, I wanted to implement class room kind of environment from many years, getting that multi user audi/vedio interaction, just difficult and even I did not find any out of the ways , simple enough to integrate with web apps. Finally I found one, Google Hangouts (Google+). Will and Does Google

[appengine-java] Re: Unable to update app: Error posting to URL.... : 500 Internal Server Error

2011-07-08 Thread Antonio
Same issue for me today. On May 19, 12:27 am, simonc collings.si...@gmail.com wrote: Seems to have gone away overnight.  I did nothing except go to sleep at my end, and it now worked. On May 18, 6:20 am, simonc collings.si...@gmail.com wrote: Any ideas? - see the deployment log

[appengine-java] Re: Changing datastore property type

2011-07-08 Thread dreamer
I couldn't agree more. Better to to use direct datastore API for this entity, as programmer gets true benefit if schema less. On Jul 7, 10:55 pm, Nichole nichole.k...@gmail.com wrote: To update your existing entities to the new entity schema, you would need to rewrite your existing entities

Re: [appengine-java] Re: Unable to update app: Error posting to URL.... : 500 Internal Server Error

2011-07-08 Thread Renan Mobile
Same for me. Just try again and that works Em 08/07/2011 11:29, Antonio anton.anan...@gmail.com escreveu: Same issue for me today. On May 19, 12:27 am, simonc collings.si...@gmail.com wrote: Seems to have gone away overnight. I did nothing except go to sleep at my end, and it now worked.

[appengine-java] Re: Channel API Disconnect not being hit every time.

2011-07-08 Thread Moishe
Disconnect notifications could arrive up to a few minutes after the browser window's closed -- usually the browser is good at telling us the client's gone, but sometimes it isn't and we have to wait for a lack of heartbeats to tell us the client's gone. On Jul 4, 1:41 am, Amorgos

[appengine-java] How to handle admin/support access when using Multitenancy through Namespaces?

2011-07-08 Thread Ludovic Emo (Capgemini)
What's would be the best practice in the case I want to segregate data for my customers in namespaces but provide a full access to my admin/support team on the data to be able to troubleshoot issues? Use case sample: 1) when my customers/end users see this grid, they will only see and edit

[appengine-java] Proxy objects in the session?

2011-07-08 Thread Craig Walls
Forgive me if this has been answered already...I looked around and found only this one unanswered post: http://groups.google.com/group/google-appengine-java/browse_thread/thread/636e7cb54d7ca505 It seems that if I create a proxy object and put it into the session, then I run into deserialization

[appengine-java] Blobstore: storing multiple blobs, retrieving blobkeys in doGet, form dissappears in appspot deployment

2011-07-08 Thread Rajesh T N
Hi, I'm a newbie to appengine and currently experimanting with Blobstore APIs. I have 4 queries 1. When I upload a file to blob, and try getting uploaded blobs in doPost of the corresponding action servlet, I get only the latest file uploaded. The earlier files uploaded are not retrievable

[appengine-java] msg.setHeader(Content-Transfer-Encoding, base64); resp.setHeader(Content-Transfer-Encoding, base64); msg.setContent(msgBody, text/html);

2011-07-08 Thread cxv vdd
hello i will need base64 mail sent. but not working. how to do it ? msg.setHeader(Content-Transfer-Encoding, base64); resp.setHeader(Content-Transfer-Encoding, base64); msg.setContent(msgBody, text/html); not working. -- You received this message because

[appengine-java] msg.setHeader(Content-Transfer-Encoding, base64); resp.setHeader(Content-Transfer-Encoding, base64); msg.setContent(msgBody, text/html);

2011-07-08 Thread cxv vdd
hello i will use base64 with sendmail Java.. msg.setHeader(Content-Transfer-Encoding, base64); resp.setHeader(Content-Transfer-Encoding, base64); msg.setContent(msgBody, text/html); i used but not working. how to work ? thanks. -- You received this

Re: [appengine-java] [DataStore] A parent cannot be established or changed once an object has been persisted

2011-07-08 Thread Christopher Merrill
It is not clear (to me) exactly what question you are asking. Are you asking if it is possible to change the parent of a datastore entity after it has been created? AFAIK, the answer is no, because the parent is an inherent part of the identity of the entity...which also cannot be changed. You

Re: [appengine-java] [DataStore] A parent cannot be established or changed once an object has been persisted

2011-07-08 Thread Sébastien Tromp
Hello, Thanks for your answer. My question was really to understand why the tests included are failing. As far as I understand, there is no parent defined in my Ranking entity, so I expect the Player to which it belongs to be created when the Player is being persisted. I have included the core

[appengine-java] Encountered a problem while deploying

2011-07-08 Thread SwaminathanG
Hi, When i deployed a project created with smartGWT, i got this following error Unable to update app: Error posting to URL: https://appengine.google.com/api/appversion/clonefiles?app_id=pojomarketversion=1; 500 Internal Server Error htmlhead meta http-equiv=content-type

[appengine-java] Re: how to turn off high replication simulation in SDK / development environment

2011-07-08 Thread Ronoaldo José de Lana Pereira
Oh, sorry :) So, I guess you already know ... -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/JLuRD5ZvGi4J. To post to this group,

Re: [appengine-java] Integrating Google Hangout (Google+) with GAE Apps

2011-07-08 Thread Ikai Lan (Google)
This API isn't available. Hangouts just shipped! Stay tuned. Have you already requested access to Google+ API developer preview? If not, I suggest you do it. Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine

Re: [appengine-java] How to handle admin/support access when using Multitenancy through Namespaces?

2011-07-08 Thread Ikai Lan (Google)
Since you're building your own admin tool, you probably want to make use of Metadata Queries to find all the available namespaces. The docs are here: http://code.google.com/appengine/docs/java/datastore/metadataqueries.html#Namespace_Queries

Re: [appengine-java] Encountered a problem while deploying

2011-07-08 Thread Ikai Lan (Google)
Just try again. What do the deployment logs say? Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Fri, Jul 8, 2011 at 10:43 AM, SwaminathanG swami...@gmail.com

Re: [appengine-java] Blobstore: storing multiple blobs, retrieving blobkeys in doGet, form dissappears in appspot deployment

2011-07-08 Thread Ikai Lan (Google)
Can you post your source code? Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Fri, Jul 8, 2011 at 2:32 AM, Rajesh T N rajesh...@gmail.com wrote: Hi, I'm a

Re: [appengine-java] Proxy objects in the session?

2011-07-08 Thread Ikai Lan (Google)
No, there's no reason this should be happening. As long as the object is serializable, you should be okay. Is Foo correctly being uploaded? By proxy object, I assume you mean an object that implements an interface? Ikai Lan Developer Programs Engineer, Google App Engine Blog:

Re: [appengine-java] Why are app instances killed after 9000 requests

2011-07-08 Thread Ikai Lan (Google)
Possibly - with a multithreaded Java runtime this really might not make sense anymore. I'll look into it. Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Thu,

[appengine-java] Ynt: msg.setHeader(Content-Transfer-Encoding, base64); resp.setHeader(Content-Transfer-Encoding, base64); msg.setContent(msgBody, text/html);

2011-07-08 Thread cxv vdd
anything ? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/WFT1N6Uc3YsJ. To post to this group, send email to

Re: [appengine-java] Why are app instances killed after 9000 requests

2011-07-08 Thread Ikai Lan (Google)
Received confirmation that this limit is going to be raised. I don't have an ETA for this. Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Fri, Jul 8, 2011 at

[appengine-java] Re: Thrift client support

2011-07-08 Thread Lucas Maystre
I played with Google App Engine this week, and thought I'd get back here. I decided to go with Python, so this might be less relevant to this particular group. But if anyone searches for that: Thrift (0.6.1) worked out of the box on Google App Engine in my particular setting: a Python client using

[appengine-java] email in yahoo junk - amazon ses

2011-07-08 Thread pac
Is it possible to use amazon SES to send emails? Emails sent by application are going in yahoo's junk folder. My application hardly send few emails per day. Just looking various posts: http://code.google.com/appengine/forum/?place=topic%2Fgoogle-appengine%2FazhX_BKiNiE%2Fdiscussion

[appengine-java] Re: email in yahoo junk - amazon ses

2011-07-08 Thread pac
I was also trying to contact yahoo, they get back to me and asked me to do few things but I don't have access to do those , may be some body from google can do this i.e. Thank you for writing to Yahoo! Mail. To further troubleshoot the issue, please send a test email (from the affected