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.

--
Regards,

Gijsbert


Reply via email to