Java heap space with FILE producer and larges files

2014-04-05 Thread bbk
Hi, Since I upgraded Camel 2.6.0 to 2.10.2, the move large files fail using FILE producer past a certain size (over 200mo). The Camel error is during convert the body GenericFile to String. Failed delivery org.apache.camel.TypeConversionException: Error during type conversion from type: org.apach

RE: Camel XPath....Parsing a part of message Body...

2014-04-05 Thread Ravindra.Godbole
Try following. /Customer/Order/id/text() Order with id ${in.body} received - Ravi From: npa [npa.c...@gmail.com] Sent: Saturday, April 05, 2014 12:15 AM To: users@camel.apache.org Subject: Camel XPathParsing a part of message

Re: camel cxf (wsdl first) pojo: Can't find the BindingOperationInfo

2014-04-05 Thread Nicolas74
Nicolas74 wrote > Hello camel guys :-) > > I'm trying to invoke my CXF Web Service (contract first) from a camel > route. > I would like to invoke the method "updateJobsStatus(String)" > However I get an IllegalArgumentException: > Stacktrace >

ReturnType of Bindy - CSV to JAva Obj

2014-04-05 Thread contactreji
Hey Guys I was creating a POC which reads a CSV file with following content *reji,mathews,2681,pass jack,rose,261,fail * The class defined is as follows * package com.poc.camel.csv.java.bindy; import java.io.Serializable; import javax.xml.bind.annotation.XmlRootElement; import org.apache.camel

Re: Camel - camelContext - RabbitMQ component - what should be the value for exchangeName?

2014-04-05 Thread sanbhat
After doing more search on google I found an article which demonstrates creation of "Exchanges" in RabbitMq console, and I followed the same. First I created an exchange named "A" and bound the queue's which I had defined "source_q", "dest_q" to that exchange by giving the same name as routingKey