Camel + RESTLET in Tomcat/Jetty

2013-10-02 Thread Klaus777
As far as I understand, Camel by default uses the default RESTLET engine. How can I tell Camel to use Jetty for RESTLEY instead? I know there are ways to bundle an application and deploy it in Tomcat or Jetty. If I do that, however, the biggest question becomes how to integrate with RESTLET. I di

Re: Camel + RESTLET in Tomcat/Jetty

2013-10-02 Thread Klaus777
Issue resolved as described here: http://stackoverflow.com/questions/19128361/restlet-on-camel-with-jetty/19148768#19148768 -- View this message in context: http://camel.465427.n5.nabble.com/Camel-RE

Re: How to Deploy new Camel Context with Hawtio

2013-11-04 Thread Klaus777
Thanks a lot. Let's say I want to go the spring watcher way. I am quite confuse as to how to use this library: https://github.com/hawtio/hawtio/tree/master/hawtio-watcher-spring-context I was expecting it to be a war file that I would drop in my web container. Instead, the POM does not actually h

Re: How to Deploy new Camel Context with Hawtio

2013-11-05 Thread Klaus777
Here is what i did. I took the jar file from here: http://repo1.maven.org/maven2/io/hawt/hawtio-watcher-spring-context/1.2-M10/hawtio-watcher-spring-context-1.2-M10.jar then I added it to the WB-INF/lib folder of the hawtio sample war file. I deployed and created new routes in wiki/camel-spring.xm

Re: How to Deploy new Camel Context with Hawtio

2013-11-05 Thread Klaus777
Also, to make sure it is not a compatibility issue, I took https://oss.sonatype.org/content/repositories/public/io/hawt/sample/1.2-M27/sample-1.2-M27.war, and inserted the following JAR into its WEB-INF/lib folder: https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-watcher-spring

Camel Aggrgator Misunderstanding

2014-02-10 Thread Klaus777
Hi, I started a thread here: http://stackoverflow.com/questions/21668716/camel-aggrgator-misunderstanding Maybe somebody has a clue or a working example. I am trying to get an aggregation strategy working wherein all the messages are bundled in the body of the final message. My route is as follow

Re: Camel Aggrgator Misunderstanding

2014-02-10 Thread Klaus777
Thanks for reading ;). I have answered this question in SO: http://stackoverflow.com/questions/21668716/camel-aggrgator-misunderstanding/21691358#21691358 -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Aggrgator-Misunderstanding-tp5747049p5747059.html Sent from the Cam

Enable Groovy Caching

2014-02-10 Thread Klaus777
Hi, I see Groovy expressions taking alot of time (e.g. 500ms) for simple things. I presume this is because of script compilation. Now the language construct has a cacheScript flag to control caching. Is there something similar for expressions? I looked at CAMEL-6340 and I could not tell whether th