Re: Camel 2.15.0 - No component found with scheme: ahc

2015-12-21 Thread Kranti Parisa
I do have it Thanks, Kranti K. Parisa http://www.linkedin.com/in/krantiparisa On Mon, Dec 21, 2015 at 2:18 AM, Aki Yoshida wrote: > you also need camel-ahc.jar and not just ahc.jar and that is probably > missing. > > 2015-12-21 5:44 GMT+01:00 Kranti Parisa

Re: Very long processing of the Consumer in the file component…

2015-12-21 Thread Victor NOËL
Thanks for your answer. The problem is that it happens on our CI infrastructure (and not all the times), so it's difficult to debug it. On my machine everything works as desired! Well, at least if another person gets this problem, now she knows she is not alone :) I will switch to another

Camel onException behavior with Splitter

2015-12-21 Thread vlad
Hi! I have a strange behavior with the onException block. If I set handled to false, then the SOME MESSAGE log isn't printed, but if I change the handled value to true - everything is logged. Could someone please explain what's happening? As far as I understand the log should be printed in both

entity manager is injected as null in a camel bean but jpa: endpoint works fine

2015-12-21 Thread amitmahesh
http://www.springframework.org/schema/beans; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xmlns:tx="http://www.springframework.org/schema/tx; xsi:schemaLocation=" http://www.springframework.org/schema/beans

Re: Camel 2.15.0 - No component found with scheme: ahc

2015-12-21 Thread Aki Yoshida
you also need camel-ahc.jar and not just ahc.jar and that is probably missing. 2015-12-21 5:44 GMT+01:00 Kranti Parisa : > Hi, > > All of a sudden I'm getting this error. The same routes were working fine > earlier. I did check the jars in the classpath and ahc jar does

Re: Split and tokenizeXML not working with Jaxb unmarshal with Part class.

2015-12-21 Thread Aki Yoshida
Your sample was not pasted nicely and it is not really readable. But guessing from what you described, you seem to be saying that the split result didn't exactly match the schema? In other words, some namespaces were dropped in the split result? If that is the case, that can happen when you are

Header Parameters not available in pipeline after using the enrich element

2015-12-21 Thread simple.sethia
I am trying to aggregate response from two or more rest services. The rest service URLs are mentioned in the header parameter (called as URIS) as a comma separated list. Also, once I have aggregated the response, I then want the response from the aggregation strategy to be passed to another

Camel Not Compiling in Unix Env

2015-12-21 Thread madhava pulakanti
Dear all, When I tried to compile the camel samples in unix environment I am getting the below issue. But the same I can successfully run on Windows Machine. Please suggest. INFO] Scanning for projects... Downloading:

Re: Camel Not Compiling in Unix Env

2015-12-21 Thread Claus Ibsen
Seems like Maven cannot download the JARs due no connection. See this FAQ http://maven.apache.org/general.html#proxy-needed On Mon, Dec 21, 2015 at 1:02 PM, madhava pulakanti wrote: > Dear all, > > When I tried to compile the camel samples in unix environment I am

Re: IllegalArgumentException: Either 'uri' or 'ref' must be specified on: org.apache.camel.impl.DefaultRouteContext

2015-12-21 Thread Claus Ibsen
Its hard to help when you do not provide more details. The stacktrace refers to route 17, so check that that route if its somewhat special. Also you can try upgrading Camel. And when you use advice-with in unit tests, then make sure to follow the box on this page with "telling Camel you are