----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12777/ -----------------------------------------------------------
(Updated July 20, 2013, 9 p.m.) Review request for rave. Changes ------- Attached patch as a file. Repository: rave Description ------- I am attempting to register a new api endpoint at /api/rest/regionWidgets. After applying this patch, in the following case: Action: GET http://localhost:8080/portal/api/rest/regionWidgets/1 Expected Result: 200, json response, regionWidget object wrapped with in a json object Actual result: [INFO] [talledLocalContainer] WARN : org.apache.cxf.jaxrs.utils.JAXRSUtils - No operation matching request path "/portal/api/rest/regionWidgets/1" is found... Can anyone offer insight into why the api endpoints are not called? Diffs ----- Diff: https://reviews.apache.org/r/12777/diff/ Testing ------- File Attachments (updated) ---------------- Api endpoint patch https://reviews.apache.org/media/uploaded/files/2013/07/20/newApiEndpoint.diff Thanks, Erin Noe-Payne
