You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2015/06/10 07:52:00 UTC

[jira] [Commented] (CAMEL-8847) Proxy CXF : Spring DSL : Body empty when client side in timeout

    [ https://issues.apache.org/jira/browse/CAMEL-8847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14580066#comment-14580066 ] 

Willem Jiang commented on CAMEL-8847:
-------------------------------------

Please use mailing list for this kind of issue first.  The time out  error should be thrown if the proxy client cannot read the message from server in 30s, you won't get an empty message from the client.

> Proxy CXF : Spring DSL : Body empty when client side in timeout
> ---------------------------------------------------------------
>
>                 Key: CAMEL-8847
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8847
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 2.15.1
>            Reporter: Bertrand Josse
>
> In case of a CXF proxy in payload mode.
> If a call to the client side fall in timeout, the server side of the proxy respond by a soap message with an empty body after 30s.
> So, to describe the problem in depth:  
> Our project is composed by : 
>     - One CXF endpoint expose a Webservice.
>     - One CXF endpoint invoke a Webservice.
>     - a route between that endpoints to dispatch messages.
>     - an http-conduit that set the Receivetimeout to 300000ms (300s).
> So, there is no way to explain why the server side is responding after 30s.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)