Bug 983661

Summary: No alert if you create a process definition which already exists
Product: [Retired] JBoss BPMS Platform 6 Reporter: Sona Mala <smala>
Component: jBPM DesignerAssignee: Tihomir Surdilovic <tsurdilo>
Status: CLOSED CURRENTRELEASE QA Contact: Sona Mala <smala>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: kverlaen, rrajasek
Target Milestone: ER4   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 20:13:03 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:
Bug Depends On: 1003498    
Bug Blocks: 983634    
Attachments:
Description Flags
Commit in GIT for DRL
none
Commit in GIT for BPMN2 none

Description Sona Mala 2013-07-11 16:07:29 UTC
Description of problem:
Application does not react if user try to create a process definition which already exist. It just rewrite the last state of process definition (delete all changes and process is empty)

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

How reproducible:


Steps to Reproduce:
1. go to project authoring (jbpm-playground, Evaluation)
2. create new BPMN2 process definition "evaluation (already exist)


Actual results:
open "Evaluation" process and delete last changes. Until it the process is empty

Expected results:
Alert about conflict (Same behaviour as for DRL file)


Additional info:
There is difference in using git users. Designer use "admin", DRL use "sona" (I log into business-central as user "sona")

Comment 1 Sona Mala 2013-07-11 16:11:54 UTC
Created attachment 772308 [details]
Commit in GIT for DRL

Comment 2 Sona Mala 2013-07-11 16:12:23 UTC
Created attachment 772309 [details]
Commit in GIT for BPMN2

Comment 3 Mauricio Salatino 2013-07-11 22:06:49 UTC
I'm reassigning this to Michael Anstis, because this validation must be performed at VFS or Asset Wizzard level, not in the BPM side at all.

Comment 4 Tihomir Surdilovic 2013-09-16 18:57:16 UTC
fixed in designer master and 6.0.x branches

Comment 6 Sona Mala 2013-10-15 13:31:08 UTC
Verified for ER4.

An alert "File "git://uf-playground/myProject/src/main/resources/org/group/myproject/hello.bpmn2" already exists." is shown (as expected).