[
https://issues.apache.org/jira/browse/CXF-3621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-3621.
------------------------------
Resolution: Cannot Reproduce
Fix Version/s: (was: NeedMoreInfo)
Invalid
Asked for a testcase over a month ago.
> 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