Re: No operation matching request path...

2016-05-10 Thread asookazian
cxf 3.0.4 running on karaf 3.0.3 Getting same error as OP, here is the logging output: 2016-05-10 15:01:41,566 | WARN | qtp293687425-73 | JAXRSUtils | 191 - org.apache.cxf.cxf-rt-frontend-jaxrs - 3.0.4 | No operation matching request path "/ws/mm/er/arbitest" is found, Re

URI template resolution issue for query params

2016-05-10 Thread Nicolas Lenoire
Hello, Environment: CXF (JAXRS) 3.1.5 / JDK 1.7 / Windows 10 I'm trying to resolve query params of a templated URI. However, I'm unable to achive this using the following approachs: 1) String uri = UriBuilder.fromPath("my/path").queryParam("qp", "{param}").resolveTemplate("param", "value").t