> > Gadgets don't appear in the dashboard when the server is restarted. > Janapriya is looking in to the issue. >
This is fixed. Fix was to remove newline characters as follows from dashboard.xml. Lets be careful when handling the dashboard.xml from now onwards.. :) Erroneous Configuration: <property key="currentGadgetLayout"> G1#69,G2#68,G3#65,G1#74,G2#75,G3#76,G1#77,G2#71,G3#72,G1#73,G2#79 </property> Fixed Configuration: <property key="currentGadgetLayout">G1#69,G2#68,G3#65,G1#74,G2#75,G3#76,G1#77,G2#71,G3#72,G1#73,G2#79</property> regards, -- Ruwan Janapriya Technical Lead - WSO2 Inc. http://www.wso2.com/ - "The Open Source SOA Company"
_______________________________________________ Carbon-dev mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
