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