Re: Camel-Spark-Rest

2015-10-14 Thread Claus Ibsen
Just a note that spark-rest is not apache spark http://camel.apache.org/spark-rest and it requires Java 8 at runtime. The example with servlet is better as it uses servlet so it reuse the servlet engine of tomcat. Where as spark-rest is hardcoded to use jetty. On Wed, Oct 14, 2015 at 7:18 PM, A

Re: camel-spark-rest

2014-07-20 Thread Claus Ibsen
On Sat, Jul 19, 2014 at 9:35 PM, Matt Sicker wrote: > On 19 July 2014 01:42, Claus Ibsen wrote: > >> This is changing slightly as part of the Rest DSL being part of camel-core. >> This DSL allows you to configure port number and other details. >> >> Ooh, is this related to CAMEL-7354 >

Re: camel-spark-rest

2014-07-19 Thread Matt Sicker
On 19 July 2014 01:42, Claus Ibsen wrote: > This is changing slightly as part of the Rest DSL being part of camel-core. > This DSL allows you to configure port number and other details. > > Ooh, is this related to CAMEL-7354 ? -- Matt Sicker

Re: camel-spark-rest

2014-07-18 Thread Claus Ibsen
On Fri, Jul 18, 2014 at 6:32 PM, Camel Guy wrote: > Hello, > > The spark-rest component looks awesome but I don't see a way to change the > port # or specify authentication details as with camel-restlet. Are those > details deferred to tomcat or jetty config? > This is changing slightly as part o