Get queue, create task, add task to queue:

      Queue q = QueueFactory.getDefaultQueue();
      TaskOptions opts = TaskOptions.Builder.withUrl(some_url);
      opts.param("some_name", "some_value");
      q.add(opts);

The task is executed but HttpServletRequest.getParameterMap().size() == 0 
for this task.

Originally occurred with 1.4.3. Tried updating 1.5.0 but it didn't help. I'm 
running on a macbook but my coworker on windows xp has no problem with this 
same piece of code.

Any thoughts?

Also, where can I post java issues? The link on the left appears to be for 
python issues.

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