[appengine-java] Re: Federated Login redirecting to Google OpenID and not /_ah/login_required on Java GAE

2011-08-09 Thread Vishal
xception I see is the dev console. Does this not work for the Java AppEngine? Is anyone else successfully using Federated Login with Java? Thanks, Vishal On Aug 9, 10:17 am, JT wrote: > Are you sure documentation says you can use your own login servlet? As far > as I know it always redirect

[appengine-java] Re: Federated Login redirecting to Google OpenID and not /_ah/login_required on Java GAE

2011-08-09 Thread Vishal
I'm still blocked on this! Does anyone have any thoughts or pointers? Thanks! Vishal On Aug 6, 12:32 am, Vishal Arora wrote: > Hello Wise Java AppEngineers, > > I need your help to figure out what I'm doing wrong. I've enabled > Federated Login for my Java app, but

[appengine-java] Federated Login redirecting to Google OpenID and not /_ah/login_required on Java GAE

2011-08-08 Thread Vishal Arora
LoginRequiredServlet /_ah/login_required /manage/* * I followed the instructions at http://code.google.com/appengine/articles/openid.html. What am I doing wrong? Thanks! Vishal -- You received this message because you are subscribed to the Google G

[appengine-java] App Engine and Google Apps

2010-09-08 Thread Vishal Singh
This is my use case. We are building a health care solution using App Engine. The idea is people would be able to add the health care app engine solution in their Google App Domain. The health care app engine solution will be able to differentiate there request from different Google Apps and store

[appengine-java] NameSpaceManager getGoogleAppsNamespace()

2010-09-08 Thread Vishal Singh
Google Apps. Am I missing something. Vishal -- 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-j...@googlegroups.com. To unsubscribe from this group, send email to google

[appengine-java] GWT form upload using BlobstoreService App Engine

2010-06-14 Thread Vishal Singh
I am using GWT and Google App Engine Java for my application. I have a profile screen where user enters profile information like name, age and address, saves it and gets success or failure message. I developed this initial application using GWT-RPC and it worked fine. I had a new requirement where

[appengine-java] Re: Uploading to blobstore gives OutOfMemoryError

2010-06-11 Thread Vishal Singh
I have the same issue. On Jun 4, 11:51 am, eighty wrote: > +1 > > On Jun 2, 4:14 pm, Jean Hsu wrote: > > > > > Hi all, > > > I am trying to set up a basic file upload to blobstore,  but I get > > this OutOfMemoryError: > > > WARNING: Error for /_ah/upload/ > > aghvbWdkcmVzc3IcCxIVX19CbG9iVXBsb2F

[appengine-java] Re: Java Uploader

2010-05-31 Thread Vishal Singh
It will be good to have a official Java Uploader. On May 18, 10:19 pm, "Ikai L (Google)" wrote: > Also, I should mention that in general, use HTTP POST for anything > destructive. An HTTP GET should not change data. It's too easy for a user to > reload a page without a warning or a web crawler to

[appengine-java] AccessControlException & Consequnces of not using Google App Engine

2010-01-10 Thread Vishal Shukla
Hello, I am not having any knowledge about google app engine. I am working on one enterprise application, in which I am using GWT, Struts2, Hibernate. Now I am integrating EJB session beans in business layer. I need to call session beans from GWT servlet. When I do JNDI lookup, I am getting Access