Hi,I have a question regarding bean binding in camel (http://camel.apache.org/bean-binding.html).
In my code there are two methods: String methodA (String string); String methodA (InputStream is); I camel the stream is sent to bean:beanA?method=methodA with result : Ambiguous method invocations possible.I can't (don't want to) annotate method with @Handler, probably the best way to do it is to use bean/processor.
Why camel can't match the best method? regards, rafal
