Bug 1261829

Summary: New variable in new DataMapper with predefined data type typed into DataType textbox not parsed as existent data type
Product: [Retired] JBoss BPMS Platform 6 Reporter: Kirill Gaevskii <kgaevski>
Component: jBPM DesignerAssignee: Tihomir Surdilovic <tsurdilo>
Status: CLOSED EOL QA Contact: Kirill Gaevskii <kgaevski>
Severity: medium Docs Contact:
Priority: high    
Version: 6.2.0CC: kverlaen, lpetrovi, rrajasek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 19:37:53 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:

Description Kirill Gaevskii 2015-09-10 09:28:51 UTC
Description of problem:
In new DataMapper if you will try to type existent data type throw "Custom ..." option in DataType cell it will be not parsed as existent one. You have to Save and reopen DataMapper for it. For predefined java data types (String, Integer etc.) all works as expected.

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

How reproducible:
always

Steps to Reproduce:
1. Create simple Business Process [start -> manual task -> end]
2. Open Assignments for Manual task
3. Add new Input Variable with predefined data type with package name throw "Custom ..." option (for example authoring.ts.Mock)
4. Data type will be shown as Custom data type
5. Click Save button and reopen Assignments editor
6. Variable data type will be shown as predefined data type

Actual results:
At label 4 DataType cell contain Custom data type.

Expected results:
At label 4 DataType cell contain Predefined data type as at lable 6.

Additional info: