Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.9, 2.4.6, 2.5.2
-
None
-
Unknown
Description
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.