Bug 218165 - Wrong property definition in jbi-runtime.xml
Summary: Wrong property definition in jbi-runtime.xml
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: STP (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Adrian Mos CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-07 09:00 EST by Gianfranco Boccalon CLA
Modified: 2012-09-21 14:40 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gianfranco Boccalon CLA 2008-02-07 09:00:16 EST
The property "Operator" defined in :

<expression name="Boolean Expression on Message Properties" 
type="PropertyCondition">

is wrong. It should be a combo, and it's defined as a text.
I provide the combo definition and the updated property definition.

			<property label="Operator"
					  name="Operator" 
					  required="true" 
					  defaultValue="equals" 
					  editable="true" 
					  propertyEditor="combo"
					  comboProvider="PropertyComparisonTypeComboProvider"/>

---


		<combo-provider name="PropertyComparisonTypeComboProvider" type="org.eclipse.stp.im.runtime.comboproviders.StaticComboProvider">
			<combo-provider-parameter name="comboValues" value="equals;different"/>
		</combo-provider>


I suspect that also the code generation is broken.