Bug 472476 - CallActvity reference to external file not working
Summary: CallActvity reference to external file not working
Status: ASSIGNED
Alias: None
Product: BPMN2Modeler
Classification: SOA
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: 1.3.0-M1   Edit
Assignee: Robert Brodt CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-13 05:32 EDT by Mauro Poggianella CLA
Modified: 2016-09-16 07:24 EDT (History)
1 user (show)

See Also:


Attachments
Stack Trace of the exception (10.25 KB, text/plain)
2015-07-13 05:32 EDT, Mauro Poggianella CLA
no flags Details
Called element setting (35.75 KB, image/png)
2016-09-16 07:22 EDT, Jozef Marko CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mauro Poggianella CLA 2015-07-13 05:32:37 EDT
Created attachment 255153 [details]
Stack Trace of the exception

I'm using the latest luna branch code.

I'm not able to link callActivities to a process contained in an external file.

Step to reproduce:

1) create a new empty project
2) create 2 new bpmn process file
3) In the first diagram under the "definitions->Import list" porperty tab add a reference to the second diagram.
4) In the first diagram add a call activity element and set the called element to a process contianed in the second diagram.
5) Save the diagram.
6) An exception is thrown (see attached file)

Looking trought the raw xml after saving I discovered that the value of the CallActivity "calledElement" attribute is set to "ns1.bpmn2:null". The namespace of the value is incorrect an also the id "null" is invalid.
Manually changing the value to "ns:Process_2" make things works.
Comment 1 Mauro Poggianella CLA 2016-04-19 10:11:11 EDT
Any chanche to fix this?
Comment 2 Robert Brodt CLA 2016-04-19 10:27:49 EDT
Probably not in Luna, but I have set the target milestone to M1 for the Neon release. M1 will be available end of April, 2016.
Comment 3 Jozef Marko CLA 2016-09-16 07:22:42 EDT
Created attachment 264209 [details]
Called element setting
Comment 4 Jozef Marko CLA 2016-09-16 07:24:53 EDT
Hello Mauro, in the latest BPMN2 modeler for Mars, can be the called element set directly through properties of the call activity element. See the attachment. Can I mark the issue as resolved?