Hi,

I created the Siddhi query below to sent data from my Siddhi application to a 
dashboard widget with a websocket. The problem is when I try to create a widget 
in the dashboard tooling with websocket provider I get this error: "Failed to 
load provider configurations". I've looked in the documentation 
https://docs.wso2.com/display/SP420/Working+with+Data+Providers#WorkingwithDataProviders-WebSocketProvider.
 But I still dont understand it. Do I have to enter anything in the 
deployment.yaml file in the dashboard section of the wso2 installion? If yes, 
where and what do I have to enter?


@Sink(type = 'websocket', url = 'ws://localhost:8025/abc',

   @map(type='xml'))

define stream Foo (attribute1 string, attribute2 int);


Thanks for the help,

Wiedo

_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to