Bug 1330710

Summary: Designer doesn't load when using German/French/Japanese locales
Product: [Retired] JBoss BPMS Platform 6 Reporter: Jozef Marko <jomarko>
Component: jBPM DesignerAssignee: Tihomir Surdilovic <tsurdilo>
Status: CLOSED EOL QA Contact: Jozef Marko <jomarko>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 6.3.0CC: kgaevski, kverlaen, lijli, rrajasek, rzhang
Target Milestone: CR2Keywords: i18n, Regression
Target Release: 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
fedora23, eap6.4.7.GA
Last Closed: 2020-03-27 20:11:08 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:
Attachments:
Description Flags
freezed business process designer none

Description Jozef Marko 2016-04-26 18:29:23 UTC
Created attachment 1151058 [details]
freezed business process designer

Version-Release number of selected component (if applicable):
6.3.0.CR1

Steps to Reproduce:
1. Create new business process and save it.
2. Close business process designer
3. In business central setting select German language
4. Try to open process created in step 1.

Actual results:
Process designer will be not opened


Expected results:
Process designer will be opened

Comment 1 Jan Hrcek 2016-04-27 08:37:36 UTC
*** Bug 1330870 has been marked as a duplicate of this bug. ***

Comment 2 Jeremy Lindop 2016-04-27 16:33:11 UTC
There were some string constants with unescaped single-quotes in properties files that were causing Javascript syntax errors when Designer was loaded.
Fixed by running 'mvn replacer:replace -N' in jbpm-designer-api then committing the modified properties files:

master: https://github.com/droolsjbpm/jbpm-designer/commit/981bbc0029d5c2e77f35937ce3b365df1d25e9a9

6.4.x: https://github.com/droolsjbpm/jbpm-designer/commit/a76f4df03a1b8124d86e664de81a792e05edaf1f

Comment 3 Rajesh Rajasekaran 2016-04-27 18:04:59 UTC
Can QE verify if the updated resources file addresses this issue?

Comment 4 Jan Hrcek 2016-04-28 05:20:58 UTC
I tried the fix with kie-wb built from 6.4.1 upstream branch and I can confirm the fix is working fine - it's possible to open designer using all available locales. We'll verify this BZ once the fix appears in CR1 rebuild.

Comment 5 Jozef Marko 2016-05-02 13:28:41 UTC
Verified on 6.3.0.CR2