HEADS-project / training

Training material to get started with the HEADS technologies
10 stars 16 forks source link

Tutorial 4.Apama_Basics - "onload" description incorrect #83

Closed aliverud closed 8 years ago

aliverud commented 8 years ago

The 'Developing an Application with MonitorScript' tutorial repeatedly describes "Delete the contents of the 'onload' action created in the previous lesson.", this is incorrect as the 'subscribe section' (eg. monitor.subscribe("TemperatureS001");) must remain, otherwise the application will fail at runtime not showing any output.

skorsky commented 8 years ago

Hi Anders ( @aliverud ), can you help me where this description is? I found descriptions where monitor.subscribe("TemperatureS001"); is replaced by monitor.subscribe("Temperature" + sensor.sensorId);.

aliverud commented 8 years ago

Hi, The first one is in "Developing an Application with MonitorScript, "Calculate average temperature readings over the last minute". The next is in "Monitoring Complex Events", "Add a more advanced temperature listener".

Also the description on how to add a "bundle" is incorrect for this version of Apama Workbench. This is in "Making Data Available to Remote Clients" and "Persisting Data (Memory Store)".

skorsky commented 8 years ago

Thanks for the hints. Some of them are fixed with the next Apama version. For the remaining I'll create issues.

Closing issue.