Re: file to hdfs 2

2015-05-12 Thread Grzegorz Grzybek
Hello This may be a bug - please create an issue under https://issues.apache.org/jira/browse/CAMEL regards Grzegorz Grzybek 2015-05-11 22:21 GMT+02:00 aidatechinc hfao...@aidatech.com: How can prevent the hdfs directory to be overwritten while consuming different files? Currently, every

Rép: Re: Making the Camel Maven plugins Eclipse compatible

2015-05-12 Thread Francois Liot
+1 Preben.Asmussen p...@dr.dk a écrit : +1 Best, Preben -- View this message in context: http://camel.465427.n5.nabble.com/Making-the-Camel-Maven-plugins-Eclipse-compatible-tp5767009p5767020.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Making the Camel Maven plugins Eclipse compatible

2015-05-12 Thread Preben.Asmussen
+1 Best, Preben -- View this message in context: http://camel.465427.n5.nabble.com/Making-the-Camel-Maven-plugins-Eclipse-compatible-tp5767009p5767020.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: QueueReplyManager - reply received for unknown correlationID

2015-05-12 Thread Claus Ibsen
Hi If you get duplicate reply messages then it smells like the other party is sending 2 reply messages with the same JMSCorrelationID. On Mon, May 11, 2015 at 10:11 AM, MS matija.slivo...@gmail.com wrote: These are some of the dependencies: mvn dependencies:list

Re: Making the Camel Maven plugins Eclipse compatible

2015-05-12 Thread Claus Ibsen
Hi We love contributions http://camel.apache.org/contributing.html So you or any Eclipse users is welcome to dive in to see what changes is needed in the pom.xml and submit a patch / PR. On Tue, May 12, 2015 at 2:42 PM, Victor NOËL victor.n...@linagora.com wrote: Hi, There is a set of

Re: Schematron component: Not supported: http://saxon.sf.net/feature/linenumbering

2015-05-12 Thread Davis, Daniel
Unfortunately I have still not solved this. My routes are in XML DSL and use the schematron component directly in ServiceMix and are not bundled into any of my application code. There is a camel-schematron feature that I installed that does not complain about any missing dependencies. I also

Re: Schematron component: Not supported: http://saxon.sf.net/feature/linenumbering

2015-05-12 Thread Davis, Daniel
Unfortunately I have still not solved this. My routes are in XML DSL and use the schematron component directly in ServiceMix and are not bundled into any of my application code. There is a camel-schematron feature that I installed that does not complain about any missing dependencies. I also

Re: Schematron component: Not supported: http://saxon.sf.net/feature/linenumbering

2015-05-12 Thread Davis, Daniel
An update. I got rid of camel-saxon and the Saxon bundles. Then created a Java DSL route packaged with Saxon-HE-9.6.0-5.jar. Same error message. In smx, it looks like camel-schematron is looking for parsers from the OSGI framework like - javax.xml.parsers,version=0.0.0 from

Making the Camel Maven plugins Eclipse compatible

2015-05-12 Thread Victor NOËL
Hi, There is a set of recommendations to make a maven plugin eclipse-compatible: http://eclipse.org/m2e/documentation/m2e-making-maven-plugins-compat.html In particular, the use of BuildContext is very important because it prevents mismatch between the state produced by the execution of a

Why spi-annotation content is included in camel-core?

2015-05-12 Thread Victor NOËL
Hi, Why is spi-annotation included in camel-core? It's bothering because: - the source are not in camel-core so one can't see the definition of the annotatons (so it's not easy to use them like that). - and then if we add spi-annotation to the pom, there is duplicate classes from the two

Re: file to hdfs 2

2015-05-12 Thread aidatechinc
Hi Grzegorz, I will try to clone the component and see if its indeed a bug. Meanwhile, hoping someone can tell me otherwise. thanks -- View this message in context: http://camel.465427.n5.nabble.com/file-to-hdfs-2-tp5766998p5767013.html Sent from the Camel - Users mailing list archive at

Re: Data Corruption in SFTP in Parallel Multicast branches

2015-05-12 Thread lakshmi.prashant
Hi, If direct is changed to SEDA, the multiple branches still fail. /Error processing exchange. Exchange[Message: [Body is instance of org.apache.camel.StreamCache]]. Caused by: [org.quartz.JobExecutionException - org.apache.camel.CamelExchangeException: Parallel processing failed for number

Re: Why spi-annotation content is included in camel-core?

2015-05-12 Thread Claus Ibsen
Hi As end users you should not depend on spi-annotations - only camel-core. spi-annotations is an internal model used as part of building camel-core using the camel apt compiler plugin. On Tue, May 12, 2015 at 2:58 PM, Victor NOËL victor.n...@linagora.com wrote: Hi, Why is spi-annotation

Re: Why spi-annotation content is included in camel-core?

2015-05-12 Thread Victor NOËL
Ok, but I'm building a camel component here, so I need to access these classes and use them as a developer (i.e. read their documentation). Anyway, an end-user will be able to use these classes, that you want it or not, since they are included in camel-core, so why not simply keep the

Unable to make a SOAP/HTTP request through webservice proxy

2015-05-12 Thread jainmcs03
Team, I have successfully done the transformation(unmarshal-do process-marshal) but getting a error response from real webservice. Below the error and route definition. Error: ?xml version='1.0' encoding='UTF-8'?soapenv:Envelope