Re: camel-ftp File transfer not working route failing>

2014-09-12 Thread Claus Ibsen
Hi Please use the user forum / user mailing lists On Sat, Sep 13, 2014 at 1:31 AM, rambabu wrote: > My code is as follows: > > from("file://"+fromFileBasePath+"?delay=500&delete=true") > .to("bean:readExcelFileService?method=readInputFile(${body})") > .choice() >.when(simple("${body}")) >

Re: Camel contributions - which Java version to code to?

2014-09-12 Thread Claus Ibsen
Java 7 On Fri, Sep 12, 2014 at 9:48 PM, rickaroni wrote: > Hiya, > > Should I assume from this link that all Camel contribution code has to be > Java 6 compatible? http://camel.apache.org/what-are-the-dependencies.html > > > That is, I'd li

camel-ftp File transfer not working route failing>

2014-09-12 Thread rambabu
My code is as follows: from("file://"+fromFileBasePath+"?delay=500&delete=true") .to("bean:readExcelFileService?method=readInputFile(${body})") .choice() .when(simple("${body}")) .log(LoggingLevel.INFO,"SUCCESS===") .to("file://"+toFileBasePath) .otherwise() .log(Loggin

Camel.2.14.x.notest - Build # 1 - Failure

2014-09-12 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.14.x.notest (build #1) Status: Failure Check console output at https://builds.apache.org/job/Camel.2.14.x.notest/1/ to view the results.

Re: Switch the default Spring version to Spring 4.x

2014-09-12 Thread Matt Sicker
Seems reasonable as Spring 4.x is mostly 3.x compatible, too (other than deprecated things from Spring 2.x which are gone). On 11 September 2014 20:47, Willem Jiang wrote: > Hi, > > Because spring-test 4.x is not backward compatible, we have to create > camel-test-spring and camel-test-spring3

Camel.2.12.x.notest - Build # 150 - Failure

2014-09-12 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.12.x.notest (build #150) Status: Failure Check console output at https://builds.apache.org/job/Camel.2.12.x.notest/150/ to view the results.

Re: Camel-Kafka Component

2014-09-12 Thread sat
I am answering my own question - Looks like we have to explicitly specify the serializerClass for the producer like this from("direct:testingKafka").to("kafka:localhost:9092?topic=test&serializerClass=kafka.serializer.StringEncoder") This worked. Would be nice if it is handled in Camel if poss

Re: Camel-Kafka Component

2014-09-12 Thread sat
I've tried to give the kafka component a whirl (disclaimer - I am new to both camel and kafka). Tried this and got this exception when sending a message to kafka In my spring class that produces: @Autowired private ProducerTemplate template; public void sendKakfaMessage(Integer id){

Camel contributions - which Java version to code to?

2014-09-12 Thread rickaroni
Hiya, Should I assume from this link that all Camel contribution code has to be Java 6 compatible? http://camel.apache.org/what-are-the-dependencies.html That is, I'd like to change a component such that Joda DateTime is replaced by the n

Re: Who manage project camel-extra - atlassian

2014-09-12 Thread Christoph Emmersberger
Hi Charles, I have added you to the camel-extra JIRA site and granted you rights for ticket creation. Need to do some more investigation, why my previous settings to add any newly signed in user to the jura-users and users group failed. Best, Christoph On 11 Sep 2014, at 23:57, Claus Ibsen

Re: Issue with jenkins account for camel-extra

2014-09-12 Thread Christoph Emmersberger
Hi Charles, sorry for the inconvenience. The instance has been hibernated due to lack of activities. I was quite busy the last couple of month and did therefore not find any time to work on camel-extra. Therefore we are also two releases (or actually three when you include the 2.14.0 tag) behi

[GitHub] camel pull request: CAMEL-7632: Add streaming mode to camel-splunk...

2014-09-12 Thread dmitrimedvedev
Github user dmitrimedvedev closed the pull request at: https://github.com/apache/camel/pull/226 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

Re: Support of official commons-csv

2014-09-12 Thread Antoine DESSAIGNE
Hi, I don't see how it can be compatible since the public API of CsvDataFormat relies on 2 classes that were deleted : CSVStrategy and CSVConfig. I'm also not convinced by a camel-csv2 component since it's common-csv version 1. I would rather have another component ("camel-csv-commons" ?) that pu

Re: git commit: camel-spark-rest: fixing timing issue in spark tests. -DskipTests really skips the tests now

2014-09-12 Thread Willem Jiang
Sorry, it's my fault. Now the pom works as expect after I setup the JAVA_HOME and PATH rightly. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On September 12, 201

Re: [VOTE] Release Apache Camel 2.14.0

2014-09-12 Thread Grzegorz Grzybek
Hello I checked the full build under JDK8 with tests skipped and saw two problems: * camel-spark-rest component run the tests even if -DskipTests, -Dmaven.test.skip or -Pfastinstall was used. Fix is here[1] * camel-jibx needs explicit -Dmaven.test.skip=true to run under JDK8. -Pfastinstall sets di

Re: git commit: camel-spark-rest: fixing timing issue in spark tests. -DskipTests really skips the tests now

2014-09-12 Thread Grzegorz Grzybek
Hi for me camel-spark-rest was running the tests in any case (even with -Dmaven.test.skip=true or -DskipTests or -Pfastinstall). regards Grzegorz 2014-09-12 10:01 GMT+02:00 Willem Jiang : > Hi Grzegorz, > > I tried to run "mvn clean install" with JDK17 and JDK18, all the tests ran > even with J

Re: git commit: camel-spark-rest: fixing timing issue in spark tests. -DskipTests really skips the tests now

2014-09-12 Thread Willem Jiang
Hi Grzegorz, I tried to run "mvn clean install" with JDK17 and JDK18, all the tests ran even with JDK17.   -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Septe

Re: [VOTE] Release Apache Camel 2.14.0

2014-09-12 Thread Charles Moulliard
Thx Willem. Build succeeds now ;-) On Fri, Sep 12, 2014 at 9:10 AM, Willem Jiang wrote: > I just fixed the build error the camel-extra project, it is caused by the > typo error and has nothing to do with the changes of Camel 2.14.0. > > -- > Willem Jiang > > Red Hat, Inc. > Web: http://www.redh

Re: [VOTE] Release Apache Camel 2.14.0

2014-09-12 Thread Willem Jiang
I just fixed the build error the camel-extra project, it is caused by the typo error and has nothing to do with the changes of Camel 2.14.0. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemji