[appengine-java] java application upload help

2011-12-08 Thread madushka.prasadgmail.com
i am trying to upload java application via command line.. but i got error msg. how can i fix this error.?. i have typed password and email correctly Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\prasad>cd\ C:\>cd/j C:\j>cd/bin

[appengine-java] Re: Creating a new entity kind using the Datastore Viewer

2011-12-08 Thread Max
Hi Marcel, You probably will be inserested at this project ( http://code.google.com/p/yaac/). You can upload blobs to blobstore directly or create a new entity / property which don't exist before. It's an complete application (rather than a standalone library) to be deployed as a separated ve

[appengine-java] New to this, need help setting up files for droid app

2011-12-08 Thread Scott Boynton
I'm using AI Inventor and I have an app that needs to download files. I need the file names to never change but I need to update the contents of the files. Mostly text files and a PIC file. I added App Engine but I can not find a way to upload files. I'm used to a simple FTP server. Am I using

[appengine-java] Re: Spring AOP behaving inconsistently on Google infrastructure.

2011-12-08 Thread objectuser
Can you make it only use the AOP alliance libs? I am totally guessing, so maybe that's pointless. -- 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-ap

[appengine-java] Re: Offical GAE Plugin for Grails

2011-12-08 Thread Marcel Overdijk
This plugin is written by Graeme Rocher (Head of Grails Development at SpringSource). Although I hoped differently in the past, Grails on AppEngine has never been a success for me. Note that I'm using latest Spring (MVC) together with Objectify. On Dec 8, 8:16 pm, sathya vikram wrote: > I want

Re: [appengine-java] Offical GAE Plugin for Grails

2011-12-08 Thread Bruno Fuster
I think so! Consider using Gaelyk + Objectify instead of Grails + GORM. http://gaelyk.appspot.com/ http://obgaektify.appspot.com/ On Thu, Dec 8, 2011 at 5:16 PM, sathya vikram wrote: > I want to know if there is any official plugin for Grails. > > is http://www.grails.org/plugin/app-engine is

[appengine-java] Offical GAE Plugin for Grails

2011-12-08 Thread sathya vikram
I want to know if there is any official plugin for Grails. is http://www.grails.org/plugin/app-engine is offical plugin? -- 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.goog

[appengine-java] Re: Spring AOP behaving inconsistently on Google infrastructure.

2011-12-08 Thread Marcel Overdijk
Yes, it's using AspectJ as well. The problem is I don't know how to search for the root cause... On Dec 8, 7:20 pm, objectuser wrote: > That's pretty crazy. > > Do you know what you're using for AOP? > > I'm using Guice, which using AOP alliance stuff, and it works consistently. >  Does Spring us

[appengine-java] Re: Spring AOP behaving inconsistently on Google infrastructure.

2011-12-08 Thread objectuser
That's pretty crazy. Do you know what you're using for AOP? I'm using Guice, which using AOP alliance stuff, and it works consistently. Does Spring use AspectJ? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discu

Re: [appengine-java] cron job schedule question

2011-12-08 Thread Bruno Fuster
Try "1,15 of month 23:59", it should work On Thu, Dec 8, 2011 at 3:48 PM, Bruno Fuster wrote: > have you tried "every 15 days 23:59" ? > > > On Thu, Dec 8, 2011 at 3:44 PM, Vik wrote: > >> Hie >> >> I tried to use "every 1st,15th day of month 23:59" >> to run a cron job after every 15th day bu

Re: [appengine-java] cron job schedule question

2011-12-08 Thread Bruno Fuster
have you tried "every 15 days 23:59" ? On Thu, Dec 8, 2011 at 3:44 PM, Vik wrote: > Hie > > I tried to use "every 1st,15th day of month 23:59" > to run a cron job after every 15th day but this is not correct as app > engine fail to parse this. any advise please. > > Thankx and Regards > > Vik >

[appengine-java] cron job schedule question

2011-12-08 Thread Vik
Hie I tried to use "every 1st,15th day of month 23:59" to run a cron job after every 15th day but this is not correct as app engine fail to parse this. any advise please. Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org -- You received this message because you are

Re: [appengine-java] Frontend Instance Hours - what am i doing wrong?

2011-12-08 Thread Simon Knott
Hi, We actually get 28hrs for free - it allows for a couple of extra instances being spun up by the scheduler on the odd load spike, without having to face charges. Cheers, Simon -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group.

Re: [appengine-java] Re: An alternative to Objectify?

2011-12-08 Thread Jeff Schnitzer
On Thu, Dec 8, 2011 at 10:32 AM, Jeff Schnitzer wrote: > > I'm sorry, but you clearly haven't actually used this cache in the real > world. I've looked at DataNucleus' Level2Cache interface and noticed that > it serializes requests entity-by-entity. This means that every single > request in a b

Re: [appengine-java] Re: An alternative to Objectify?

2011-12-08 Thread Jeff Schnitzer
On Thu, Dec 8, 2011 at 5:11 AM, datanucleus wrote: > > Well, it sounds so. But does (or can/will) Datanucleus support at least > > some of the features Jeff has mentioned? > > Yes, several actually. And nothing is "dog slow", ... though why dogs > get such a bad reputation I've no idea; take a gre

Re: [appengine-java] Frontend Instance Hours - what am i doing wrong?

2011-12-08 Thread Bruno Fuster
Hi vega, Appengine pricing schema has changed. We are billed now for hours, not for CPU usage anymore, just like EC2. If you use or do not use that particular instance, your billing will be the same. You have 24 hours per day for free. You can set your max idle instances to 1 so you will only pay

[appengine-java] Frontend Instance Hours - what am i doing wrong?

2011-12-08 Thread vega
hi im not sure if this forum or the general forum is better... but i have a feeling that its more java related then general a month ago (or so...) the billing system got changed. i had more then enogh "rescourses" for free in the old system. i put the project into sleeping, due to more impo

[appengine-java] Re: An alternative to Objectify?

2011-12-08 Thread Alexander Orlov
On Thursday, December 8, 2011 10:11:40 AM UTC+1, datanucleus wrote: > > Not sure also why people always want to make things into a "mines > better than yours contest". > I've got the same impression. > DataNucleus (and Googles plugin does that, with the emphasis on being > owned by Google, and

[appengine-java] Populating the App Engine logs with userid without Google Accounts

2011-12-08 Thread Edward Hartwell Goose
Hi, I'm using Spring Security in an application of ours, which we have successfully authenticating users. We did this because we already have an existing single sign on solution in place. What that means is that none of our log messages have the user id's in them - unless the user is also logg

[appengine-java] Securing cron urls / task urls using UserService and not using web.xml

2011-12-08 Thread Raphael André Bauer
Hi, I am currently trying to secure my urls that are accessed by cron jobs / tasks. Normally I would use web.xml like that: Protected Area /cron/* admin However, I got a constraint, where these urls should be al

[appengine-java] Yaac 0.4 is out! Insert statement is now supported

2011-12-08 Thread Max
Hi, Yaac 0.4 is just released. This is the first time I post release note there. So for some of you don't know what is *Yaac*, it's a java maven project designed to perform ad hoc admin tasks. You can simply download and deploy Yaac to your own domain as a separ

[appengine-java] Re: An alternative to Objectify?

2011-12-08 Thread datanucleus
> Well, it sounds so. But does (or can/will) Datanucleus support at least > some of the features Jeff has mentioned? Yes, several actually. And nothing is "dog slow", ... though why dogs get such a bad reputation I've no idea; take a greyhound for example ... :-) The question was "is caching in D