dcorking / wave-robot-java-client

Automatically exported from code.google.com/p/wave-robot-java-client
0 stars 0 forks source link

Cron robot makes Wave call the wrong URL #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Edit capabilities.xml to do cron updates as in:
<w:cron path="/_wave/robot/fetchupdate" timerinseconds="5"/>
2. Deploy robot to GAE
3. Add robot to Wave

What is the expected output? What do you see instead?
I have mapped /_wave/robot/fetchupdate to an UpdateServlet in the web.xml
and I would expect the ProcessEvent of the UpdateServlet to be called.
Instead I can see - from the GAE log files - that
POST /_wave/robot/jsonrpc HTTP/1.1"
is called by the Wave server every 5 second with a content of
{"blips":{"map":{},"javaClass":"java.util.HashMap"},"events":{"javaClass":"java.
util.ArrayList","list":[]},"wavelet":null}

What version of the product are you using? On what operating system?
Running client librarie wave-robot-api-20090720.jar 

Please provide any additional information below.

Original issue reported on code.google.com by tpeder...@gmail.com on 7 Aug 2009 at 11:33

GoogleCodeExporter commented 9 years ago
This was fixed.

Original comment by pamela.fox on 1 Oct 2009 at 4:54