Re: Apache Camel bean parameter binding issue with Spring DSL

2016-04-14 Thread Mario Balaban
I am using version 2.16.1. The example is something like this: and the the java bean method is: public void addNote(String invoice, String note){ ...} In this case the binding expression assigns the result of Invoice.toString method to the first argument and null to the second even if

Re: Apache Camel bean parameter binding issue with Spring DSL

2016-04-14 Thread Mario Balaban
Hello, I also have been passing a couple of hours trying to debug a missing parenthesis from a bean binding expression. It would be nice if the parser threw an exception in case of missing close parenthesis. Thanks! -- View this message in context:

Re: Camel Split : How to keep token when splitting a multilines files

2016-01-20 Thread Mario Balaban
Hi Vincent, how did your solved it ? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Split-How-to-keep-token-when-splitting-a-multilines-files-tp5768991p5776451.html Sent from the Camel - Users mailing list archive at Nabble.com.