You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Marc Elbichon (JIRA)" <ji...@apache.org> on 2011/09/12 09:57:08 UTC

[jira] [Commented] (CXF-3621) Http-conduit:conf does not apply to JaxWsProxyFactoryBean bean. Works for 2.3.3.

    [ https://issues.apache.org/jira/browse/CXF-3621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13102493#comment-13102493 ] 

Marc Elbichon commented on CXF-3621:
------------------------------------

Sorry for the delay, i haven't seen previous message.
I've added the import with no success, but setting bus property make it working.
Thanks for your help.

> Http-conduit:conf does not apply to JaxWsProxyFactoryBean bean. Works for 2.3.3.
> --------------------------------------------------------------------------------
>
>                 Key: CXF-3621
>                 URL: https://issues.apache.org/jira/browse/CXF-3621
>             Project: CXF
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: 2.4.1
>         Environment: Tomcat + CXF 2.4.1
>            Reporter: Marc Elbichon
>            Assignee: Daniel Kulp
>             Fix For: Invalid
>
>
> When using this configuration with CXF 2.3.3, timeout is triggered, but not with CXF 2.4.1
> {code:xml} 
> <http-conf:conduit name="*.http-conduit" >
>     <http-conf:client ConnectionTimeout="1000" ReceiveTimeout="1000" AllowChunking="false" />
> </http-conf:conduit>
> <bean id="MDMClientproxyFactory" 
>       class="org.apache.cxf.jaxws.JaxWsProxyFactoryBean">
>       <property name="serviceClass" value="xxx.PartyService"/>
>       <property name="address" value="${mdm.service.url}"/>
> </bean>
> {code} 
> Looks like http://cxf.547215.n5.nabble.com/Setting-Http-conduit-using-spring-configuration-file-td2644363.html

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira