Re: receiveTimeout ignored since 3.1.9?

2017-01-13 Thread ffang
> Von: "Sergey Beryozkin" <sberyoz...@gmail.com> >> An: ffang <freeman.f...@gmail.com> >> Cc: users@cxf.apache.org, ff...@apache.org >> Betreff: Re: receiveTimeout ignored since 3.1.9? >> >> Hi Freeman, thanks... >> On 13/01/17 04:14, ffang wrote:

Aw: Re: receiveTimeout ignored since 3.1.9?

2017-01-13 Thread Veit Guna
om> > Cc: users@cxf.apache.org, ff...@apache.org > Betreff: Re: receiveTimeout ignored since 3.1.9? > > Hi Freeman, thanks... > On 13/01/17 04:14, ffang wrote: > > Hi Sergey, > > > > Thanks, and just add a test in JAXRSAsyncClientTest to verify the > > rece

Re: receiveTimeout ignored since 3.1.9?

2017-01-13 Thread Sergey Beryozkin
Hi Freeman, thanks... On 13/01/17 04:14, ffang wrote: Hi Sergey, Thanks, and just add a test in JAXRSAsyncClientTest to verify the receiveTimeout configuration works for the jaxrs async invocation with ahc[1] [1]http://git-wip-us.apache.org/repos/asf/cxf/commit/17c7ebc8 Hi Veit, Could you

Aw: Re: receiveTimeout ignored since 3.1.9?

2017-01-13 Thread Veit Guna
Hi guys. Sure. Thanks Veit > Gesendet: Freitag, 13. Januar 2017 um 05:14 Uhr > Von: ffang <freeman.f...@gmail.com> > An: "Sergey Beryozkin" <sberyoz...@gmail.com> > Cc: users@cxf.apache.org, ff...@apache.org > Betreff: Re: receiveTimeout ignored si

Re: receiveTimeout ignored since 3.1.9?

2017-01-12 Thread ffang
Hi Sergey, Thanks, and just add a test in JAXRSAsyncClientTest to verify the receiveTimeout configuration works for the jaxrs async invocation with ahc[1] [1]http://git-wip-us.apache.org/repos/asf/cxf/commit/17c7ebc8 Hi Veit, Could

Re: receiveTimeout ignored since 3.1.9?

2017-01-12 Thread Sergey Beryozkin
Hi Freeman, thanks, try either JAXWS or JAXRS end to end system sync test (ex, JAXRSAsyncClientTest) where a 'use.async.conduit' is set as a property Cheers, Sergey On 12/01/17 13:46, Freeman Fang wrote: Hi Sergey, With CXF-7122, we found that with ahc 4.1.0 afterwards, the ReceivedTimeout

Re: receiveTimeout ignored since 3.1.9?

2017-01-12 Thread Freeman Fang
Hi Sergey, With CXF-7122, we found that with ahc 4.1.0 afterwards, the ReceivedTimeout we set on ahc RequestConfig won't affect the connection return to the pool, so that the connection could be actually reused. So that CXF can rely on ahc to manage the ReceivedTimeout and don’t need that

Re: receiveTimeout ignored since 3.1.9?

2017-01-12 Thread Sergey Beryozkin
Hi Veit, I recall there was another update related to introducing a TimeoutThread, the async conduit was ignoring the receiveTimeout for the async calls. Hi Freeman, looks like that change affected the use of the async conduit for the sync calls (this would affect both JAXWS & JAXRS), can