[
https://issues.apache.org/jira/browse/CXF-2575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-2575.
------------------------------
Resolution: Not A Problem
Fix Version/s: Invalid
Assignee: Daniel Kulp
Config problem.
> 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
> Assignee: Daniel Kulp
> Fix For: Invalid
>
> Attachments: ManageCustomer.20080728.wsdl,
> ManageProductAvailability.wsdl, mcso-mpacopalws-spring-beans.xml
>
>
> 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.