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
Original issue reported on code.google.com by
tpeder...@gmail.com
on 7 Aug 2009 at 11:33