Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 334132 - element "joinCondition" missing in model
Summary: element "joinCondition" missing in model
Status: CLOSED WORKSFORME
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BPEL (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: BPEL Model Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-12 11:34 EST by s3506963 CLA
Modified: 2022-10-03 11:12 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.