Not able to configure connection and receive timeouts through http-conf:conduit
in spring beans
-----------------------------------------------------------------------------------------------
Key: CXF-2575
URL: https://issues.apache.org/jira/browse/CXF-2575
Project: CXF
Issue Type: Bug
Affects Versions: 2.2
Reporter: ankur sarkar
I am using a spring based application to consume multiple services through cxf
2.2. I have configured the connection timeout and receive timeouts in spring
beans through the http-conf:conduit. Now when I am doing this by using the wild
card i.e.
<http-conf:conduit name="*.http-conduit">
<http-conf:client ConnectionTimeout="180000" ReceiveTimeout="180000"/>
</http-conf:conduit>
then both connection and receive timeouts are working fine but whenever we use
the targetnamespace and the portname the timeouts are not working.
<http-conf:conduit
name="{http://capabilities.nat.bt.com/wsdl/ManageProductAvailability/2007/04/30}ManageProductAvailabilitySyncPort.http-conduit">
<http-conf:client ConnectionTimeout="180000" ReceiveTimeout="180000"/>
</http-conf:conduit>
Attached herewith are the springbeans and wsdls for your reference
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.