Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: SF-405
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Willem Jiang
Reporter: Willem Jiang
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FUSE Services Framework

http-config conduit doesn't work on the http conduit for WsdlUrl

Created: 23/Mar/12 03:25 AM   Updated: 11/May/12 03:24 PM
Component/s: None
Affects Version/s: 2.3.3-fuse-01-15, 2.4.0-fuse-00-27
Fix Version/s: 2.4.3-fuse-00-xx, 2.3.7-fuse-00-xx, 2.5.0-fuse-00-xx

External Issue URL: https://issues.apache.org/jira/browse/CXF-4195


 Description  « Hide
If we want to publish a CXF service which WSDL is get by using http://xxx , we can not configure the http conduit timeout just by using http-conf:conduit element in the Spring configuration file.

After digging the code for a while, I found the HttpConduit which is created by the TransportURIResolver has a beanName with null. That could explain why the http-conf:conduit configuration can not be picked up.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Willem Jiang added a comment - 23/Mar/12 02:58 PM
Merged the apache patch into 2.3.x-fuse , 2.4.x-fuse and 2.5.x-fuse branches.