Test Nabble Forum 2(Please Ignore)

2019-04-17 Thread Saiteja Parna
My posts are not getting delivered. Testing!

Test Nabble Forum (Please Ignore)

2019-04-17 Thread Saiteja Parna

Test forums (Please ignore this topic)

2019-04-17 Thread Pravin Deshmukh
-- Thanks, Pravin

Test Nabble Camel forums

2019-04-17 Thread Pravin Deshmukh
-- Thanks, Pravin

Re: Rest DSL vs CXF: rs

2019-04-17 Thread Saiteja Parna
Before convert the body to string, log the response from webservice ( {{dummy.Service}} ) . On Wed, Apr 17, 2019 at 12:35 AM Omkar Palekar wrote: > hey, > > Can you help with below issue. > > while using Rest DSL response is coming in below format. > ds???w?V??S > > While using with

Re: Using dot to separate path parameters

2019-04-17 Thread Claus Ibsen
Hi No this is currently not supported. You are welcome to log a JIRA for such an improvement On Wed, Apr 17, 2019 at 11:31 AM Arian Treffer wrote: > > Hi everyone, > > I would like to let users of my REST API to specify the response > format using ".json" or ".xml". I tried the following

Using dot to separate path parameters

2019-04-17 Thread Arian Treffer
Hi everyone, I would like to let users of my REST API to specify the response format using ".json" or ".xml". I tried the following configuration, but it does not recognize "content-type" as a parameter. rest("products/").description("Products API")

RE: Camel + Spring Boot as a backend?

2019-04-17 Thread Valdis Andersons
Hi Ron, No issues with what you want to do with Camel and Spring Boot. You don't even need a container to run the application in (though Tomcat is small, simple and reliable). Using direct, bean and seda mappings you can achieve pretty much any sort of routing you would need for your app. If

Rest DSL vs CXF: rs

2019-04-17 Thread Omkar Palekar
hey, Can you help with below issue. while using Rest DSL response is coming in below format. ds???w?V??S While using with CXF:rs response is receiving as expected. Below is my code for same. http://www.springframework.org/schema/beans;