Hello, I'm using GAEJ as the back end for my Android application and have 
implemented Cloud to Device Messaging for Android (C2DM).

I have everything working bar one bit of code. The Servlet that is executed 
in a TaskQueue refuses to execute correctly. 

The code includes a HTTP POST that is technically correct as the code was 
adapted from Google's Chome2Phone App Engine sample code. For some reason, 
app engine does not execute my code however it does not log that an error 
has occured and the logging I have configured to occur during the HTTP POST 
process is not displayed (however any logging before or after the attempt to 
POST is displayed).

This is an extremely odd error that I can't figure out, has anyone 
else experienced a similar problem?

Note: This is not an issue with C2DM or my Android device client as I have 
successfully tested this using CURL.

If anyone has a suggestion, it will be greatly appreciated!

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

Reply via email to