Re: Trouble with flows...

2008-12-01 Thread Matthieu Riou
On Thu, Nov 27, 2008 at 12:06 PM, Vineesh Thomas <[EMAIL PROTECTED]> wrote: > > Hi, > > I tried executing my bpel (with 3 parallel flows) with the latest version > of > ODE 1.2. As I mentioned it earlier I am using it as a webapp. > > I am consistently getting the following exception : > "java.lan

Re: Trouble with flows...

2008-11-27 Thread Vineesh Thomas
Hi, I tried executing my bpel (with 3 parallel flows) with the latest version of ODE 1.2. As I mentioned it earlier I am using it as a webapp. I am consistently getting the following exception : "java.lang.RuntimeException: java.lang.IllegalArgumentException: No such channel" followed by some i

Re: Trouble with flows...

2008-11-20 Thread Alex Boisvert
On Thu, Nov 20, 2008 at 8:51 AM, Vineesh Thomas <[EMAIL PROTECTED]> wrote: > > Is there any preconfigured thread pool size in ODE ? If so where can I > change > it ? Probably it is because of that. There are 2 important thread pools, 1. your appserver's (which injects request via HTTP, and

Re: Trouble with flows...

2008-11-20 Thread Vineesh Thomas
Is there any preconfigured thread pool size in ODE ? If so where can I change it ? Probably it is because of that. I ll check these two examples. My ODE version is 1.1, am using the war. Thanks, Vineesh. Matthieu Riou-5 wrote: > > On Wed, Nov 19, 2008 at 12:48 AM, Vineesh Thomas <[EMAIL PROTE

Re: Trouble with flows...

2008-11-19 Thread Matthieu Riou
On Wed, Nov 19, 2008 at 12:48 AM, Vineesh Thomas <[EMAIL PROTECTED]> wrote: > > 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 followe