[appengine-java] Re: Task Queue API Update

2011-01-31 Thread Charms Styler
In your code, TaskOptions TO = new TaskOptions(TOdefault); I suggest you change it to TaskOptions TO = TOdefault; -- 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@googl

[appengine-java] Re: Task Queue API Update

2011-01-24 Thread Didier Durand
Hi, Do you work on local dev server or on live infrastructure ? Local dev servers requires additional jars to be included regards didier On Jan 24, 12:02 pm, Simon Knott wrote: > As Fabrizio has mentioned, the API methods have changed.  However, > you're saying that you can get the code to co

[appengine-java] Re: Task Queue API Update

2011-01-24 Thread Simon Knott
As Fabrizio has mentioned, the API methods have changed. However, you're saying that you can get the code to compile and it's throwing errors at runtime, which suggests that something has gone wrong with your imports - are you including both the labs and the non-labs API imports in the same class?