[
https://issues.apache.org/activemq/browse/CAMEL-2393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57074#action_57074
]
Willem Jiang commented on CAMEL-2393:
-------------------------------------
Oh, here is a big issue of this patch.
Recently we got some complains about camel-cxf's complexity, if we apply this
patch, it will introduce some hard dependency of the under layer transports.
Which means if you don't put cxf-transport-http and cxf-transport-jms into the
class path, you can't start up the camel-cxf endpoint.
The CXF configuration way <*.conduit> can work around this issue without
introduce any hard dependency into camel-cxf.
> Add a URL option to control the receive timeout and connection timeout for
> camel-cxf
> ------------------------------------------------------------------------------------
>
> Key: CAMEL-2393
> URL: https://issues.apache.org/activemq/browse/CAMEL-2393
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-cxf
> Affects Versions: 2.1.0
> Reporter: Stan Lewis
> Priority: Minor
> Fix For: 2.2.0
>
> Attachments: CAMEL-2303-patch.txt
>
>
> Currently to set these timeouts you've got to do some configuration in
> spring, it'd be nice though to have some simple URL/cxfEndpoint options to
> change the receive and connection timeout parameters for the CXF client.
> Will be attaching a patch shortly and will also update the wiki if the patch
> is accepted.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.