Re: Is camel right for my project with Asterisk?

2021-09-20 Thread Claus Ibsen
Hi For TCP networking then you can use netty as a server and write a custom codec to plugin to any kind of custom format. In this codec, you can parse it accordingly to your format. It seems like \n\n is the end of record indicator. See Netty project for how to write custom codec. And there is

ApacheCon starts tomorrow!

2021-09-20 Thread Rich Bowen
ApacheCon @Home starts tomorrow! Details at https://www.apachecon.com/acah2021/index.html (Note: You're receiving this because you are subscribed to one or more user lists for Apache Software Foundation projects.) We've got three days of great content lined up for you, spanning 14 project

Re: No suitable setter for property, dataformat.csv

2021-09-20 Thread Mikael Andersson Wigander
Digged deeper and found that Camel is expecting a String[] initially but then it fails again. I get a different stackTrace 2021-09-20 13:47:54,708 WARN [org.apa.cam.com.sed.SedaConsumer] (Camel (camel-3) thread #27 - seda://textImporter) Error processing exchange.

Re: No suitable setter for property, dataformat.csv

2021-09-20 Thread Claus Ibsen
Hi We can improve this so I created a ticket https://issues.apache.org/jira/browse/CAMEL-16987 On Mon, Sep 20, 2021 at 12:49 PM Claus Ibsen wrote: > > Hi > > Ah yeah converting to array is a bit shady as checking for the type of > what they arrays holds is needed. > > But ideally it should use

Re: No suitable setter for property, dataformat.csv

2021-09-20 Thread Claus Ibsen
Hi Ah yeah converting to array is a bit shady as checking for the type of what they arrays holds is needed. But ideally it should use the ArrayTypeConverter as fallback in this case. Can you try a plain unit test / standalone with spring boot or quarkus. On Mon, Sep 20, 2021 at 11:11 AM Mikael

Re: No suitable setter for property, dataformat.csv

2021-09-20 Thread Mikael Andersson Wigander
Hi Thanks but it doesn't work. Same issue: Caused by: java.lang.IllegalArgumentException: Could not find a suitable setter for property: header as there isn't a setter method with same type: java.lang.String nor type conversion possible: No type converter available to convert from type: