[google-appengine] Re: Configure JUnit test to suggest the missing datastore-indexes

2014-04-17 Thread sarath upadrista
Any suggestions for this. Basically I would like to know what are the required indexes while running JUnit tests? On Tue, Apr 15, 2014 at 3:56 PM, sarath upadrista sar...@veersoftsolutions.com wrote: Hello, I would like to know how the JUnit test uses the datastore-indexes while doing

[google-appengine] Configure JUnit test to suggest the missing datastore-indexes

2014-04-15 Thread sarath upadrista
want to use the auto datastore-indexes for my JUnit tests. What configuration can I make so that JUnit will be able to suggest what are the missing indexes? -- Thanks Regards Sarath U -- You received this message because you are subscribed to the Google Groups Google App Engine group

Re: [google-appengine] Is there any java library that will get the current facebook/yahoo/yammer logged-in user?

2014-02-06 Thread sarath upadrista
is not working locally. ThanksRegards, Sarath U. On Wed, Jan 22, 2014 at 6:57 PM, Alejandro Gonzalez alejandro.gonza...@nextinit.com wrote: Hello, Unfortunately, facebook is not an OpenId provider (they user their own-baked opeinId like mechanism called facebook connect). the AppEngine

[google-appengine] Is there any java library that will get the current facebook/yahoo/yammer logged-in user?

2014-01-22 Thread sarath upadrista
library like userService in java, which is used to get the current logged-in user through all the service providers like google, facebook, yahoo etc. Any suggestions would be appreciated. -- Thanks Regards Sarath U -- You received this message because you are subscribed to the Google Groups

[google-appengine] How can I be a google OAuth2.0 service provider for non gae applications?

2014-01-10 Thread sarath upadrista
will be a OAuth2.0 Service provider and supports non gae applications. -- Thanks Regards Sarath U -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr

[google-appengine] Problem with the appcfg's compiled jsp jar with Objectify4.0

2013-10-21 Thread sarath upadrista
got jarred into the _ah_compiled_jsps-.jar. ThanksRegards, Sarath U. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr

Re: [google-appengine] Re: App engine is down on some apps

2013-10-21 Thread sarath upadrista
...@googlegroups.com. To post to this group, send email to google-appengine@googlegroups.com. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out. -- Thanks Regards Sarath U -- You received this message because you

[appengine-java] too many 500 Errors

2010-11-01 Thread Sarath
the App Engine team. It was working fine a lot of days. What do we do? I put this site up on 1.3.7 do I have to redeploy with 1.3.8? -Sarath -- 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] Re: too many 500 Errors

2010-11-01 Thread Sarath
Thanks for the info. I will wait and watch. -Sarath. On Nov 1, 2:14 pm, Vikas Hazrati vhazr...@gmail.com wrote: It seems that there is some serious datastore issue. The status on thehttp://code.google.com/status/appengineis also elevated and both Java and Python services are affected

[appengine-java] Re: Can I start Development server with a location to store data?

2010-09-30 Thread Sarath
that you wish. regards didier On Sep 29, 7:34 pm, Sarath prosar...@gmail.com wrote: Apparently, the Database on devserver is a file under the war folder. Can we make this parametrized so I can keep the data persistent on a particular location? -- You received this message

[appengine-java] Can I start Development server with a location to store data?

2010-09-29 Thread Sarath
Apparently, the Database on devserver is a file under the war folder. Can we make this parametrized so I can keep the data persistent on a particular location? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group,

[appengine-java] Correction in Will it play..

2010-05-10 Thread Sarath
The Document http://groups.google.com/group/google-appengine-java/web/will-it-play-in-app-engine needs a minor correction. %...@tag isElIgnored=false% must be %...@tag isELIgnored=false% (Case senstive EL) May be it will save one else that time I lost struggling with it.. -- You received this

[appengine-java] Re: Cache pages in Memcache

2010-05-06 Thread Sarath
I would suggest a controllable/Configurable ETag than Cache-Control, would you not Ikai? -Sarath http://blog.sarathonline.com On May 5, 5:21 pm, Ikai L (Google) ika...@google.com wrote: Sounds like a great idea. I agree with you. The problem with setting a cache header is that you have very

[appengine-java] Re: Why should app startup times be a problem.

2010-03-31 Thread Sarath
Here is some more insight. http://bit.ly/d2lOnv Looks like I was way off on numbers for Grails. Like I said, We should think less about work arounds, and frameworks-on-diet (not that they dont work) and rather look at an out of box solution. -Sarath. On Mar 31, 2:29 am, Sarath sarath

[appengine-java] Re: Why should app startup times be a problem.

2010-03-31 Thread Sarath
to counter the aspect of keeping *warm instances*. As pointed out by others, it just is against the concept of *cloud*. -Sarath. On Mar 31, 8:05 pm, Blake blakecaldw...@gmail.com wrote: Cool post Sarath, thanks for sharing. I'm also scrambling to get better performance, but I'm getting nowhere near

[appengine-java] Re: Why should app startup times be a problem.

2010-03-30 Thread Sarath
. Google tech team - to comment/ I will try to upload some actual numbers from my logs and post the information. -Sarath On Mar 31, 1:54 am, Ikai L (Google) ika...@google.com wrote: David, that post mirrors many of the points made here: http://www.answercow.com/2010/03/google-app-engine-cold-start

[appengine-java] Re: Could not open the requested socket: Address already in use: bind

2010-03-28 Thread Sarath
I had this issue too. This was very annoying. Ctrl+c closes ant but not the appengine java process. I started using App Engine plugin. It has no such problem. =Sarath On Mar 27, 5:25 am, nicolas melendez nfmelen...@gmail.com wrote: if you use eclipse, you can kill it from debug window. NM

[appengine-java] Re: Spring breaks in GAE 1.3.1 - ClassPathXmlApplicationContext - Security Constraint

2010-03-04 Thread Sarath
It is failing in some bean conversion during (auto)wiring. I would check bean definitions and dependencies. On Mar 4, 7:00 am, niraj njun...@gmail.com wrote: My app seems to be getting an Error in Loading Spring. Note the exception below. Conditions: 1. The Code works fine in Local

[google-appengine] Re: Zip Importer High CPU every request

2009-02-18 Thread Sarath
it along with our app. -Sarath. On Feb 14, 9:07 pm, Ross Light rlig...@gmail.com wrote: I'm thinking now that that's probably the case.  After researching the docs, it would seem as though the Engine distributes the load over different web servers, which would cause the cache to cease to be.  I'd