Hi Dan
On 02/11/12 20:30, Daniel Kulp wrote:

Sergey,

I've noticed the last couple days that the full build that normally take about 
6 minutes on my machine are taking upwards of 7.5 minutes or so.  The problem 
seems to be the LoadDistributorTest and Failover tests in the jaxrs system 
tests.   Looking at it, the setup methods are failing as the line:

Response r = WebClient.create(address).query("_wadl").get();

is failing to generate a GET request with the _wadl query param.     Wireshark 
is showing:

GET /rest HTTP/1.1
Content-Type: */*
Accept: */*
User-Agent: Apache CXF 2.7.1-SNAPSHOT
Cache-Control: no-cache
Pragma: no-cache
Host: localhost:9002
Connection: keep-alive

HTTP/1.1 404 Not Found
Content-Length: 0
Date: Fri, 02 Nov 2012 20:29:31 GMT
Server: Jetty(8.1.7.v20120910)


I think you've touched something there.   Can you take a look?

I did, the consequence of trying to get ParamConverterProviders supported on the client side :-), thanks for the above info, helped me to fix the regression quickly...

Cheers, Sergey



Reply via email to