You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Simone Maletta <si...@alice.it> on 2008/03/27 17:12:12 UTC

if activity

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???
Thank you very much, regards

Re: if activity

Posted by Bruce Snyder <br...@gmail.com>.
On Thu, Mar 27, 2008 at 10:12 AM, Simone Maletta <si...@alice.it> 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)U8V4\@4VYY9&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/