Re: CSV data format record separator not working

2019-02-11 Thread Pedro Catalão
Thanks Claus, I will try your suggestion. On Mon, Feb 11, 2019 at 3:29 PM Claus Ibsen wrote: > Hi > > Sounds like a little bug, also you are welcome to try with latest > version to see if it works there. > And if its still a bug, then try to see if you can fix it and submit a > JIRA ticket and p

Re: FTPS Handshake error

2019-02-11 Thread ski n
Yes, I have JCE accessible in the JVM. I am using latest Java 8 Update 201. As in this anser stackoverflow the unlimited shouldn't be set anymore: https://golb.hplar.ch/2017/10/JCE-policy-changes-in-Java-SE-8u151-and-8u152.html To be sure I did enable crypto.policy=unlimited in the security file

Re: CSV data format record separator not working

2019-02-11 Thread Claus Ibsen
Hi Sounds like a little bug, also you are welcome to try with latest version to see if it works there. And if its still a bug, then try to see if you can fix it and submit a JIRA ticket and provide the patch as a github PR .. thanks. On Mon, Feb 11, 2019 at 3:01 PM Pedro Catalão wrote: > > Greet

CSV data format record separator not working

2019-02-11 Thread Pedro Catalão
Greetings! I'm trying to unmarshal some custom CSV using the CSV data format like this: > > > So I would expect this: > roses, red|violets, blue To be split into 2 records but the apparently the recordSeparator attribute is not being used anywhere to split the records so I end up wit

Re: FTPS Handshake error

2019-02-11 Thread Björn Þór Jónsson
Do you have the Java Cryptography Extension (JCE) accessible to your JVM ? In one case Camel had trouble communicating with an FTPS server which was using a cipher not available to the default Java installation and I solved it by installing that extension. /Björn On 10/02/2019, 19:09, "ski n"

Re: dealing with exceptions in onExceptions definitions

2019-02-11 Thread Dennis Holunder
Yes. That does the trick. Thank you! But shouldn't camel do that for us? Or at least save successfully retried exceptions in another property? Am Fr., 8. Feb. 2019 um 17:38 Uhr schrieb Claus Ibsen-2 [via Camel] : > > Hi > > You can store the custom exception as an exchange property before the > p