users@jersey.java.net

Re: AbstractMethodError: javax.ws.rs.core.UriBuilder.queryParam

From: Paul Sandoz <Paul.Sandoz_at_oracle.com>
Date: Mon, 22 Nov 2010 13:20:19 +0100

On Nov 22, 2010, at 11:48 AM, rki wrote:
>
> Hello i'm trying to set the queryparams from a MultivaluedMap in the
> jersey
> client and im getting an error saying, that the
> javax.ws.rs.core.UriBuilder.queryParam is abstract, which is correct.
>
> Why is WebResource.queryParams using it?

To build a URI.

I think you may have something wrong with your environment. Can you
describe your setup?

Paul.