Re: Data Corruption in SFTP in Parallel Multicast branches

2015-05-12 Thread Franz Paul Forsthofer
Hello Lakshmi, it could be that this issue is related to https://issues.apache.org/jira/browse/CAMEL-8688 There we have made a patch in the current snapshot (version 2.16) Can you try to reproduce your problem on the current snapshot? Regards Franz On Tue, May 12, 2015 at 11:39 AM, lakshmi.pra

Re: xmljson - utf-8 fails

2015-05-12 Thread contactreji
Hey Guru The very next step I did was trying a http POST using the linux CURL command. Surprisingly it worked :-) . The very same data which came out of the processor was posted successfully into end system via curl utility. The problem is seen only from the camel flow. Cheers Reji - R

Re: Handle Soap1.1 and Soap1.2 payloads in a single CXF WS Endpoint

2015-05-12 Thread Gnanaguru S
The same question is posted here as well: http://stackoverflow.com/questions/30204063/handle-multiple-soap-versions-in-camel -- View this message in context: http://camel.465427.n5.nabble.com/Handle-Soap1-1

Re: xmljson - utf-8 fails

2015-05-12 Thread Gnanaguru S
Hello Reji, Interesting, did it try hitting the service with your standalone client with the payload coming out of your processor ? Cheers Guru @tallguru -- View this message in context: http://camel.465427.n5.nabble.com/xmljson-utf-8-fails-tp5767014p5767033.html Sent from the Camel - Users

Warning Messages in Logs when camel application running on multiple nodes

2015-05-12 Thread ravi.4indra
Hi, I have a route using camel file2 to move a file. its working fine with a single node but with camel running on three different nodes i am seeing below error on 2 nodes and successfully processing in the third server. is there a configuration or option on camel to prevent this warnings/excepti

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 org.apache.felix.fra

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 ins

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 ins

Where am I supposed to place beans?

2015-05-12 Thread erd
Hello, I'm using Spring to make a route, and I've written a Jackson-annotated transformation bean with a method which takes a JSON String, uses Jackson to unmarshal it into a POJO, reorders it, and marshals it to a re-ordered String. I get how to define DataFormats, beans and the like, but 1) wh

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 wrote: > These are some of the dependencies: >mvn dependencies:list > > org.apache.activemq:activemq-broker:jar:5.11.1:

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 wrote: > Hi, > > There is a set of recommendations to make a ma

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

2015-05-12 Thread Francois Liot
+1 "Preben.Asmussen" 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.

xmljson - utf-8 fails

2015-05-12 Thread contactreji
Hi I have a route like follows which pushes json string over https * * This works fine. But i have another one like this * * I do some string replacement in this. Processor looks like * public

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 Na

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 dependency

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 wrote: > Hi, > > Why is spi-annotation included in camel-core? >

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 art

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 maven

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: http://schemas.xmlsoap.org/soap/envelope/";>http://www.w3.org/2005/08/addressing";>http://www.w3.org/2005/08/addressi

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

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 : > > How can prevent the hdfs directory to be overwritten while consuming > different files? Currently, every new file overwrites