Camel meven goal configuration problem

2009-03-06 Thread mta38
Hi all, I am trying to run camel maven goal (camel:dot). I stated that if in resource project folder, it does not exist META-INF/spring:*.xml structure, but something like resource/ com/ myprganisation/ routes/ camel-context.xml (camel

Re: Camel meven goal configuration problem

2009-03-06 Thread Claus Ibsen
Hi Could you show us you maven pom configuration for this plugin? On Fri, Mar 6, 2009 at 11:18 AM, mta38 mtaraud@orange-ftgroup.com wrote: Hi all, I am trying to run camel maven goal (camel:dot). I stated that if in resource project folder, it does not exist META-INF/spring:*.xml

Starting, stopping and removing routes at runtime

2009-03-06 Thread m.s.
There are some older post on this topic in the forum, but I could not figure out if the answers are still up to date. So is it possible to remove routes from the CamelContext to add updated ones at runtime? And what happens with messages on a route that are not delivered when the route stops or

Re: Starting, stopping and removing routes at runtime

2009-03-06 Thread James Strachan
2009/3/6 m.s. da_...@arcor.de: There are some older post on this topic in the forum, but I could not figure out if the answers are still up to date. So is it possible to remove routes from the CamelContext to add updated ones at runtime? And what happens with messages on a route that are not

Wrong destruction order when using spring dsl

2009-03-06 Thread Thomas Beckmann
Hi all, we are using camel spring-dsl and we are routing from and to activemq. We are using camel:bean and camel:process I have the impression that in both cases the 'ref' property is not a real Spring reference (not wired by Spring) but is stored as a String and resolved later. Because of

Jetty-splitter-aggregator - reply

2009-03-06 Thread beduin
-- View this message in context: http://www.nabble.com/Jetty-splitter-aggregator---reply-tp22374389p22374389.html Sent from the Camel - Users mailing list archive at Nabble.com.

routing like jetty-splitter-aggregator-reply request/response problem

2009-03-06 Thread beduin
Hi, I'm building a routing like this : from jetty to splitter to aggegator to responseProcessor to mockend each endpoint is set to InOut and direct. Basically I want that request from jetty (that's like a batch to process) being splitted, processed (when all work), aggegated and have a response

Re: Catch and handle errors when using the TransactionErrorHandler

2009-03-06 Thread Claus Ibsen
On Fri, Mar 6, 2009 at 1:51 PM, Henric Hedin hhe...@gmail.com wrote: Hi, Is it possible to in some way to use the TransactionErrorHandler and at the same time catch and handle exceptions? I have read the documentation under http://camel.apache.org/error-handling-in-camel.html that for