Successfully tested! Thanks a bunch!

On Dec 26, 8:20 am, David Chandler <turboman...@gmail.com> wrote:
> Sounds like you might want to use a simple cron job to insert a task
> into a task queue. You can easily handle task parameters with
> Deferred.defer():
>
> http://turbomanage.wordpress.com/2009/11/20/deferred-defer-is-a-thing...
>
> /dmc
>
> On Dec 24, 12:43 am, Tb <tho...@bertranfamily.com> wrote:
>
>
>
> > I know it kinda looks ugly since I had to add a doGet method to my
> > servlet to call doPost with the request and response objects... but
> > it was going to get the job done! Or so I thought...
> > I'm getting a
> > "com.google.apphosting.utils.config.AppEngineConfigException: XML
> > error validating" exception when GAE tries to match my cron.xml to the
> > xsd file. The url looks something like this "/doCall?
> > user=test&rank=1".
>
> > Am I missing something or there's no way to set-up a "real" cron job
> > with command-line arguments and that kind of stuff? We can just do a
> > dumb get to a servlet?
> > Like I said, I may be missing something...

--

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-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to