Re: [appengine-java] Banning users from my app.

2011-08-17 Thread Raphael André Bauer
What about that: Security and Authentication at http://code.google.com/intl/de-DE/appengine/docs/java/config/webxml.html No server calls needed if you are ok with Google based authentification... Works for all resources (RPCs included).. Best, Raphael On Tue, Aug 16, 2011 at 10:51 PM, Ikai

Re: [appengine-java] Re: date comparison fails

2011-08-17 Thread Simon Knott
Hi, Have you tried the following on the Calendar object? today.set(Calendar.MILLISECOND, 0); Cheers, Simon -- 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

[appengine-java] Connecting App with domain, can't add domain to google apps

2011-08-17 Thread f1ames
I created some app and I just wanted to add a domain. I registered the domain earlier, so I use use existing domain to register my domain in google apps, I put the name(shittter.net) and then I got en error like Google Apps does not currently support this domain name. Is this because of domain

Re: [appengine-java] Re: date comparison fails

2011-08-17 Thread Vik
thanks a lot this was the issue. Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org On Wed, Aug 17, 2011 at 1:41 PM, Simon Knott knott.si...@gmail.com wrote: Hi, Have you tried the following on the Calendar object? today.set(Calendar.MILLISECOND, 0); Cheers,

[appengine-java] Re: Put Image into BlobStore programatically

2011-08-17 Thread Christian Goudreau
Did you find anything on this Gal, I'm also interested in this post. -- 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/-/tHr3yxxn8XsJ. To

Re: [appengine-java] Re: Put Image into BlobStore programatically

2011-08-17 Thread Gal Dolber
Hi Christian, Yes, was possible before creating a the post request from appengine. Now you can do it with http://code.google.com/appengine/docs/java/blobstore/overview.html#Writing_Files_to_the_Blobstore . I didn't migrate my code yet. Regards On Wed, Aug 17, 2011 at 10:14 AM, Christian

Re: [appengine-java] GPE + Maven?

2011-08-17 Thread David Chandler
Make sure you also have copyWebapptrue/copyWebapp in the configuration section for gwt-maven-plugin. If you're still having issues, you might also try on that mailing list. HTH, /dmc On Sat, Aug 13, 2011 at 6:22 PM, nacho vela.igna...@gmail.com wrote: I'm trying to use Maven in a GAE / GWT

Re: [appengine-java] Connecting App with domain, can't add domain to google apps

2011-08-17 Thread Ikai Lan (Google)
It's likely because you are using a banned word in the domain name. -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Tue, Aug 16, 2011 at 2:19 PM, f1ames dr.odpowi...@gmail.com wrote: I created some app and I just wanted to add a domain. I

Re: [appengine-java] Eclipse GAE with OSX Lion

2011-08-17 Thread Nick Wood
I was getting the attached screenshot whenever I try and launch my application. I'm also still unable to sign into Google within Eclipse for some reason? Clicking the Grant Access button does nothing, nor does the Deny Access... Not really sure what's going on there. When I tried to start

[appengine-java] Re: java.net.SocketTimeoutException: Timeout while fetching

2011-08-17 Thread Luke
yes. after enable threadsafetrue/threadsafe , still getting java.net.SocketTimeoutException: Timeout while fetching my applicationA is crawler with HTMLUnit, in appengine, it is uses to crawl applicationB inside appengine as well. I only need to enable always on for applicationA only right? --

[appengine-java] Re: JDO NucleusObjectNotFoundException Exception: Could not retrieve entity of kind ? with key ?

2011-08-17 Thread Ian Marshall
Hi there, 1. From the parent's key, I use key.addChild(...) to build the full key to the child. Is this the same as the KeyFactory.createKey(...) that you use to build the child key? 2. To get an object without knowing its parent you can run a query on one of more of the child's

[appengine-java] Re: Elevations API, polyline encoding, Google App Engine

2011-08-17 Thread Martin Newstead
I got it fixed thanks. Seems I needed to URLEncode the query params for GAE/J but not for Tomcat, no bad thing to do this anyway. Not tested it on proper GAE so far though. On Aug 16, 10:41 pm, JT jem...@gmail.com wrote: A lot of stuff works outside gaej, just fyi. So don't scratched your head

[appengine-java] Re: QUOTAs, usage limits

2011-08-17 Thread Martin Newstead
Thanks, I suspected that would be the case so will work on a solution that doesn't use Google Elevations API for this. On Aug 16, 4:28 pm, Simon Knott knott.si...@gmail.com wrote: It means that you will very likely require a proxy server in the middle.   GAE doesn't allow you to present a

[appengine-java] Does the SDK in WEB-INF/lib Get Deployed?

2011-08-17 Thread objectuser
I'm wondering if JARs like appengine-api-1.0-sdk-1.5.2.jar in WEB-INF/lib get uploaded when I deploy from Eclipse. Are these items needed in the Google environment? I'm asking because I'm wondering if removing (if viable) would reduce my startup time, which seems to come in anywhere from 10s

Re: [appengine-java] Eclipse GAE with OSX Lion

