On Thursday 26 March 2009, Andrew Clegg wrote:
> Would debugging into the service with Eclipse (or equivalent) remote
> debugging help? You could set some breakpoints in your service and see
> if any of them get hit when you send a request. Or just hit Suspend
> while the client's waiting for a response, and see where the service
> is waiting.
>
> Andrew.
Ok I found it. It was my fault. The problem was either connection pool
starvation or connection pooling thread safety.
Nothing to do with CXF.
Sorry for the noise...
.bill