You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Willem Jiang (Created) (JIRA)" <ji...@apache.org> on 2012/03/23 04:52:23 UTC

[jira] [Created] (CXF-4195) http-config conduit doesn't work on the http conduit for WsdlUrl

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

                 Key: CXF-4195
                 URL: https://issues.apache.org/jira/browse/CXF-4195
             Project: CXF
          Issue Type: Bug
          Components: Core, Transports
    Affects Versions: 2.5.2, 2.4.6, 2.3.9
            Reporter: Willem Jiang
            Assignee: Willem Jiang
             Fix For: 2.3.10, 2.4.7, 2.5.3


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CXF-4195) http-config conduit doesn't work on the http conduit for WsdlUrl

Posted by "Willem Jiang (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-4195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CXF-4195.
-------------------------------

    Resolution: Fixed

Applied path into trunk, 2.5.x-fixes, 2.4.x-fixes and 2.3.x-fixes branches.
                
> http-config conduit doesn't work on the http conduit for WsdlUrl
> ----------------------------------------------------------------
>
>                 Key: CXF-4195
>                 URL: https://issues.apache.org/jira/browse/CXF-4195
>             Project: CXF
>          Issue Type: Bug
>          Components: Core, Transports
>    Affects Versions: 2.3.9, 2.4.6, 2.5.2
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.3.10, 2.4.7, 2.5.3
>
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira