[appengine-java] Could not delete entity from local Datastore Viewer

2012-03-19 Thread July
HI all: So curious that i can not delete entity data from the local admin console, when i select one record and hit delete, it shows message "2 entities deleted." but from the view, they are still there without changes! I met this problem from v1.6.1, after upgrade to 1.6.3, problem still the

[appengine-java] Re: "Error: Server Error" occurs when login using OpenID using GAE/J

2011-06-25 Thread July
By the way, there are no log message in GAE log, seems the error occurs before hitting my application. i'm using GAE1.5.0. Thanks -- 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://g

[appengine-java] "Error: Server Error" occurs when login using OpenID using GAE/J

2011-06-25 Thread July
with the Google Login page, after he login the app should redirect to the home page, but now instead it will give the above error. Any ideas about this? does anyone meet the same problem like me? Thanks. -July -- You received this message because you are subscribed to the Google Groups &q

[appengine-java] Old bug reappeared? createLoginURL() missing query string

2011-06-02 Thread July
Hi all: I'm Using GAE 1.5.0 java, reproduct the bug is easy: protected void doGet( HttpServletRequest req, HttpServletResponse resp ) throws ServletException, IOException { UserService userService = UserServiceFactory.getUserService(); if( !userService.isUserLoggedIn() )

[appengine-java] UserService--Fails to get the right "current user"

2011-05-23 Thread July
the email of second domain. Any ideas about this? thanks very much. -July -- 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 thi

[appengine-java] Re: GAE+GDate+Dev mode+Proxy: can not access internet

2011-05-10 Thread July
i finally get it works, thank you Brandon. -- 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 to google-appengine

[appengine-java] Re: GAE+GDate+Dev mode+Proxy: can not access internet

2011-05-09 Thread July
Yes i config my application's proxy one by one, there is a proxy software called proxyCap through which we can config global proxy, unfortunately when i use it everything stops work(it can not connect to internet at all) -- You received this message because you are subscribed to the Google Grou

[appengine-java] Re: GAE+GDate+Dev mode+Proxy: can not access internet

2011-05-09 Thread July
thanks for your reply. yes i'm using eclipse GPE to debug in Windows XP as admin. My eclipse proxy works fine and i can update plugin. GAE can detect updation, everything works fine. I think the key is to setup proxy in Gdata, when i use a swing desktop application with Gdata, set proxy before t

[appengine-java] GAE+GDate+Dev mode+Proxy: can not access internet

2011-05-08 Thread July
hi all: I've searched this forum but seems none thread cover this topic: enviroment: GAE+GDate+Dev mode+Proxy Now my servlet need to retrieve data using the Gdata API, i'm using proxy to connect to the net, Gdata seem does not using the proxy i set in VM arguments when launching GAE. i manually

[appengine-java] Re: Where does the OAuth java example code go?

2011-05-04 Thread July
thank you Brandon, i'll try that now * * -- 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 to google-appengine-j

[appengine-java] Where does the OAuth java example code go?

2011-05-03 Thread July
Hi guys: As title, there was once a OAuth example for java at : http://code.google.com/p/googleappengine/source/browse/#svn/trunk/java/demos/oauth unfortunately now it's empty, so anyone know where did it go? thanks very much. -- You received this message because you are subscribed to the Goog