Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1081532

Summary: BPMS does not support utf8 business process name
Product: [Retired] JBoss BPMS Platform 6 Reporter: Jiri Svitak <jsvitak>
Component: jBPM DesignerAssignee: Tihomir Surdilovic <tsurdilo>
Status: CLOSED EOL QA Contact: Sona Mala <smala>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.0.1CC: mbaluch, rrajasek, smala
Target Milestone: ER1   
Target Release: 6.0.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 18:34: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:
Description Flags
server.log none

Description Jiri Svitak 2014-03-27 14:20:45 UTC
Created attachment 879511 [details]
server.log

I've tried to create a business process with a czech character in the name: Objednávka

But with the following error message:
"Could not open requested business process due to processing errors. 
Empty process was loaded instead.
Click on the Details tab below to view error details."

The error in details tab is:
"org.uberfire.java.nio.file.NoSuchFileException"

More meaning error could be:
Caused by: java.io.FileNotFoundException: /home/jsvitak/Redhat/playground/performance/local/bpms-6.0.1.CR2/jboss-eap-6.1.1/standalone/deployments/business-central.war/org.kie.workbench.KIEWebapp/stencilsets/bpmn2.0jbpm/stencilset/org.jbpm.designer.jBPMDesigner/stencilsets/bpmn2.0jbpm/bpmn2.0jbpm.json (No such file or directory)

See the whole attached server.log. After clicking on a button to close error dialog, web designer cannot open the process and hangs. Creation of process named Objednavka works fine. I've tried also to create few rules with czech characters in the name and this worked well.

My env:
BPMS 6.0.1.CR2
EAP 6.1.1
H2
Fedora 17

Comment 1 Tihomir Surdilovic 2014-03-31 19:31:02 UTC
fixed in designer master and 6.0.x branches

Comment 2 Jiri Svitak 2014-04-16 08:43:45 UTC
Verified in BPMS 6.0.2.ER1.

Comment 3 Jiri Svitak 2014-09-15 10:43:21 UTC
Sona, please decide if there is a gui test coverage necessary for this.