Re: I want change my route config Spring DSL to Java DSL below code but I got sql mismatched exception

2014-02-22 Thread bhagavan
Thank You It's working fine with split @Override public void configure() throws Exception { logger.info("CSV file to Database"); from("file:input/inbox?noop=true"). unmarshal().csv().*split(body()).* to("sql:insert i

Store CSV file to Mysql DB using Camel Bindy and Camel -sql got stucked

2014-02-22 Thread bhagavan
Hi, I'm unable to store CSV file into Data base with Camel bindy

Re: routeContext and startOrder attribute

2014-02-22 Thread Claus Ibsen
On Fri, Feb 21, 2014 at 7:24 PM, erstanl wrote: > Hello, > I am in a bind. I like the idea of a routeContext, as a way to extract > common routes for usage by others. The problem I am running into, is that > you cannot add a startOrder attribute to a route defined in a routeContext. Are you sur

Re: Store CSV file to Mysql DB using Camel Bindy and Camel -sql got stucked

2014-02-22 Thread Claus Ibsen
Hi I think you need to remove ${body[0]} On Sat, Feb 22, 2014 at 9:57 AM, bhagavan wrote: > Hi, I'm unable to store CSV file into Data base with Camel bindy > > > uri="file:inbox/csv?noop=tru

camel-servlet and multiple camel contexts

2014-02-22 Thread helander
I use camel-servlet together with camel-servlet-listener in a web application and it works fine for routes that are in the camel context created by the camel-servlet-listener. Now I want to have servlet consumer endpoints in other camel contexts. These other contexts are created dynamically by my

Re: Definition of a HL7 FTP endpoint simulated with a spring Camel mllp

2014-02-22 Thread sekaijin
I've soved same problen with blueprint see http://camel.465427.n5.nabble.com/XML-DSL-hl7codec-ACK-response-td5747732.html you can use directly mina and hl7codec without define endpoint. A+JYT -- View this message in context: http://camel.465427.n5.nabble.com/Definition-of-a-HL7-FTP-endpoi

Re: Restlet Example on Tomcat 7

2014-02-22 Thread victor.Kuznetsov
Hi, I'm still not having any luck. Can you share your pom.xml file? I may have some dependency errors. -- View this message in context: http://camel.465427.n5.nabble.com/Restlet-Example-on-Tomcat-7-tp5747793p5747822.html Sent from the Camel - Users mailing list archive at Nabble.com.

Please help, looking for a sample camel-restlets with no spring.

2014-02-22 Thread bmk77
Please help, looking for a sample camel-restlets with no spring. -- View this message in context: http://camel.465427.n5.nabble.com/Please-help-looking-for-a-sample-camel-restlets-with-no-spring-tp5747825.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Restlet Example on Tomcat 7

2014-02-22 Thread Tingenek
http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";> 4.0.0 org.apache.camel examples 2.12.2 camel-example-servlet-tom