Re: [appengine-java] Re: Help Me..!

2011-05-03 Thread kartik kudada
Hi Rambo, Have you installed google plugin for eclipse? If it is installed, you can upload your application from eclipse. Regards, kartik On Wed, May 4, 2011 at 11:04 AM, Rambo wrote: > My project is not a web application project, its purely java > project, > I want to deploy it in GAE.

[appengine-java] Re: Help Me..!

2011-05-03 Thread Rambo
My project is not a web application project, its purely java project, I want to deploy it in GAE.. On May 3, 7:17 pm, Felipe Teixeira wrote: > i´m not understand, > > a simple deploy to google appengine , in eclipse.. > > your application going to GAE. > > 2011/5/3 Rambo > > > > > > > >

[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

[appengine-java] Re: GAE Teams Content-Transfer-Encoding: base64 data uploads don't work.

2011-05-03 Thread Brandon Donnelson
I thought I'd try maximum encoded line length and put a CR/LF at the end of each line of base64, so far no luck on GAE side. I'm changing directions for now, I'm going send my base64 images from canvas through RPC in chunks, and decode and write to blob on the server side. This will allow me t

[appengine-java] Re: NoSuchMethodError totalMemory()

2011-05-03 Thread Didier Durand
Hi, An answer from google is needed as Runtime still is in the whitelist: http://code.google.com/appengine/docs/java/jrewhitelist.html So, it should provide all the methods of the regular jre class. regards didier On May 4, 4:40 am, emurmur wrote: > My app started throwing exceptions right af

[appengine-java] Index Names now throwing an error

2011-05-03 Thread Matt Farnell
Hi there, I have an app in production which has been working for over a year with an index defined like so I went to make a modification to another unrelated part of the app and tried to deploy it however it now throws the following error. Unable to update ap

[appengine-java] NoSuchMethodError totalMemory()

2011-05-03 Thread emurmur
My app started throwing exceptions right after the latest maintenance; apparently Runtime.getRuntime().totalMemory() is now actually removed from the server runtime? Couldn't you just return zero? java.lang.NoSuchMethodError: com.google.apphosting.runtime.security.shared.intercept.java.lang.R

Re: [appengine-java] Re: GAE Teams Content-Transfer-Encoding: base64 data uploads don't work.

2011-05-03 Thread Brandon Donnelson
Thanks for looking :) -- 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-java+unsubscr...@goo

Re: [appengine-java] Re: GAE Teams Content-Transfer-Encoding: base64 data uploads don't work.

2011-05-03 Thread Ikai Lan (Google)
Could just be blobstore weirdness. I don't have a chance to get to this soon, but can you file an issue in the issues tracker? We'll categorize it and check it out during our next scrub. It could be operator error, but if that were the case it would mean 1. our SDK needs to be updated to reflect b

Re: [appengine-java] A couple of datastore questions!

2011-05-03 Thread Muhammad Ijaz Khan
This is exactly what I am doing for now but was wondering if there is a better way and better way of loading the actual object from key. Thanks for your comment as it reduced my loneliness :) On Wed, May 4, 2011 at 12:03 AM, Luca Matteis wrote: > Owned relationships are a bit weird in my opinion

Re: [appengine-java] A couple of datastore questions!

2011-05-03 Thread Luca Matteis
Owned relationships are a bit weird in my opinion. I was having your same issue. I had a `MyImage` class that was defined inside two different classes. This didn't work... I didn't quite understand why and so to avoid all weirdness I decided that for more complex relationship cases I would always u

[appengine-java] A couple of datastore questions!

2011-05-03 Thread Muhammad Ijaz Khan
Hi, I am building an application and have used JDO for datastore for implementing use cases. Now when I am implementing the backend machine which is a bit complex in relationships among objects then I am facing hard times with JDO (May be due to lack of my knowledge). I have following questions to

Re: [appengine-java] Objectify: IllegalAccessError

2011-05-03 Thread Felipe Teixeira
Hi, Brother, Your solution ; Objectify ofy = ObjectifyService.begin(); ObjectifyService.register(AutorizacaoDAO.class); com.googlecode.objectify.Query q = ofy.query(AutorizacaoDAO.class).filter("email", email).filter("senhaautorizada", senha); 2011/5/2 GeneralSlaine > Hi all, > >

[appengine-java] Re: Objectify: IllegalAccessError

2011-05-03 Thread GeneralSlaine
Jeff, I'm using 1.3.8 I think reading from this Jar file: appengine-api-1.0- sdk-1.3.8.jar. However, this version dates from october 2010, not that old! So I have to upgrade? BR On 3 mei, 04:04, Jeff Schnitzer wrote: > Are you running with a very old GAE SDK... something before 1.4.0, > perhaps

[appengine-java] Emulating KeyFactory.keyToString in gwt?

2011-05-03 Thread Gal Dolber
Can be done? -- Guit: Elegant, beautiful, modular and *production ready* gwt applications. http://code.google.com/p/guit/ -- 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: [appengine-java] Help Me..!

2011-05-03 Thread Felipe Teixeira
i´m not understand, a simple deploy to google appengine , in eclipse.. your application going to GAE. 2011/5/3 Rambo > Hi friends..! >I am doing a small project in java using spreadsheet api to read > and write data's in the Google spreadsheet. I finished it > successfully. >Now i wann

[appengine-java] Help Me..!

2011-05-03 Thread Rambo
Hi friends..! I am doing a small project in java using spreadsheet api to read and write data's in the Google spreadsheet. I finished it successfully. Now i wanna to upload it to GAE Please give me some suggestions. Thanks in Advance -- You received this message bec

[appengine-java] Re: GAE Teams Content-Transfer-Encoding: base64 data uploads don't work.

2011-05-03 Thread Brandon Donnelson
I'm wondering if I am having operator error? -- 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-appengi

Re: [appengine-java]: transactional tasks cannot be named ??

2011-05-03 Thread Aswath Satrasala
Any pointers for this... Thanks -Aswath On Thu, Apr 21, 2011 at 11:43 AM, Santosh kumar wrote: > Hi, > > When i run mapper, i am getting an exception, please can you suggest why it > is throwing exception ?? > > java.lang.IllegalArgumentException: transactional tasks cannot be named: > TaskOpti

[appengine-java] Re: How to show the Google Development Tools dropdown?

2011-05-03 Thread Lina Qu
Hi David, Thank you so much! I just updated Eclipse and all works now. On Apr 28, 8:53 am, David Chandler wrote: > Hi Lina, > > The GPE 2.3 docs were mistakenly pushed live a bit early. You can > access the new features in the 2.3 beta version of the plugin, which > is installed through a sepa