Re: Camel Rest DSL issue with fuse fabric

2016-03-28 Thread GaganT
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/12

Camel Rest DSL issue with fuse fabric

2016-03-09 Thread GaganT
Hi, I am doing a poc to expose rest ful services using camel rest dsl and deploying them in a container on a fuse fabric profile. The example is based out of camel-example-servlet-rest-blueprint project. my bluprint file is: blueprint.xml