Bug 1150060
| Summary: | Process definition gets corrupted by moving an element in the canvas. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Marek Baluch <mbaluch> | ||||
| Component: | Eclipse Tooling | Assignee: | Marek Baluch <mbaluch> | ||||
| Status: | CLOSED EOL | QA Contact: | Marek Baluch <mbaluch> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.1.0 | CC: | jomarko, kverlaen | ||||
| 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:40:05 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
Marek Baluch
2014-10-07 11:21:55 UTC
Created attachment 944541 [details]
reproducer
OK, I had another closer look at the Exception.bpmn2 file and it looks like all of the <incoming> and <outgoing> references have the "bpmn20" namespace prefix before the Sequence Flow IDs, for example:
<bpmn2:callActivity id="_14EFEB73-339B-4668-8D44-95D956BF4180" drools:waitForCompletion="true" drools:independent="true" drools:selectable="true" name="ThrowException SubProcess" calledElement="Evaluation.Exceptionsubprocess">
<bpmn2:incoming>bpmn20:_C221F514-A53A-4285-B19D-E91F6DEB5770</bpmn2:incoming>
<bpmn2:outgoing>bpmn20:_709A3D46-FA1C-41CD-9859-7D746D026D65</bpmn2:outgoing>
Although this is strictly correct XML, apparently the jBPM engine parser does not like to see these prefixes.
This is a blocking bug that affects both the latest 1.0.3 and 1.1.1 versions of the editor.
This is now fixed in 1.0.3 and 1.1.1 Verified on jbdsis-8.0.0.Beta1. |