Re: No operation matching request path...

2016-05-11 Thread Sergey Beryozkin
route to based on that particular address? -- View this message in context: http://cxf.547215.n5.nabble.com/No-operation-matching-request-path-tp556149p5768585.html Sent from the cxf-user mailing list archive at Nabble.com. -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/

Re: No operation matching request path...

2016-05-11 Thread asookazian
://cxf.547215.n5.nabble.com/No-operation-matching-request-path-tp556149p5768586.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: No operation matching request path...

2016-05-11 Thread asookazian
GET requests. is it legal/ok to list more than one component in the section above? How does cxf know which class to route to based on that particular address? -- View this message in context: http://cxf.547215.n5.nabble.com/No-operation-matching-request-path-tp556149p5768585.html Sent from

Re: No operation matching request path...

2016-05-11 Thread asookazian
m/er/er?_wadl I have updated the OSGi bundle for rest bundle and even restarted Karaf, still doesn't show the new methods from the new jaxrs service class. btw, for both jaxrs service classes, the following is annotated at the class level: @Path("/") -- View this message in co

Re: No operation matching request path...

2016-05-11 Thread Sergey Beryozkin
- org.apache.cxf.cxf-rt-frontend-jaxrs - 3.0.4 | No operation matching request path "/ws/mm/er/arbitest" is found, Relative Path: /, HTTP Method: GET, ContentType: */*, Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8,. Please enable FINE/TRACE log level for more details.

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"

Re: CXF REST Service Error - No operation matching request path / is found

2011-09-19 Thread Sergey Beryozkin
resolve this error? Error message: ---- /2011-09-19 16:30:17,921|WARN|http-8080-1|.No operation matching request path / is found, HTTP Method : GET, ContentType : */*, Accept : image/gif,image/x-xbitmap,image/jpeg,image/pjpeg,application/x-shockwave-flash,applicat

CXF REST Service Error - No operation matching request path / is found

2011-09-19 Thread ponsu
--- /2011-09-19 16:30:17,921|WARN|http-8080-1|.No operation matching request path / is found, HTTP Method : GET, ContentType : */*, Accept : image/gif,image/x-xbitmap,image/jpeg,image/pjpeg,application/x-shockwave-flash,application/vnd.ms-excel,application/vnd.ms

CXF REST Service Error - No operation matching request path / is found

2011-09-19 Thread ponsu
--- /2011-09-19 16:30:17,921|WARN|http-8080-1|.No operation matching request path / is found, HTTP Method : GET, ContentType : */*, Accept : image/gif,image/x-xbitmap,image/jpeg,image/pjpeg,application/x-shockwave-flash,application/vnd.ms-excel,application/vnd.ms

RE: CXF with JAX-RS : No operation matching request path /detail/ is found

2010-01-29 Thread Sergey Beryozkin
o the list of resource methods, I'll update the code... Cheers, Sergey -Original Message- From: Yong-Loh [mailto:vasantha_rap...@infosys.com] Sent: 29 January 2010 03:50 To: users@cxf.apache.org Subject: Re: CXF with JAX-RS : No operation matching request path /detail/ is fo

Re: CXF with JAX-RS : No operation matching request path /detail/ is found

