[appengine-java] Include appengine-api-labs-1.3.8.jar in application deploy for TaskQueue?

2010-10-20 Thread andrew
In my application I have started to experiment with TaskQueue.

After deploying, on execution in the cloud I get the following
exception:

java.lang.NoClassDefFoundError: com/google/appengine/api/labs/
taskqueue/QueueFactory

I assume this is because TaskQueue is still in labs, and so is in the
appengine-api-labs-1.3.8.jar in the eclipse/plugins folder.

So, my question is:

Should include appengine-api-labs-1.3.8.jar in my project, copy it
to my /war/ folder and deploy it with my application into the cloud?

If so, I assume it's recommended to always upload the same version of
this jar (1.3.8) as the version of the production environment (1.3.8).

thanks

Andrew

-- 
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.



Re: [appengine-java] Include appengine-api-labs-1.3.8.jar in application deploy for TaskQueue?

2010-10-20 Thread Don Schwarz
On Wed, Oct 20, 2010 at 3:48 PM, andrew aute...@gmail.com wrote:
 In my application I have started to experiment with TaskQueue.

 After deploying, on execution in the cloud I get the following
 exception:

 java.lang.NoClassDefFoundError: com/google/appengine/api/labs/
 taskqueue/QueueFactory

 I assume this is because TaskQueue is still in labs, and so is in the
 appengine-api-labs-1.3.8.jar in the eclipse/plugins folder.

 So, my question is:

 Should include appengine-api-labs-1.3.8.jar in my project, copy it
 to my /war/ folder and deploy it with my application into the cloud?


Yes.

 If so, I assume it's recommended to always upload the same version of
 this jar (1.3.8) as the version of the production environment (1.3.8).

Ideally, yes.

-- 
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.