Here's the stack overflow to my question, but I thought I would try here as
well:
http://stackoverflow.com/questions/27787435/does-camel-rest-dsl-work-with-a-restlet-servlet
<http://stackoverflow.com/questions/27787435/does-camel-rest-dsl-work-with-a-restlet-servlet>
  

I'm trying out the REST DSL in 2.14.1 and I'm not able to get it to work
with restlet within a servlet container.  I was hoping to use the servlet
container for my restlet endpoints the way I do when I implement restlet
without the new REST DSL.  

Is this possible?  I'm beginning to suspect that the REST DSL is
incompatible with Restlet within a servlet container. I want the hosting
servlet container to handle the incoming requests, I don't want to have to
spawn a separate restlet server process (on a new port) for my camel
contexts.




--
View this message in context: 
http://camel.465427.n5.nabble.com/Does-Camel-REST-DSL-work-with-a-Restlet-Servlet-tp5761346.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to