Bug 807337 - Guvnor BPMN Designer character escaping does not work properly
Summary: Guvnor BPMN Designer character escaping does not work properly
Keywords:
Status: VERIFIED
Alias: None
Product: JBoss Enterprise BRMS Platform 5
Classification: JBoss
Component: BRM (Guvnor)
Version: BRMS 5.3.0.GA
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: BRMS 5.3.0.GA
Assignee: manstis
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-27 14:43 UTC by Radovan Synek
Modified: 2023-05-31 22:25 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)
process definition (6.88 KB, application/octet-stream)
2012-03-27 14:43 UTC, Radovan Synek
no flags Details

Description Radovan Synek 2012-03-27 14:43:56 UTC
Created attachment 573086 [details]
process definition

Description of problem:

Designer escapes XML source of process definition each time when you want to save it. Explanation on adHocSubProcess completionCondition:
user enters:
getActivityInstanceAttribute("numberOfActiveInstances") == 0
first save:
getActivityInstanceAttribute("numberOfActiveInstances") == 0
second save:
getActivityInstanceAttribute("numberOfActiveInstances") == 0
third save:
getActivityInstanceAttribute("numberOfActiveInstances") == 0

etc...

Steps to Reproduce:
1.Launch guvnor and import attached process definition.
2.Try to save it several times and watch the value of completionCondition attribute on adHocSubProcess node. Before each saving change something in process definition (to force saving).

Comment 2 Tihomir Surdilovic 2012-04-02 05:59:03 UTC
Fix for adHocCompletionCondition attribute done in master and 2.1.x Designer branch. Now connected to the Expression editor.


Note You need to log in before you can comment on or make changes to this bug.