Re: Apache Camel bean parameter binding issue with Spring DSL

2016-04-14 Thread Claus Ibsen
-- > View this message in context: > http://camel.465427.n5.nabble.com/Apache-Camel-bean-parameter-binding-issue-with-Spring-DSL-tp5772200p5781114.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: Apache Camel bean parameter binding issue with Spring DSL

2016-04-14 Thread Mario Balaban
there is a header with name "note" that does contain a non null value. -- View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-bean-parameter-binding-issue-with-Spring-DSL-tp5772200p5781114.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Apache Camel bean parameter binding issue with Spring DSL

2016-04-14 Thread Claus Ibsen
What Camel version did you use? And can you show the example? > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Apache-Camel-bean-parameter-binding-issue-with-Spring-DSL-tp5772200p5781069.html > Sent from the Camel - Users mailing list archive at

Re: Apache Camel bean parameter binding issue with Spring DSL

2016-04-14 Thread Mario Balaban
-Camel-bean-parameter-binding-issue-with-Spring-DSL-tp5772200p5781069.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: bean parameter binding

2016-03-09 Thread Minh Tran
- JBoss Middleware Consultant - > > > On Tue, Mar 8, 2016 at 11:21 PM, Minh Tran wrote: > >> Hello >> >> I’m using camel 2.16.2 and I’m finding the bean parameter binding doesn’t >> seem to work very well on overloaded methods. See below for

Re: bean parameter binding

2016-03-09 Thread Gregoire Autric
- JBoss Middleware Consultant - On Tue, Mar 8, 2016 at 11:21 PM, Minh Tran wrote: > Hello > > I’m using camel 2.16.2 and I’m finding the bean parameter binding doesn’t > seem to work very well on overloaded methods. See below for an example > > public class ClassA { >

bean parameter binding

2016-03-08 Thread Minh Tran
Hello I’m using camel 2.16.2 and I’m finding the bean parameter binding doesn’t seem to work very well on overloaded methods. See below for an example public class ClassA { public int foo() { return 0; } public int foo(String param1

Re: Apache Camel bean parameter binding issue with Spring DSL

2015-10-05 Thread Claus Ibsen
l set > now. Thanks! > Ah yeah the parser checks for ( and ). We could likely improve it and make it fail if it detect an non even pair? > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Apache-Camel-bean-parameter-binding-issue-with-Spring-DSL-tp57

Re: Apache Camel bean parameter binding issue with Spring DSL

2015-10-05 Thread wheli
mel.465427.n5.nabble.com/Apache-Camel-bean-parameter-binding-issue-with-Spring-DSL-tp5772200p5772301.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Apache Camel bean parameter binding issue with Spring DSL

2015-10-05 Thread Claus Ibsen
nd trying 2.15.3 or 2.16? Is 2.15.3 the latest stable? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Apache-Camel-bean-parameter-binding-issue-with-Spring-DSL-tp5772200p5772294.html > Sent from the Camel - Users mailing list archive at

Re: Apache Camel bean parameter binding issue with Spring DSL

2015-10-05 Thread wheli
Ok, thanks Claus. Would you recommend trying 2.15.3 or 2.16? Is 2.15.3 the latest stable? -- View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-bean-parameter-binding-issue-with-Spring-DSL-tp5772200p5772294.html Sent from the Camel - Users mailing list archive at

Re: Apache Camel bean parameter binding issue with Spring DSL

2015-10-05 Thread wheli
View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-bean-parameter-binding-issue-with-Spring-DSL-tp5772200p5772293.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Apache Camel bean parameter binding issue with Spring DSL

2015-10-05 Thread Claus Ibsen
ge exchange, > Organization organization) throws Throwable > > I am using camel version 2.13.1. > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Apache-Camel-bean-parameter-binding-issue-with-Spring-DSL-tp5772200p5772289.html > Se

Re: Apache Camel bean parameter binding issue with Spring DSL

2015-10-05 Thread wheli
, Organization organization) throws Throwable I am using camel version 2.13.1. -- View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-bean-parameter-binding-issue-with-Spring-DSL-tp5772200p5772289.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Apache Camel bean parameter binding issue with Spring DSL

2015-10-03 Thread calyan.bandi
hes worked well for me. I am using camel version of 2.13.2 Thanks, Kalyan -- View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-bean-parameter-binding-issue-with-Spring-DSL-tp5772200p5772208.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Apache Camel bean parameter binding issue with Spring DSL

2015-10-02 Thread Claus Ibsen
*" with "${exchange}" but got a number of errors > saying "org.apache.camel.ExpressionEvaluationException: Cannot > create/evaluate simple expression: ${exchange} to be bound to parameter at > index: 0 on method" > > > > -- > View this mess

Apache Camel bean parameter binding issue with Spring DSL

2015-10-02 Thread wheli
.apache.camel.ExpressionEvaluationException: Cannot create/evaluate simple expression: ${exchange} to be bound to parameter at index: 0 on method" -- View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-bean-parameter-binding-issue-with-Spring-DSL-tp5772200.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Breaking change is bean parameter binding from Camel 2.10 to 2.12?

2014-01-30 Thread toomanyedwards
This worked for us in 2.10. Was this functionality specifically changed in later versions? -- View this message in context: http://camel.465427.n5.nabble.com/Breaking-change-is-bean-parameter-binding-from-Camel-2-10-to-2-12-tp5746630p5746632.html Sent from the Camel - Users mailing list

Re: Breaking change is bean parameter binding from Camel 2.10 to 2.12?

2014-01-30 Thread Claus Ibsen
h of those would require code changes for us to be able to upgrade to > Camel 2.12. Is this really a backwards incompatibility between 2.10 or > 2.12? Is there any work around that doesn't involve us having to change all > of our routes that use this functionality? > > Any in

Breaking change is bean parameter binding from Camel 2.10 to 2.12?

2014-01-30 Thread toomanyedwards
ncompatibility between 2.10 or 2.12? Is there any work around that doesn't involve us having to change all of our routes that use this functionality? Any insight is appreciated. Thanks! -edward -- View this message in context: http://camel.465427.n5.nabble.com/Breaking-change-is-bean-para