[appengine-java] Authenticate Google Accounts in Google App Engine/Run Code under different User Context - Java Servlet

2012-01-21 Thread Jerry George
Hi, I would like to do is to authenticate into Google Accounts using a Username and Password. Basically, [Authenticate User Context - Log in Pro grammatically into Google Accounts inside a Java Servlet] UserService userService = UserServiceFactory.getUserService();

[appengine-java] Why Future result from ApiProxy.Delegate.makeAsyncCall() is never used?

2012-01-21 Thread expert
Hi everyone! I'm playing with GAE hooks and trying to follow Nick's blog post (http://goo.gl/TB682). But apparently it's somewhat outdated because it doesn't have implementation of `makeAsyncCall` which exists in my GAE SDK 1.6.1. Here is snippet of my code public class MultiTenantHook

[appengine-java] play framework-gae

2012-01-21 Thread Priyatham Suresh
The server encountered an error and could not complete your request. i have developed a simple hello world play framework and gae application. the above error message is coming when i deploy my play framework and app engine application any one of you please help me -- You received this

[appengine-java] Java Application With MySql Database in App engine Datastore

2012-01-21 Thread gaurav
Hey I wanna to Know How can I Use Java Application with Mysql database in App Engine datastore ? Thnx in Advance .. :-) -- 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

[appengine-java] No need to use Java 6

2012-01-21 Thread blakels
See this post: http://stackoverflow.com/questions/7970622/java-7-jvm-verifyerror-in-eclipse using -XX:-UseSplitVerifier to activate the old verifier (in java 6) will solve the problem. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java

[appengine-java] Unowned relations JPA examples for datanucleus plugin v2

2012-01-21 Thread Marrrck
Hi Everyone, I'm trying to get a many-to-many unowned relationship modeled using JPA and the appengine-datanucleus v2 plugin, but I can't get it work and all the examples I've found online are for JDO or else pre v2 of the plugin. Has anyone gotten manytomany or really any kind of unowned

Re: [appengine-java] Re: Eclipse unable to compile after updating

2012-01-21 Thread Yunwen Ye
Click Java Build Path for the project, and see if App Engine SDK is invalid. If true, click Edit and choose the right path. --yunwen On Thu, Jan 19, 2012 at 7:20 PM, Arjun Damodar lutt...@gmail.com wrote: This is the problem description for the same: Description ResourcePath

[appengine-java] Re: java.lang.OutOfMemoryError: PermGen space

2012-01-21 Thread Eric
You appear to be encountering this problem in hosted mode. If you are using a Sun (ahem I mean oracle) JVM you can use -XX:MaxPermSize to increase the perm gen space. From your stack trace you also seem to be using jrebel (com.zeroturnaround.javarebel). This library may be introducing a bit

[appengine-java] Re: java.lang.OutOfMemoryError: PermGen space

2012-01-21 Thread Eric
...and by hosted mode I mean the development server (not on the cloud). -- 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/-/NlxGNE_JKA0J.

Re: [appengine-java] Example GAE with Cloud Sql

2012-01-21 Thread kwanja9999
Sent from my BlackBerry® by dtac. -Original Message- From: Bobert balz.r...@googlemail.com Sender: google-appengine-java@googlegroups.com Date: Sat, 21 Jan 2012 10:43:13 To: google-appengine-java@googlegroups.com Reply-To: google-appengine-java@googlegroups.com Subject: [appengine-java]

[appengine-java] How to query from childs' property using JDO?

2012-01-21 Thread sj
Based on GAE JDO page (http://code.google.com/appengine/docs/java/datastore/jdo/relationships.html), I create Employee and ContactInfo objects with relation one to many. public class Employee implements Serializable{ @Persistent(mappedBy = employee, defaultFetchGroup = true)

[appengine-java] Re: Eclipse - Sign into Google Fails

2012-01-21 Thread David Thompson
This turned out to really be that I was starting eclipse with vm pointed to a 1.5 instead of 1.6 jdk. I guess newer plugins required this or something. On Jan 10, 7:56 pm, David Thompson d...@thompsonhome.org wrote: Got appcfg command line to upload the app but Eclipse still busted and auth