Hi folks,

I've been digging into the problem of the dashboard gadgets not working in
BAM. Since this works in the previous release I compared and tried to figure
out the differences. Both the gadgets and the components are almost similar
word to word, and all I don't see any problems in the back end. But I
noticed the following problem in the html tags of the gadget:

<embed type="application/x-shockwave-flash"
src="registry/resource/_system/config/repository/dashboards/gadgets/bam/flash/hclustergraph.swf"
width="100%" height="100%" style="undefined" id="graph" name="graph"
bgcolor="#ffffff" quality="high" wmode="transparent"
flashvars="recordCount=10&amp;interval=30000&amp;dataURL=&lt;level0 name="
https:="" 10.100.0.146:9445"="">

Now compare this to the embed tag in the working release:

<embed width="100%" height="100%"
flashvars="recordCount=10&amp;interval=30000&amp;dataURL=carbon/gauges/gadgets/flash/flashdata-ajaxprocessor.jsp?funcName=getServiceReqResFaultCountsOfServer%26serverID=2"
wmode="transparent" quality="high" bgcolor="#ffffff" name="graph" id="graph"
style=""
src="registry/resource/_system/config/repository/dashboards/gadgets/flash/hclustergraph.swf"
type="application/x-shockwave-flash">


All the gadget code is similar. Therefore, I think there has been a change
in how the dashboard renders gadgets which is causing this issue. Could
anyone verify this?

-- 
Regards,

Tharindu
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to