Author: Grid.Qian
Date: 2009-12-22 02:15:22 -0500 (Tue, 22 Dec 2009)
New Revision: 19525
Modified:
trunk/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/properties/InvokeVariableSection.java
Log:
JBIDE-5523: In the Details property tab of onMessage element, there are reduplicate
variable combo boxes
Modified:
trunk/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/properties/InvokeVariableSection.java
===================================================================
---
trunk/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/properties/InvokeVariableSection.java 2009-12-22
02:37:50 UTC (rev 19524)
+++
trunk/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/properties/InvokeVariableSection.java 2009-12-22
07:15:22 UTC (rev 19525)
@@ -1019,7 +1019,7 @@
}
private boolean isReceive() {
- return getInput() instanceof Receive;
+ return getInput() instanceof Receive || getInput() instanceof OnMessage;
}
/**
Show replies by date