Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 334132

Summary: element "joinCondition" missing in model
Product: z_Archived Reporter: s3506963
Component: BPELAssignee: BPEL Model Inbox <bpel.model-inbox>
Status: CLOSED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: bbrodt, oliver.kopp, s3506963
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description s3506963 CLA 2011-01-12 11:34:32 EST
WS-BPEL spec 2.0 app. E (p.223) defines the element "joinCondition", but bpel.ecore and thus, org.eclipse.bpel.model doesn't.
Comment 1 Oliver Kopp CLA 2013-06-06 19:31:43 EDT
Are you sure that it is missing?

In de.uni_stuttgart.iaas.bpel.model.utilities.Utility.java (available at https://github.com/IAAS/BPEL-model-utilities/blob/master/de.uni_stuttgart.iaas.bpel.model.utilities/src/main/java/de/uni_stuttgart/iaas/bpel/model/utilities/Utility.java) the method "getJoinCondition" on line 131 shows how to get the joinCondition. In principle, it asks the targets of an BPELEXtensibleElement for the joinCondition.
Comment 2 Robert Brodt CLA 2015-05-26 13:55:38 EDT
Not a bug.