Community
Participate
Working Groups
The default message timeout as defined in org.apache.axis.Constants is set to 10 minutes and passed along through the MessageContext instance that is processed by SoapHttpSender (see stack below). CommonsHttpSender should not change the connection manager timeouts. Thread [pool-1-thread-1] (Suspended) SoapHttpSender(CommonsHttpSender).addContextInfo(HttpMethodBase, HttpClient, MessageContext, URL) line: 459 SoapHttpSender.addContextInfo(HttpMethodBase, HttpClient, MessageContext, URL) line: 73 SoapHttpSender(CommonsHttpSender).invoke(MessageContext) line: 160 InvocationStrategy.visit(Handler, MessageContext) line: 32 SimpleTargetedChain(SimpleChain).doVisiting(MessageContext, HandlerIterationStrategy) line: 118 SimpleTargetedChain(SimpleChain).invoke(MessageContext) line: 83 AxisClient.invoke(MessageContext) line: 165 Call.invokeEngine(MessageContext) line: 2784 Call.invoke() line: 2767 Call.invoke(RPCElement) line: 2443 Call.invoke(String, String, Object[]) line: 2366 Call.invoke(Object[]) line: 1812 JirasoapserviceV2SoapBindingStub.getIssueById(String, String) line: 6439 JiraSoapClient$6.call() line: 211 JiraSoapClient$6.call() line: 1 AbstractSoapClient$1.call() line: 107 FutureTask$Sync.innerRun() line: 303 FutureTask<V>.run() line: 138 ThreadPoolExecutor$Worker.runTask(Runnable) line: 886 ThreadPoolExecutor$Worker.run() line: 908 Thread.run() line: 619
Created attachment 158414 [details] proposed fix
Created attachment 158415 [details] mylyn/context/zip
Committed changes to CommonsHttpSender. I have left the version number for o.e.m.commons.soap untouched for now until bug 280826 has been addressed to avoid breaking clients redistribute the plug-in.