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
Fix For: 2.3.3
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