Bug 1102602
| Summary: | Process instance view doesn't show Japanese task names | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | kkomazaw | ||||
| Component: | Business Central | Assignee: | Tihomir Surdilovic <tsurdilo> | ||||
| Status: | CLOSED EOL | QA Contact: | Lukáš Petrovický <lpetrovi> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.0.2 | CC: | kverlaen, xiabai | ||||
| Target Milestone: | ER4 | ||||||
| Target Release: | 6.1.0 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-03-27 19:48:19 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: |
|
||||||
Any chance to be fixed in 6.1? I tried 6.1 ER1 but the bug still exists. hi,kkomazaw Can u tell me which you database ? Mysql, H2... Than which your unicode of you database? I do not believe that tis is a designer issue. In the Process Instance view, the workbench passes the source of the process (bpmn2) to designer (which is placed in read-only mode). Designer presents this source as-is. I believe that this BZ should be moved to the Workbench component where it should be made sure that the bpmn2 source passed to designer is utf-8 based. Mauricio, it seems the process XML being passed is possibly not identical to what's stored in the repo, could you verify this? Please work with Tiho if necessary in figuring out where the issue is exactly. Hmm it could be an internal encoding issue, I will check that out. @Tiho, so are we 100% sure that the process is stored in the repository as it should be? Hi,Tihomir Mauricio I was fixed this issue. PR: https://github.com/droolsjbpm/jbpm-designer/pull/39. Please check it. Pull request that fixes the issue: https://github.com/droolsjbpm/jbpm-designer/pull/39/files I will re-assign the issue to Tiho, who can test that the change doesn't affect anything else. Setting to MODIFIED as pull request has been merged. fix in designer 6.2.x branch BPMS 6.1.0.ER4 |
Created attachment 900305 [details] Screenshot Description of problem: Process instance view doesn't show Japanese task names. The characters are shown as '?????'. Version-Release number of selected component (if applicable): Tested in 6.0.2 ER3 How reproducible: Steps to Reproduce: 1. Create a simple process which contains a task with Japanese task name. 2. Create an instance 3. Go to Process Instance page and show the instance view. Actual results: The characters are shown as '?????'. Expected results: The Japanese characters are shown correctly Additional info: Reproduced in 6.0.1 as well