I'm working on CXF 2.1.2 and Spring 2.5.4 and I have come across the same
issue where I get SocketTimeoutException on the client side even though I
have set ReceiveTimeOut to 0 in the Spring configuration. As already
mentioned in this thread, everything works fine if you set the
ReceiveTimeout programmatically. Here is how my client-side http conduit
setting in the spring context looks like -
<http-conf:conduit name="*.http-conduit">
<http-conf:client ReceiveTimeout="0" />
</http-conf:conduit>
I found this entry on the mailing list and as requested by Dan, I have
created a small eclipse based demo web application for this issue. Attaching
cxf-mtom-spring-conf-issue.zip file that contains the demo app as well as
readme.txt that provides setup instructions. I would appreciate if someone
takes a look and confirms whether it's an issue.
http://www.nabble.com/file/p20067244/cxf-mtom-spring-conf-issue.zip
cxf-mtom-spring-conf-issue.zip
Cheers,
Omkar
dkulp wrote:
>
>
> Any chance you can create a small testcase? A couple of our samples
> (like the wsdl_first_https sample), use an http-conduit thing so it
> does work in some cases. If I can get a sample of it not working, I
> can try and figure out why.
>
> Dan
>
>
>
> On May 16, 2008, at 7:14 AM, dturanski wrote:
>
>>
>> 922 like a different issue. I am on CXF 2.1.1. - This looks like the
>> configured http conduit is ignored by the client proxy factory. The
>> factory
>> creates its own instance instead.
>>
>>
>>
>> willem.jiang wrote:
>>>
>>> CXF-922[1] is a JIAR for you question , and the issue should be
>>> fixed in
>>> CXF 2.0.3.
>>>
>>> Please check it out .
>>>
>>> Willem
>>>
>>> dturanski wrote:
>>>> Thanks, that works. I was hoping for a way to do it in spring, but
>>>> does
>>>> not
>>>> seem to be supported.
>>>>
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Spring-jaxws%3Aclient-ignores-http-conduit-config-tp17219191p17272400.html
>> Sent from the cxf-user mailing list archive at Nabble.com.
>>
>
> ---
> Daniel Kulp
> [EMAIL PROTECTED]
> http://www.dankulp.com/blog
>
>
>
>
>
>
--
View this message in context:
http://www.nabble.com/Spring-jaxws%3Aclient-ignores-http-conduit-config-tp17219191p20067244.html
Sent from the cxf-user mailing list archive at Nabble.com.