Hi, I think the confusing bit is probably
"No operation matching request path "/factStoreQuery" is found, Relative
Path: /",
in this case 'Relative Path' is what is left after the runtime has
selected the root resource class.
I'll work on making the message a bit clearer
Thanks, Sergey
On 24/05/12 15:25, Voß, Marko wrote:
Hello Benson,
The debug info says 'Method: POST' but the method you posted has the @GET
annotation. So I guess, this is not the method, you should look at.
My 2 cents.
Best regards,
Marko
-----Original Message-----
From: Benson Margulies [mailto:[email protected]]
Sent: Thursday, May 24, 2012 4:19 PM
To: CXF Users
Subject: JAX-RS puzzle of sorts
2012-05-24 07:14:55,181 org.apache.cxf.jaxrs.utils.JAXRSUtils - No operation matching
request path "/factStoreQuery" is found, Relative
Path: /, HTTP Method: POST, ContentType:
multipart/related;boundary="uuid:82ec75a0-9a60-4790-bc73-3f98f2261d24";start="<[email protected]>";start-info="text/xml";type="application/xop+xml",
Accept: */*,. Please enable FINE/TRACE log level for more details.
However, the method being called has:
@GET
@Path("entityBasic/{entityId}")
CorefEntity entityBasic(@WebParam(name = "entityId")
@PathParam("entityId") String entityId);
So what happened to the rest of the path?>
Also, @Produces and @Consumes both specify json, and I have the jackson
provider in place, so what's with the XML?
-------------------------------------------------------
Fachinformationszentrum Karlsruhe, Gesellschaft für wissenschaftlich-technische
Information mbH.
Sitz der Gesellschaft: Eggenstein-Leopoldshafen, Amtsgericht Mannheim HRB
101892.
Geschäftsführerin: Sabine Brünger-Weilandt.
Vorsitzender des Aufsichtsrats: MinDirig Dr. Thomas Greiner.
--