2010-01-28 Thread Yong-Loh
vnd.ms-excel,application/vnd.ms-powerpoint,application/msword,application/xaml+xml,application/vnd.ms-xpsdocument,application/x-ms-xbap,application/x-ms-application,application/x-shockwave-flash,*/*, > User-Agent: Apache CXF 2.3.0-SNAPSHOT > Cache-Control: no-cache > Pragma: no-cache > Host: local

Re: CXF with JAX-RS : No operation matching request path /detail/ is found

2010-01-28 Thread Sergey Beryozkin
Hi I can not reproduce it. You haven't send the source so this is the source I've come up with : @Path("/") public interface ContentProcess { @GET @Path("/content/") @Produces("application/xml") public Book getContent(@QueryParam("address") String address); @GET @Path("/detail/") @Produ

Re: CXF with JAX-RS : No operation matching request path /detail/ is found

2010-01-28 Thread Yong-Loh
the CXF latest version..i.e 2.2.6. >>> >>> I have uploaded the sample war(Just need to add the required jar files >>> in >>> the lib folder to make it work). >>> >>> I have a resource class with two GET methods(one with the path /content >&

Re: CXF with JAX-RS : No operation matching request path /detail/ is found

2010-01-28 Thread Yong-Loh
> the other with /detail). >> >> The one with /content is working fine and for the other, its giving me a >> warning.. No operation matching request path /detail/ is found >> >> I have just put some log statements inside resource methods just to see >

Re: CXF with JAX-RS : No operation matching request path /detail/ is found

2010-01-28 Thread Sergey Beryozkin
/content and the other with /detail). The one with /content is working fine and for the other, its giving me a warning.. No operation matching request path /detail/ is found I have just put some log statements inside resource methods just to see whether the mapped method is being called. Please let me

Re: CXF with JAX-RS : No operation matching request path /detail/ is found

2010-01-28 Thread Yong-Loh
working fine and for the other, its giving me a warning.. No operation matching request path /detail/ is found I have just put some log statements inside resource methods just to see whether the mapped method is being called. Please let me know if you need more info or if you have not got the

Re: CXF with JAX-RS : No operation matching request path /detail/ is found

2010-01-28 Thread Sergey Beryozkin
il/") is not matched. It does not matter if a request uri includes query parameters or not. Can you please create a war and attach it to the JIRA ? thanks, Sergey - Original Message - From: "Yong-Loh" To: Sent: Thursday, January 28, 2010 4:14 AM Subject: CXF with JAX-RS

Re: CXF with JAX-RS : No operation matching request path /detail/ is found

2010-01-28 Thread Yong-Loh
t uri includes query parameters or not. > > Can you please create a war and attach it to the JIRA ? > > thanks, Sergey > > - Original Message - > From: "Yong-Loh" > To: > Sent: Thursday, January 28, 2010 4:14 AM > Subject: CXF with JAX-RS : No

Re: CXF with JAX-RS : No operation matching request path /detail/ is found

2010-01-28 Thread Sergey Beryozkin
quot;) String region, @QueryParam("effectiveDate") String effectiveDate); } And below is our beans.xml where we configured our service. We use Tomcat as the container. After deploying the war, when I try to hit the URL from the browser(htt

RE: CXF with JAX-RS : No operation matching request path /detail/ is found

2010-01-27 Thread Yong-Loh
users@cxf.apache.org >> Subject: CXF with JAX-RS : No operation matching request path /detail/ >> is found >> >> >> Hi All, >> >> We are using CXF with JAX-RS for building RESTful webservices. Below > is >> our >> resource interface. >&

RE: CXF with JAX-RS : No operation matching request path /detail/ is found

2010-01-27 Thread KARR, DAVID (ATTCINW)
> -Original Message- > From: Yong-Loh [mailto:vasantha_rap...@infosys.com] > Sent: Wednesday, January 27, 2010 8:15 PM > To: users@cxf.apache.org > Subject: CXF with JAX-RS : No operation matching request path /detail/ > is found > > > Hi All, > >

CXF with JAX-RS : No operation matching request path /detail/ is found

2010-01-27 Thread Yong-Loh
the URL from the browser(http://localhost:8080/ServiceLayer/detail/), its giving the below warning. WARNING: .No operation matching request path /detail/ is found, HTTP Method : GET, ContentType : */*, Accept : image/gif,image/x-xbitmap,image/jpeg,image/pjpe g,application/vnd.ms-excel,application

Re: "No operation matching request path" error

2009-12-02 Thread Sergey Beryozkin
://cwiki.apache.org/CXF20DOC/jax-rs.html#JAX-RS-Selectingbetweenmultipleresourceclasses though it might be outdated a bit cheers, Sergey - Original Message - From: "KARR, DAVID (ATTCINW)" To: Sent: Wednesday, December 02, 2009 5:25 PM Subject: RE: "No operation matching requ

RE: "No operation matching request path" error

2009-12-02 Thread KARR, DAVID (ATTCINW)
> -Original Message- > From: John Klassa [mailto:j...@klassa.com] > Sent: Wednesday, December 02, 2009 9:07 AM > To: users@cxf.apache.org > Subject: "No operation matching request path" error > > [deleted] > > @Path("/bug") >

"No operation matching request path" error

2009-12-02 Thread John Klassa
@PathParam("id") final String id, @Context final UriInfo info) When I try to fetch a note with this URI, though: > /wsapi/v1/bug/SOMEBUGID/note/SOMENOTETITLE I get: > No operation matching request path /SOMEBUGID/note/SOMENOTETITLE is found

Re: No operation matching request path...

2008-06-20 Thread Sandhya2008
t/{navItemUid}/{layoutUid}/") >> public RESTResponse setLayoutForPage(@PathParam("navItemUid") String >> navItemUid, >> @PathParam("layoutUid") String layoutUid) { >> >> Thanks, >> Sandhya >> > > ---- > IONA Technologies PLC (

Re: No operation matching request path...

2008-06-20 Thread Sergey Beryozkin
Hi I think the reason you see requests only with a single parameter matching the method is that every template parameter is substituted by a 'greedy' regular expression which will match pretty much everything, the only thing is that with a single URI parameter available the second parameter in

Re: No operation matching request path...

2008-06-19 Thread Sandhya2008
; service >> specifying only one parameter, the operation is getting identified. >> However, >> when I call the service with no parameters specified, I get an error >> message >> saying "No operation matching request path >> /applylayoutservice/setPageLayout/

Re: No operation matching request path...

2008-06-18 Thread Sergey Beryozkin
message saying "No operation matching request path /applylayoutservice/setPageLayout/ is found, ContentType : */*, Accept : text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5.". Can you post please a sample of how you annotate a reso

No operation matching request path...

2008-06-18 Thread Sandhya2008
saying "No operation matching request path /applylayoutservice/setPageLayout/ is found, ContentType : */*, Accept : text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5.". Can somebody tell me what might be the reason for this. Thanks a

Re: Consistently getting "No operation matching request path" for RESTful service

2008-05-25 Thread Mick Knutson
correctly. > > > >>> > > > >>> > > > >>> > > > >>> On Sun, May 25, 2008 at 9:43 AM, John Mikhail <[EMAIL PROTECTED]> > > > wrote: > > > >>> > > > >>> No I don't. Anything

Re: Consistently getting "No operation matching request path" for RESTful service

2008-05-25 Thread John Mikhail
; > > >>> On Sun, May 25, 2008 at 9:43 AM, John Mikhail <[EMAIL PROTECTED]> > > wrote: > > >>> > > >>> No I don't. Anything after / produces that error. > > >>>> > > >>>> On Sun, May 25, 2008 at 1:35 A

Re: Consistently getting "No operation matching request path" for RESTful service

2008-05-25 Thread Mick Knutson
Mick Knutson <[EMAIL PROTECTED]> > >>>> wrote: > >>>> > >>>> do you see the service listed when you go to fooService/ ??? > >>>>> > >>>>> > >>>>> On Sun, May 25, 2008 at 1:20 AM, John Mikhail <

Re: Consistently getting "No operation matching request path" for RESTful service

2008-05-25 Thread John Mikhail
5, 2008 at 1:35 AM, Mick Knutson <[EMAIL PROTECTED]> >>>> wrote: >>>> >>>> do you see the service listed when you go to fooService/ ??? >>>>> >>>>> >>>>> On Sun, May 25, 2008 at 1:20 AM, John Mikhail <[EMAIL PR

Re: Consistently getting "No operation matching request path" for RESTful service

2008-05-25 Thread Mick Knutson
Mick Knutson <[EMAIL PROTECTED]> >>> wrote: >>> >>> do you see the service listed when you go to fooService/ ??? >>>> >>>> >>>> On Sun, May 25, 2008 at 1:20 AM, John Mikhail <[EMAIL PROTECTED]> >>>> >&g

Re: Consistently getting "No operation matching request path" for RESTful service

2008-05-25 Thread John Mikhail
ice using cxf and I'm consistently getting "No operation matching request path /fooService/foo/1/ is found, ContentType : */*, Accept : text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8." This is a very simple service (source code at the end). I simply return

Re: Consistently getting "No operation matching request path" for RESTful service

2008-05-25 Thread Mick Knutson
> > > > I'm building a RESTful service using cxf and I'm consistently getting > > "No > > > operation matching request path /fooService/foo/1/ is found, > ContentType > > : > > > */*, Accept : > > > text/html,application/xhtml+xm

Re: Consistently getting "No operation matching request path" for RESTful service

2008-05-25 Thread John Mikhail
ote: > > > Hello, > > > > I'm building a RESTful service using cxf and I'm consistently getting > "No > > operation matching request path /fooService/foo/1/ is found, ContentType > : > > */*, Accept : > > text/html,application/xhtml+xml,applic

Re: Consistently getting "No operation matching request path" for RESTful service

2008-05-25 Thread Mick Knutson
do you see the service listed when you go to fooService/ ??? On Sun, May 25, 2008 at 1:20 AM, John Mikhail <[EMAIL PROTECTED]> wrote: > Hello, > > I'm building a RESTful service using cxf and I'm consistently getting "No > operation matching request

Consistently getting "No operation matching request path" for RESTful service

2008-05-25 Thread John Mikhail
Hello, I'm building a RESTful service using cxf and I'm consistently getting "No operation matching request path /fooService/foo/1/ is found, ContentType : */*, Accept : text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8." This is a very simple service (source