Hello

I have a route :

                from("http://gat...URL....d805d";).
                unmarshal().json(JsonLibrary.Jackson).
                split(simple("${body[data][results]}")).
                bean(ComicBuilder.class, "parse(${body[title]},
${body[thumbnail][path]}, ${body[prices][0][price]}, ${body[id]})").
                to("stream:out");

and I have a println inside the method parse, but it never gets printed.

If I put a log before the bean , then it works.

But if I simple replace the bean line with bean(new ComicBuilder(), .... )
then it works without putting the log command before.

Why is that ?



[image: Inline image 2]

* Jonathan Vila    ** <https://www.twitter.com/jonathan_vila>
<http://www.linkedin.com/in/jonathanvila>*


* [email protected] <[email protected]>*

Reply via email to