Hi On Fri, Jul 22, 2011 at 9:01 AM, Gijsbert van den Brink <[email protected]> wrote: > Hello, > > After an update from 2.4.0 to 2.4.1 I get this error on incoming JAX-RS > calls: "Can't find the the request for <url>'s Observer". > > When I call the service like this: > https://example.com/cxf_services/REST/status/myservice/value1/value2 it > returns "No service was found." and a warning message is printed in the > server logs. > > If I look at the status page (/cxf_services/REST/?_wadl&_type=xml) > everything looks ok: > <application> > <grammars/> > <resources base="https://example.com/cxf_services/REST/"> > <resource path="/status"> > <resource path="/myservice/{param1}/{param2}"> > <param name="param1" style="template" type="xs:string"/> > <param name="param2" style="template" type="xs:string"/> > <method name="GET"> > <request/> > <response> > <representation mediaType="text/plain"> > <param name="result" style="plain" type="xs:int"/> > </representation> > </response> > </method> > </resource> > </resource> > </resources> > </application> > > > Where does the "'s Observer" suffix come from? I've never seen it before. > May be that message needs to be changed, I believe the idea was to indicate no handler/endpoint was found which could deal with a given URI. Can you give more info please, which container you use, what is the context name, is it "cxf_services" ? What is the jaxrs endpoint address value, '/REST' ?
I can try later on to reproduce it Cheers, Sergey > -- > Regards, > > Gijsbert > > > -- Sergey Beryozkin http://sberyozkin.blogspot.com Talend - http://www.talend.com
