Bug 1065271
| Summary: | Localization resource bundles for Import Dashboard panel can't be found | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Jan Hrcek <jhrcek> | ||||
| Component: | BAM | Assignee: | David Gutierrez <dgutierr> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Hrcek <jhrcek> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6.0.1 | CC: | dgutierr, jschatte, kverlaen, pzapataf, rrajasek | ||||
| Target Milestone: | ER2 | ||||||
| Target Release: | 6.0.1 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-06 20:03:39 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Included missing resources in pom.xml (partial fix, pending push of i18ned bundles): master: https://github.com/droolsjbpm/dashboard-builder/commit/889ed8a1415f28cae600e7151a172a00b5df6d69 6.0.x: https://github.com/droolsjbpm/dashboard-builder/commit/5bf0c21126ed47712d6fc772d3c491f81ab08418 Additional commit. Github commit (master): https://github.com/droolsjbpm/dashboard-builder/commit/217c48a3286daaa4d5f8bd398a5d6c227b588d8d Github commit (6.0.x): https://github.com/droolsjbpm/dashboard-builder/commit/7608a4cd8a6a68e3da85663008b163e94c080afc Ok, verified in BPMS 6.0.1 ER2 Locale-specific issues are only tested manually by QA. Adding support for testing them to our automated UI-testing frameworks would require disproportionate development effort with little to show for it. |
Created attachment 863181 [details] server.log showing the exceptions Description of problem: When you try to create new instance of Import dashboard panel on page, exceptions appear in server log: 09:42:31,279 ERROR [org.jboss.dashboard.ui.panel.PanelProvider] (http-localhost/127.0.0.1:8080-5) Error trying to get the panel driver resource bundle: dashb_import: java.util.MissingResourceException: Can't find bundle for base name dashb_import, locale de Version-Release number of selected component (if applicable): BPMS 6.0.1 CR1 How reproducible: Always Steps to Reproduce: 1. In Admin Bar click 'Create new panel in current page' 2. pick System > Import Dashboards > Create panel and drag&drop to create new panel. Actual results: Exception in server log, when switched to different locale, Import dashboards panel not translated. Expected results: German locale for import dashboards panel should be working. Additional info: