You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Seumas Soltysik <SS...@progress.com> on 2011/03/14 23:33:14 UTC

JAX-RS basic sample/HTTPClient requires common-codec

The client in the jax-rs/basic sample in CXF 2.3 uses the HTTP Client library which in turn requires the commons-codec jar to make a PUT request. However, the commons-codec is not included with the CXF 2.3 distribution.
Should this jar have been included in the distribution? Is the expectation that the user download this jar?

Re: JAX-RS basic sample/HTTPClient requires common-codec

Posted by Sergey Beryozkin <sb...@gmail.com>.
Hi Seumas

On Mon, Mar 14, 2011 at 10:33 PM, Seumas Soltysik <SS...@progress.com>wrote:

> The client in the jax-rs/basic sample in CXF 2.3 uses the HTTP Client
> library which in turn requires the commons-codec jar to make a PUT request.
> However, the commons-codec is not included with the CXF 2.3 distribution.
> Should this jar have been included in the distribution? Is the expectation
> that the user download this jar?



The demo client will just need to be rewritten using the CXF JAX-RS
WebClient code, I'll take care of it...

Cheers, Sergey