Bug 827409

Summary: Saving an empty process is not possible if the asset name has a space
Product: [JBoss] JBoss Enterprise BRMS Platform 5 Reporter: Toni Rikkola <trikkola>
Component: jBPM 5Assignee: Kris Verlaenen <kverlaen>
Status: VERIFIED --- QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecified   
Target Milestone: ER9   
Target Release: BRMS 5.3.0.GA   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 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:

Description Toni Rikkola 2012-06-01 11:52:42 UTC
Description of problem:
Using jBPM web editor in BRMS.

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


How reproducible:
Easy

Steps to Reproduce:
1. Make a new bpmn2 asset
2. Name it "My Asset"
3. Try to save
  
Actual results:
Tell me to check the server logs and validate. I validate and nothing happens.

Expected results:
I would like it to save.

Additional info:
Did some digging. The reason is that the asset name has a space in it and the asset name is used as the process id. The id can not have spaces.

Comment 1 Tihomir Surdilovic 2012-06-01 13:45:46 UTC
Reproduced, fixing now.

Comment 2 Tihomir Surdilovic 2012-06-01 14:39:17 UTC
Fixed committed to Designer master. Let me know if/when this becomes a blocker so can move to the product 2.2.x branch.

Comment 3 Tihomir Surdilovic 2012-06-05 14:50:44 UTC
Fix now in Designer production (2.2.x) branch as well.

Comment 4 Ryan Zhang 2012-06-13 09:32:39 UTC
This issue's fixes  have been picked by ER9. Please verify them on ER9.

Comment 5 Sona Mala 2012-06-19 10:06:08 UTC
Verified for ER9. Asset name is converted to ID without spaces.