Hi,
I recall having seen an example somewhere for how to explicitly instantiate an ApacheHttpClient when working with JAX-RS 2.0 client API.
I think it looked something like
Client client = XXXClientFactory.newApacheClient().
However, I cannot find that example again.
In case anyone knows what I am talking about, please send a pointer. Otherwise - I might have dreamt that up, too :-)
Jan