On Thu, Mar 27, 2008 at 10:12 AM, Simone Maletta <[EMAIL PROTECTED]> wrote: > Hi guys, > I wrote this simple BPEL code to make a prove: > <if name="1"> > <condition>true()</condition> > <assign> > <from>false()</from> > <to part="resp" variable="respMex"/> > </assign> > <invoke inputVariable="respMex" [...]/> > <else> > <assign> > <from>true()</from> > <to part="resp" variable="respMex"/> > </assign> > <invoke inputVariable="respMex" [...]/> > </else> > </if> > > but nothing happens. > I know always the first brach shold be executed. > Where is the problem? There is someone may help me???
Because your question is specifically about BPEL and not about ServiceMix, you'd be better off asking this question on the Apache ODE mailing list. See the Apache ODE project for information about the project's mailing lists: http://ode.apache.org/ Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Apache Geronimo - http://geronimo.apache.org/ Blog: http://bruceblog.org/
