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 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 transactional >

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

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.

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 th

Catch and handle errors when using the TransactionErrorHandler

2009-03-06 Thread Henric Hedin
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 transactional exchanges the Error Handler does not kick, so the following code i

Re: StreamCaching in Camel 1.6

2009-03-06 Thread _Jens
Hi, first of all, thanks to both of you, Gert and Willem, for the quick replies. I saw that the jira was already fixed, great job. Does this mean that the methods for disabling stream caching will be removed in the future? I have tried to use "noErrorHandler" but there was a special case that u

Re: Starting, stopping and removing routes at runtime

2009-03-06 Thread James Strachan
2009/3/6 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 w

Re: Camel and spring XML

2009-03-06 Thread Claus Ibsen
On Fri, Mar 6, 2009 at 12:32 PM, Glenn Macgregor wrote: > Hi All, > > I have installed activemq 5.2.0 and see that a minimal set of camel > functionality is included, activemq-camel.jar, camel-core, camel-jetty, > camel-jms and camel-spring. I have added a route in my activemq.xml config > file

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 is

Camel and spring XML

2009-03-06 Thread Glenn Macgregor
Hi All, I have installed activemq 5.2.0 and see that a minimal set of camel functionality is included, activemq-camel.jar, camel-core, camel-jetty, camel-jms and camel-spring. I have added a route in my activemq.xml config file: This route works fine, I get the message in the el1 topic l

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 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" structure, but something like

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 rout