Search:

Type: Posts; User: Zavael

Search: Search took 0.08 seconds.

  1. Re: method selection in apache cxf with queryParam

    I realized that i just need to check for filterQuery presence in the filterQuery method (if it is not null). Thats all.
  2. [SOLVED] method selection in apache cxf with queryParam

    I created a java rest resource with 2 methods both listening on the same path, but one with @QueryParam annotation as method parameter


    @Path("test")
    public class TestResource {

    @GET
    ...
Results 1 to 2 of 2