Return-Path: Delivered-To: apmail-servicemix-dev-archive@www.apache.org Received: (qmail 69679 invoked from network); 9 Feb 2008 17:51:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2008 17:51:57 -0000 Received: (qmail 55213 invoked by uid 500); 9 Feb 2008 17:51:49 -0000 Delivered-To: apmail-servicemix-dev-archive@servicemix.apache.org Received: (qmail 55189 invoked by uid 500); 9 Feb 2008 17:51:49 -0000 Mailing-List: contact dev-help@servicemix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@servicemix.apache.org Delivered-To: mailing list dev@servicemix.apache.org Received: (qmail 55180 invoked by uid 99); 9 Feb 2008 17:51:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Feb 2008 09:51:49 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Feb 2008 17:51:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D0A7271406E for ; Sat, 9 Feb 2008 09:51:35 -0800 (PST) Message-ID: <31483223.1202579495851.JavaMail.jira@brutus> Date: Sat, 9 Feb 2008 09:51:35 -0800 (PST) From: "Chris Custine (JIRA)" To: dev@servicemix.apache.org Subject: [jira] Assigned: (SM-1221) Make CXF BC/SE timeouts configurable In-Reply-To: <5299958.1202560536757.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/SM-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Custine reassigned SM-1221: --------------------------------- Assignee: Chris Custine > Make CXF BC/SE timeouts configurable > ------------------------------------ > > Key: SM-1221 > URL: https://issues.apache.org/activemq/browse/SM-1221 > Project: ServiceMix > Issue Type: Improvement > Components: servicemix-cxf-bc, servicemix-cxf-se > Affects Versions: 3.2 > Reporter: Jan Arend Jansen > Assignee: Chris Custine > > I have a service that is exposed on the NMR through the cxf-se component. It seems that the default timeout for a synchronous message exchange to this service is 10 seconds. This is too short for my service. > The service is exposed externally over a cxf-bc component. This is the component that throws the apparent timeout. > How do I set the timeout on the cxf-bc component? > Thanks, > Jan Arend > Stacktrace: > 08-Feb-2008 15:12:54 org.apache.cxf.phase.PhaseInterceptorChain doIntercept > INFO: Interceptor has thrown exception, unwinding now > org.apache.cxf.interceptor.Fault > at org.apache.servicemix.cxfbc.CxfBcConsumer$JbiPostInvokerInterceptor.handleMessage(CxfBcConsumer.java:466) > at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:208) > at org.apache.cxf.phase.PhaseInterceptorChain.resume(PhaseInterceptorChain.java:185) > at org.apache.servicemix.cxfbc.CxfBcConsumer.process(CxfBcConsumer.java:182) > at org.apache.servicemix.cxfbc.CxfBcConsumer$JbiInvokerInterceptor.handleMessage(CxfBcConsumer.java:442) > at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:208) > at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:77) > at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.serviceRequest(JettyHTTPDestination.java:297) > at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:243) > at org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:54) > at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:722) > at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206) > at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139) > at org.mortbay.jetty.Server.handle(Server.java:324) > at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505) > at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:842) > at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:648) > at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) > at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) > at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395) > at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.