I am new to BPEL and I have installed BPEL Designer in Eclipse Juno along with Apache ode to test some simple bpel examples, such as the ones presented in
http://www-inf.int-evry.fr/cours/WebServices/TP_BPEL/whileloop.html
However, when I proceed to step 5 of this tutorial:
"Click on the variable iterator, in the Properties view, select Details->Browse"..,
...the browse button does not seem to work. (It can be clicked but no window to select appears.)
I was wondering if someone else has faced the same problem (is it an Eclipse bug?).
type="ns1:int"manually. - joergl<bpel:variable name="iterator" type="ns1:int"></bpel:variable>, but that implies that I should also declare ns1, correct? If yes, do I have to declare it in the process tag of the bpel file?Thanks, in advance! - myrpap<process name="WhileSample" xmlns:ns1="http://www.w3.org/2001/XMLSchema" ...>- joerglThe variable temp isn't properly initialized,etc. This designer is really frustrating... - myrpap