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: java.
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 A
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 t
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.
Exchange[FF9E23AAB732300-0
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 co
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 a
Wow still no replies.
Can at least someone tell me if Asterisk endpoint is supported?
On 2021/09/16 18:27:46, Mario Giammarco wrote:
> Wow, no replies.
> Probably I have not gave a simple enough explanation.
> Let's try to start to a simpler thing.
> First problem: convert this file type to json
You have a reply from Claus Ibsen.
Il mar 21 set 2021, 08:17 Mario Giammarco ha scritto:
> Wow still no replies.
> Can at least someone tell me if Asterisk endpoint is supported?
>
> On 2021/09/16 18:27:46, Mario Giammarco wrote:
> > Wow, no replies.
> > Probably I have not gave a simple enough