Re: Exception: org.apache.camel.component.bean.AmbiguousMethodCallException

2014-12-29 Thread Claus Ibsen
Hi Read about bean binding at http://camel.apache.org/bean-binding.html And if you have a copy of Camel in Action book then read chapter 4, especially section 4.4 On Tue, Dec 30, 2014 at 2:59 AM, Felix Huang wrote: > Hi All, > > I got a "AmbiguousMethodCallException" exception when I used Apach

Exception: org.apache.camel.component.bean.AmbiguousMethodCallException

2014-12-29 Thread Felix Huang
Hi All, I got a "AmbiguousMethodCallException" exception when I used Apache Camel to invoke Spring bean. I found the root cause is that a class exists 2 methods which are the same name. If I changed one's name of them, application is running OK. Below are my configuration and a class:

Re: Exception: org.apache.camel.component.bean.AmbiguousMethodCallException

2014-12-29 Thread Felix Huang
How do I resolve this problem? Who can help me? Thanks a log. -- View this message in context: http://camel.465427.n5.nabble.com/Exception-org-apache-camel-component-bean-AmbiguousMethodCallException-tp5761121p5761122.html Sent from the Camel Development mailing list archive at Nabble.com.