Re: Return Value from Python Script Not In Message Body

2014-07-05 Thread Tim Dudgeon
I created a JIRA issue for this: https://issues.apache.org/jira/browse/CAMEL-7582 Tim -- View this message in context: http://camel.465427.n5.nabble.com/Return-Value-from-Python-Script-Not-In-Message-Body-tp5724056p5753387.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to call a bean after all files has been processed?

2014-07-05 Thread Christian Müller
This is the intended behavior. To achieve the behavior you want, I propose the followings: - use the file consumers Exchange property "CamelBatchComplete" [1] to know which file is the last one - use an Aggregator [2] with a custom completion Predicate before you are calling your "teaserService"

Re: Enricher EIP skips AggregationStrategy if Exchange contains exception

2014-07-05 Thread Claus Ibsen
Hi A bit late for the reply. But I think you spotted something, so I logged a ticket https://issues.apache.org/jira/browse/CAMEL-7581 On Tue, Jan 28, 2014 at 12:34 PM, Elvio Caruana (ecaruana) wrote: > Hi, > > Looking at the Enricher source code, it looks to me that if an exception is > set and

Re: Camel JPA endpoint consumer problem

2014-07-05 Thread Claus Ibsen
Hi Are you sure there is data in the database. You can set DEBUG logging on org.apache.camel.component.jpa to see what happens. On Fri, Jul 4, 2014 at 2:32 PM, chanducompute wrote: > Hi Claus, > > Thank you very much for the suggestion. As you suggested, I have modified > the route as below >