RE: Manually test smb endpoint connection on linux

2018-08-27 Thread Ivana Cace
Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Monday, August 27, 2018, 12:16:32 PM GMT+2, Ivana Cace wrote: What can i use on redhat linux to test

Manually test smb endpoint connection on linux

2018-08-27 Thread Ivana Cace
hat. camel version: 2.20.1, camel jcifs version: 2.18.0, jcifs version: 1.3.18 Thanks in advance, we have no in-house sys-admins anymore to help with this kind of deployment questions. Ivana Cace * De informatie verzonden in deze e-mail (inclusief bijlagen)

Re: InvalidPayloadException when sorting lines in a csv file

2018-06-08 Thread Ivana Cace
the to("file:xxx") b) If (a) does not work (I frankly dont think so) then you can split it, via splitter EIP then each item in the array list can be appended to the file. .split(body()) .to("file:xxx") On Fri, Jun 8, 2018 at 11:34 AM, Ivana Cace wrote: > Hi Claus

Re: InvalidPayloadException when sorting lines in a csv file

2018-06-08 Thread Ivana Cace
in a csv file Hi What version of Camel do you use? And frankly Camel ought to be able to write a String body to a file, so that is a bit surprising. Maybe you can post your stacktrace for us to look at? On Fri, Jun 8, 2018 at 10:14 AM, Ivana Cace wrote: > Hi, > > > I'm trying to sor

InvalidPayloadException when sorting lines in a csv file

2018-06-08 Thread Ivana Cace
Hi, I'm trying to sort a csv file, but when I try to write the file i get a InvalidPayloadException due to "Error during type conversion from type: java.lang.String to the required type: java.io.InputStream". Here is the route: from("file:path?filterFile=${file:size} < 6000")

Re: Camel, Spring, maven version compatibility.

2018-03-09 Thread Ivana Cace
the project with the changes i made in the pom. Facing a problem like this, it seems best to use mvn commandline. Thanks again, Ivana Van: Andrea Cosentino <ancosen1...@yahoo.com> Verzonden: vrijdag 9 maart 2018 11:54:25 Aan: users@camel.apache.org; Ivan

Camel, Spring, maven version compatibility.

2018-03-09 Thread Ivana Cace
Does anyone knaw what versions of camel have been tested with what versions of spring? I get an ArrayIndexOutOfBoundsException during Spring context initialization, this happens when 'processing' (I'm not sure this is the proper term here) of SerializationDataFormatAutoConfiguration.class.

How to stop polling at unreachable (smb) file endpoint

2017-12-29 Thread Ivana Cace
We have a camel route that picks up files at an smb endpoint when the application starts, moves them, sends an email and then the application closes down. If there are no files to pick up, an email is send, and the application closes down. To enable this we set sendEmptyMessageWhenIdle=true on

Handling Camel sftp endpoint authentication failure.

2017-12-22 Thread Ivana Cace
Is there any sane way to handle authentication failure at an sftp endpoint? I have a camel route with a sftp endpoint, specifically it moves files to sftp. When the sftp location is not available, i want to: * If its an authentication failure, log, and do not retry. Move original files to