Hide Forgot
Date of First Response: 2010-04-19 06:19:14 project_key: JBEPP I'm not able to add Todo Gadget on Dashboard, I can see error in log: [Renderer] Failed to render gadget http://perf15.qa.atl2.redhat.com:8080/rest/jcr/repository/portal-system/production/app:gadgets/app:Todo/app:data/app:resources/Todo.xml: Unable to retrieve message bundle xml. HTTP error 504 In GateIn it works properly, so maybe it can be some error in packaging.
I wasn't able to reproduce
It is reproducable only in case you start epp5 with some -b parameter. On 'localhost' it works properly. (as we discussed on IRC)
This is due to how Google gadgets work: http://code.google.com/apis/gadgets/docs/i18n.html You need to specify a full URL to resources like this is done here: <Locale messages="http://localhost:8080/eXoGadgets/locale/Todo/ALL_ALL.xml" /> <Locale lang="ar" messages="http://localhost:8080/eXoGadgets/locale/Todo/ar_ALL.xml" language_direction="rtl"/> <Locale lang="fr" messages="http://localhost:8080/eXoGadgets/locale/Todo/fr_ALL.xml" /> <Locale lang="vi" messages="http://localhost:8080/eXoGadgets/locale/Todo/vi_ALL.xml" /> So if a user want to run one of the sample gadgets he would have to change those URLs
Link: Added: This issue relates to JBEPP-925