I am using  Camel 2.12.1 for all components.

The test case (which works) is getting to line 128 of BeanProcessor, but I
don't understand the "if (sameBean)" logic/comments there.  I would assume
it also returning from line 133.

My real-world WAR file deployment (which fails / calls wrong method) is
returning from BeanProcessor at line 166, which tells me it most likely
didn't get into the "if (sameBean)" logic.  My gut tells me that, because I
didn't explicitly set the "CamelBeanMethodName", it defaulted to the bean
binding logic and (for some reason) picked the wrong method (and in one case
gave me an AmbiguousMethodCallException.


Steve Ardis




--
View this message in context: 
http://camel.465427.n5.nabble.com/camel-proxy-CamelProxyFactoryBean-and-CamelBeanMethodName-tp5743359p5743367.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to