[appengine-java] Re: Datastore API for free applications.

2012-01-02 Thread dreamer
Billing may not be the issue, if at all should throw authorization exception. Appears like some timeout. Server exception log should give more details. Just to test the feature, initiate blobstoreService.createUploadUrl from server code itself. On Dec 31 2011, 1:42 pm, J jem...@gmail.com wrote:

[appengine-java] Mail Service Issue

2012-01-02 Thread Kamesh Arumugam
Guys, i am Kamesh New to App Engine, currently i m trying to resolve an issue, which i am being countered with, I need your valuable Suggestions, While using Mail services for some purpose i need to truncate some headers, in case for using Sprint Mobile Service is that possible in Google App

[appengine-java] Re: JDO second level cache getting in the way...

2012-01-02 Thread Rick Mangi
Do yourself a big favor and run away from JDO + GAE screaming as fast as you can. You're much better off using one of the thin wrappers around the AppEngine Datastore like Objectify or Twig along with the built in Memcache service. JDO was designed for relational data models, GAE was designed for

Re: [appengine-java] An O/R mapper to use with cloud sql

2012-01-02 Thread Arjan
I keep getting errors of the hibernate configuration that can not read 'public static' properties. It's due to some reflection limitation on the GAE. So there may be a more fitting OR mapper to use in GAE. -- You received this message because you are subscribed to the Google Groups Google App

[appengine-java] Eclipse doesn't automatically reload anymore

2012-01-02 Thread Daniel
When I first got eclipse setup, it would automatically reinsert newly compiled objects into the running server so that all I had to do was refresh the page in the browser to see my changes. For some reason this stopped working. I don't see any errors in the error log for eclipse and it

Re: [appengine-java] Mail Service Issue

2012-01-02 Thread JT
i need to truncate some headers can you give an example of such a use case? On Mon, Jan 2, 2012 at 10:46 AM, Kamesh Arumugam user.appeng...@gmail.comwrote: Guys, i am Kamesh New to App Engine, currently i m trying to resolve an issue, which i am being countered with, I need your valuable

[appengine-java] Re: Eclipse doesn't automatically reload anymore

2012-01-02 Thread Daniel
I'm not sure if this is related, but I'm getting errors with DataNucleus Enhancer. Here's what I'm getting: DataNucleus Enhancer (version 1.1.4) : Enhancement of classes DataNucleus Enhancer completed with success for 0 classes. Timings : input=42 ms, enhance=0 ms, total=42 ms. Consult the log

[appengine-java] Re: Eclipse doesn't automatically reload anymore

2012-01-02 Thread Daniel
I have now uninstalled Java7 so that only Java6 is installed. I also uninstalled and reinstalled Eclipse. Changes to classes still don't show up until I stop the web application and the start it again using 'Run as' Any ideas of what I can troubleshoot next? -- You received this message

[appengine-java] Re: Eclipse doesn't automatically reload anymore

2012-01-02 Thread Daniel
Solved (sort of). I went back through the tutorial here: http://code.google.com/appengine/docs/java/tools/eclipse.html I should have been debugging as: *Debug As* *Web Application* It now works just like it should -- You received this message because you are subscribed to the Google

[appengine-java] Re: Updating Relation Index Entity

2012-01-02 Thread Iván Rodríguez
Hello, Any help is wellcome!!! What do you think about the pattern for populate user activity. And for update it? -- 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

Re: [appengine-java] An O/R mapper to use with cloud sql

2012-01-02 Thread Jeff Schnitzer
On Mon, Jan 2, 2012 at 12:22 PM, Arjan arjan.br...@gmail.com wrote: I keep getting errors of the hibernate configuration that can not read 'public static' properties. It's due to some reflection limitation on the GAE. So there may be a more fitting OR mapper to use in GAE. Are you absolutely