Hi,
Since robots is hosted within Google Appengine(GAE) and GAE only allows
external HTTP connection be made with java.net.URLConnection, other
mechanism might not be enabled.  You may want to find out if the client
library you are using is using something other than URLConnection, in that
case you would need to write your own fetch mechanism.  An example of how to
fetch content over HTTP can be found in this link.  You can check out the
fetchUrl()method -

http://google-wave-resources.googlecode.com/svn/trunk/samples/extensions/robots/java/stocky/src/robot/Util.java


On Tue, Oct 20, 2009 at 10:25 AM, Nicolas Perriault <nperria...@gmail.com>wrote:

>
> Hi,
>
> I'm trying to create a bot using the Wave API for Java, and it looks
> that I'm currently unable to send any outgoing HTTP connections from
> my servlet's code.
>
> Is there any known limitation? Hint: I'm trying to connect to the
> twitter API using the twitter4j library, and my appspot logs are just
> saying that the request max execution time has exceeded (whereas the
> twitter service is available at the same moment).
>
> Any help much appreciated.
>
> ++
>
> --
> Nicolas Perriault
> http://prendreuncafe.com - http://symfonians.net
> Mobile: +33 660 92 08 67
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to