MailConsumer replacing identical filename attachments

2018-06-20 Thread Joery Vreijsen
by the Map#put method. I was wondering if this is a known issue, or something we could possibly fix? Any advice is welcome! Greetings, - Joery Vreijsen

Re: Unexpected Result Split / JsonPath

2018-02-19 Thread Joery Vreijsen
ssues.apache.org/jira/browse/CAMEL-12278 > > You are welcome to test the SNAPSHOT build for either master or the > 2.20.x branch (you can build it yourself, or wait a while until CI > server publish updated snapshots on ASF snapshot maven repo) > > > > On Mon, Feb 19, 2

Re: Unexpected Result Split / JsonPath

2018-02-19 Thread Joery Vreijsen
.JsonPathEngine > And see what the logs say > > > > On Mon, Feb 19, 2018 at 2:41 PM, Joery Vreijsen wrote: > > Hi Claus, > > > > After successfully creating my flow in the Java DSL i was now moving it > > across to the Spring DSL running in Karaf. > >

Re: Unexpected Result Split / JsonPath

2018-02-19 Thread Joery Vreijsen
> 2.9.10 version and see how it works there. > > On Sun, Feb 18, 2018 at 11:50 PM, Joery Vreijsen > wrote: > > Hi, > > > > Just posting my final findings to this. > > My issue was caused by the fact i was using Jackson 2.9.4 which logged: > > Cannot write

Re: Unexpected Result Split / JsonPath

2018-02-18 Thread Joery Vreijsen
es duplicate ids, eg document. > If possible use a array instead, eg [ ] > > See the unit test from the source code - JsonPathSplitWriteAsStringTest > > On Fri, Feb 16, 2018 at 10:44 AM, Joery Vreijsen > wrote: > > That indeed was my thought aswell, i tried the followin

Re: Unexpected Result Split / JsonPath

2018-02-16 Thread Joery Vreijsen
e/camel/blob/master/components/camel-jsonpath/src/main/docs/jsonpath-language.adoc > > > > On Fri, Feb 16, 2018 at 10:30 AM, Joery Vreijsen > wrote: > > Hi Clause, > > > > Thanks for the quick response! > > > > When removing the String.class i get

Re: Unexpected Result Split / JsonPath

2018-02-16 Thread Joery Vreijsen
ath > > On Fri, Feb 16, 2018 at 10:22 AM, Joery Vreijsen > wrote: > > Hi, > > > > I’m trying to split my following Json file with the Camel Splitter & > > JsonPath components. > > > > [ > > { > > "document": { > > "

Unexpected Result Split / JsonPath

2018-02-16 Thread Joery Vreijsen
Hi, I’m trying to split my following Json file with the Camel Splitter & JsonPath components. [   {     "document": {       "name": "document 1",       "type": "pdf"     }   },   {     "document": {       "name": "document 2",       "type": "pdf"     }   } ] The route I’m using looks like this:

RE: camel-http4 cookieStore property

2018-01-29 Thread Joery Vreijsen
Hi Stephan, That does indeed seem to work, I had to find this notation in the http-session-handling documentation (http://camel.apache.org/http-session-handling.html) as it wasn’t so clear from the http4 documentation page (http://camel.apache.org/http4.html). Thanks! - Joery Vreijsen On 29

camel-http4 cookieStore property

2018-01-29 Thread Joery Vreijsen
f the customCookieStore: Am I doing something wrong in the configuration? When declaring a bean for the http4 component in my blueprint.xml, it does however work as expected:     Cheers! - Joery Vreijsen

Re: Invoke Camel Backlog Tracer

2017-12-20 Thread Joery Vreijsen
ry seeing the mails from here > > If you just want to have tracing to log files, then using "trace=true" > in is not deprecated and you can use that. > > On Tue, Dec 19, 2017 at 5:09 PM, Joery Vreijsen wrote: >> Hi There! >> >> First of all this is my f

Invoke Camel Backlog Tracer

2017-12-19 Thread Joery Vreijsen
Hi There! First of all this is my first time posting in the the mailing list, so any feedback is appreciated. Im currently experimenting with the Backlog Tracer as we are currently upgrading our application to Camel 2.20.1 and the “old” Tracer is Deprecated. In the documentation (http://camel.a

Invoke Camel Backlog Tracer

2017-12-19 Thread Joery Vreijsen
Hi There! First of all this is my first time posting in the the mailing list, so any feedback is appreciated. Im currently experimenting with the Backlog Tracer as we are currently upgrading our application to Camel 2.20.1 and the “old” Tracer is Deprecated. In the documentation (http://camel.apa