You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by 0x0me <me...@mindcrime-ilab.de> on 2016/03/15 12:13:14 UTC

AmbiguousMethodCallException on evaluating simple expression

Hi,
accessing the properties of an object via simple language yields an
org.apache.camel.component.bean.AmbiguousMethodCallException :

---8<---
.transform().simple("ID[${body?.id}] saying ${body?.text}")
--->8---

The problem is already known and fixed for abstract classes (see CAMEL-9032)
but this bugfix seems not to work if there is an interface involved. I
created a little project to reproduce the problem you could find at
https://github.com/mindcrime-ilab/camel-interface-problem . 

Is it a already known problem or did I take it the wrong way?

Thanks

Michael





--
View this message in context: http://camel.465427.n5.nabble.com/AmbiguousMethodCallException-on-evaluating-simple-expression-tp5779082.html
Sent from the Camel - Users mailing list archive at Nabble.com.