We currently have two BPEL processes A + B, sometimes a step in A will (in-directly, but in-process) call B via an intermediary web service invocation. Currently, it seems as though i can only call A successfully from two con-current loading/testing threads, as soon as I ramp it up to 3 threads we start to get connection timeouts (very reliably, at 2 threads we see 0 problems, after 2 threads everything other than the first 2 things we push through fail :( ) . Now I suspect this is because I've used up all my available threads-of-execution and because B can't be *received* by the engine, A times-out. I've read around the docs and mailing list and seen the ode.axis2.properties comments, but these don't appear to help me, apart from the fact that I should probably being using correlated invokes, could anyone point me in the right direction to increase the size of the availble pool of threads (the THREAD_POOL_SIZE appears to be hardcode to 8, but I think thats JBI not axis ? )
Many thanks, sorry if this question is entirely inane! - Cj.
