Configurable timeout for MEX? ----------------------------- Key: ODE-276 URL: https://issues.apache.org/jira/browse/ODE-276 Project: ODE Issue Type: Improvement Components: BPEL Runtime Reporter: Alexey Ousov Priority: Minor
I would like to have configurable (with ode-axis2.properties) option to manage MEX timeouts, instead of currently used: public static final int TIMEOUT = 2 * 60 * 1000; For example while profiling some BPEL process, this timeout is not enough, and process exits with: 13:23:24,156 ERROR ODEService.onAxisMessageExchange(148) : Timeout or execution error when waiting for response to MEX {MyRoleMex#hqejbhcnphr38ev26lux7j [Client hqejbhcnphr38ev26lux7i] calling {http://www.comped.it/registerUser}registerUser.registerUser(...)} java.util.concurrent.TimeoutException: Message exchange [EMAIL PROTECTED] timed out when waiting for a response! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.