Re: Auto-commit and camel-kafka

2015-07-05 Thread Willem Jiang
Hi Michael, I think we don’t take the consideration of committing the offset during the shutdown processing. Please feel free to create a JIRA[1] and send out a patch of it. [1]https://issues.apache.org/jira/browse/CAMEL -- Willem Jiang Blog: http://willemjiang.blogspot.com (English) http

adviceWith is throwing UnsupportedOperationException when route have choice definition

2015-07-05 Thread bharadwaj
camel version 2.15.1 java version "1.8.0_45" Exception : java.lang.UnsupportedOperationException: null at java.util.AbstractList.add(AbstractList.java:148) at org.apache.camel.builder.AdviceWithTasks$1.task(AdviceWithTasks.java: 151) at org.apache.camel.model.RouteDefini

Re: Invalid content was found starting with element 'exchangeProperty'

2015-07-05 Thread bharadwaj
Thank you. It's class path issue, resolved after re-build the projects. -- View this message in context: http://camel.465427.n5.nabble.com/Invalid-content-was-found-starting-with-element-exchangeProperty-tp5768835p5768894.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Servlet REST and OSGi Blueprint example

2015-07-05 Thread yogu13
Hi, I hope to run the project you have installed following dependencies as stated.. Assuming you are installing on karaf.. features:chooseurl camel ${project.version} features:install camel and then the other components of camel which are needed for REST support features:install camel-servlet

Re: Camel Servlet REST and OSGi Blueprint example

2015-07-05 Thread yogu13
you can also check if the bundles are installed properly by using the command "bundle:list" Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Servlet-REST-and-OSGi-Blueprint-example-tp5768857p5768893.html Sent from the Camel - Users mailing list archive

knowing wenn splitted exchange is completed in distributed env

2015-07-05 Thread camelstarter
Hello, when splitting big file while distributing the work on multiple machines, I'm facing the problem not knowing, when the file is completed. The only idea I have, is to use database for logging the errors and processed units and always check, whether the sum of errors and processed lines equal

Camel Servlet REST and OSGi Blueprint example

2015-07-05 Thread aRaGoRn
Good Evening, I would install camel-example-servlet-rest-blueprint but I have the following problem: "Error executing command: Error installing bundles: Unable to start bundle mvn: org.apache.camel / camel-example-servlet-rest-blueprint / 2.16-SNAPSHOT: Unresolved constraint bundled org.a

Fwd: Need help in running camel in raspberry pi

2015-07-05 Thread Parul Agrawal
Hi, I am trying to run Camel as OSgi bundle in Kura with raspberry as the target device. Just to get hands on I followed below mentioned steps. 1) Downloaded Kura from *https://github.com/eclipse/kura * with lwm2m branch since I wanted support for Lwm2m in Kura.