Re: [Resteasy-users] Client Framework not honoring connection timeouts

2013-10-22 Thread Bill Burke
Then initialize the Reseasy client with the Http client you created in the example. On 10/22/2013 11:27 AM, Borut Bolčina wrote: > Hi, this simple program which uses the same httpclient 4.3 works as > expected. The timeout is respected. After 4 seconds you > get java.net.SocketTimeoutException: R

Re: [Resteasy-users] Client Framework not honoring connection timeouts

2013-10-11 Thread Bill Burke
Might be an Apache issue. Maybe try the timeout without Resteasy and just an Apache call? On 10/11/2013 6:37 AM, Borut Bolčina wrote: > Hello, > > what is wrong with the code below? When using RestEasy Proxy Framework > it seems the client is not using the configuration for connection timeouts.

[Resteasy-users] Client Framework not honoring connection timeouts

2013-10-11 Thread Borut Bolčina
Hello, what is wrong with the code below? When using RestEasy Proxy Framework it seems the client is not using the configuration for connection timeouts. At line 54 there is a test url which returns response after 7 seconds, but the call is not aborted as one might expect. package si.najdi.httpc