2011-08-17 Thread David Chandler
Hi Nick, Is there anything interesting in the Eclipse error log? Window | Show View | Error Log. Also which version of Eclipse are you running? /dmc On Wed, Aug 17, 2011 at 12:37 PM, Nick Wood nick.wood...@gmail.com wrote: I was getting the attached screenshot whenever I try and launch my

[appengine-java] Deploy Issues in 1.5.3

2011-08-17 Thread Robert Lancer
Getting Found interface com.google.appengine.tools.admin.Application, but class was expected - as soon as deploy button was hit, tried it on two of my projects. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this

Re: [appengine-java] Deploy Issues in 1.5.3

2011-08-17 Thread Ikai Lan (Google)
Can you provide any more reproduction details? I'm going to try this in a bit but anything you can give us will help. -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Wed, Aug 17, 2011 at 12:25 PM, Robert Lancer robert.lan...@gmail.comwrote:

Re: [appengine-java] Deploy Issues in 1.5.3

2011-08-17 Thread Ikai Lan (Google)
Alright, I've easily reproduced this: 1. Update SDK 2. Try to deploy via eclipse plugin Seems to error out right away. Let me see if there's an Eclipse plugin update. -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Wed, Aug 17, 2011 at 1:46

Re: [appengine-java] Does the SDK in WEB-INF/lib Get Deployed?

2011-08-17 Thread Ikai Lan (Google)
Yes, these get deployed, and yes they are needed online because they provide the interfaces to the APIs. These are essentially thin clients. Fortunately, because we calculate a hash on each of the files, they're not reuploaded each time because we already have an identical file online. I'm not

Re: [appengine-java] Deploy Issues in 1.5.3

2011-08-17 Thread Ikai Lan (Google)
Follow this issue: http://code.google.com/p/googleappengine/issues/detail?id=5612 -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Wed, Aug 17, 2011 at 1:59 PM, Ikai Lan (Google) ika...@google.comwrote: Alright, I've easily reproduced this:

Re: [appengine-java] Does the SDK in WEB-INF/lib Get Deployed?

2011-08-17 Thread objectuser
I'm just generally trying to look to see if there's anything I can trim. My app seems to need to spin up a new instance a lot (the instance seems to stay up for only a minute or so if I'm not using it), and so there are a lot of 10s delays for requests. I don't really have a ton of libraries,

Re: [appengine-java] Deploy Issues in 1.5.3

2011-08-17 Thread Ikai Lan (Google)
Looks like this is just the Eclipse plugin. Command line deploys with appcfg.cmd are going through just fine. -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Wed, Aug 17, 2011 at 2:25 PM, Ikai Lan (Google) ika...@google.comwrote: Follow this

Re: [appengine-java] Does the SDK in WEB-INF/lib Get Deployed?

2011-08-17 Thread objectuser
I do use JDO (not JPA) and Guice (and not Spring). I also use GWT, GIN and Shiro. So I have maybe 5 primary libraries, along with the SDK. -- 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

Re: [appengine-java] Does the SDK in WEB-INF/lib Get Deployed?

2011-08-17 Thread JT
Correct me if I am wrong, I read some where that if one unzip/unjar and jar everything back as a single huge jar file, that will reduce the startup time significantly? Any volunteers to test the theory? : o Also for google, instead of jar splitting, why not provide jar merging feature? Don't

Re: [appengine-java] Does the SDK in WEB-INF/lib Get Deployed?

2011-08-17 Thread Don Schwarz
I think you're likely to see some benefit from uncompressing your jar files (i.e. unjar and rejar with -0), but not from merging them. However, free to experiment with this and report back on your results. On Wed, Aug 17, 2011 at 6:14 PM, JT jem...@gmail.com wrote: Correct me if I am wrong, I

Re: [appengine-java] Does the SDK in WEB-INF/lib Get Deployed?

2011-08-17 Thread JT
There you go Don, provide that uncompressing out of the box something like jar splitting that the SDK is already doing for big jar file. In GAEJ SDK 2.0? :) On Wed, Aug 17, 2011 at 7:14 PM, JT jem...@gmail.com wrote: Correct me if I am wrong, I read some where that if one unzip/unjar and jar

[appengine-java] ApplicationError: 10: Unknown when writing to blobstore using FileService

2011-08-17 Thread Mike Prince
I'm trying to write a Java serialized HashMapString,Long to the blobstore using the FileService and getting an Unknown error 10. I'm guessing there's 10,000+ items in the map. Below is the code I'm using, followed by the stack trace. Can someone clue me in on what I'm doing wrong? And yes, it

Re: [appengine-java] Does the SDK in WEB-INF/lib Get Deployed?

2011-08-17 Thread Bruno Fuster
@objectuser, My startup time is around 2 secs using static scanning for annotated components with VRaptor and Objectify. I don't think you can refactor your project at this point but its worth to check these frameworks for your next one. Regards, On Wed, Aug 17, 2011 at 8:19 PM, JT

[appengine-java] Out of memory error wiped out all the local data

2011-08-17 Thread J
If seems like on dev_server, if it encountered out of memory error, all entities are wiped out. Is this a known issue and if so, is there any workaround for this? Thanks. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view