As it turned out, I was not using the correct URL. The "contextPath" is not
part of actual URL to be used. So  in this example, i was trying to access
rest service as http://localhost:8181/optima/test/123 and I was getting
"Resource not found" error. The correct URL is
http://localhost:8181/test/123. Solution: Ignore contextPath of
restConfiguration in actual rest URL, is this is a bug?Thanks!Gagan 



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-Rest-DSL-issue-with-fuse-fabric-tp5778820p5779906.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to