Hi,

I am facing some trouble with parallel processing in my BPEL(running ODE on
Tomcat 5.5.x).

I have a flow(flow1) with three sequences (seq1,seq2 & seq3) in it.

My BPEL begins with a receive tag followed by this <flow> tag which has
these 3 <sequences>. In each of these 3 tags I am invoking some other
webservice and then waiting for a callback. 

Coming to my problem: Once the BPEL execution starts after receiving the
input request the control goes to the flow. But all three sequences do not
start up simultaneously. Most of the times only 2 out of the 3 sequences
starts up and the external webservice is invoked for them. Only after I
restart the tomcat(without deploying the process) the third sequence gets
activated and its corresponding invoke happens.

Once I didn't restart the tomcat for very long time (around 30-45 minutes)
and then the third sequence got activated and then the rest of the process
continued.

Could someone please explain this behavior. :confused:

Also I'd like to know if there is any upper limit on the number of sequences
one can have in a flow in ODE? 

Thanks,
Vineesh.:working:
-- 
View this message in context: 
http://www.nabble.com/Trouble-with-flows...-tp20575751p20575751.html
Sent from the Apache Ode Dev mailing list archive at Nabble.com.

Reply via email to