Using Camel 2.0 M3 and following the documentation on the website I noticed that the description of the bean component's URI scheme to be found on http://camel.apache.org/components.html should be changed from bean:beanName[?methodName=someMethod] to bean:beanName[?method=someMethod], i.e. the parameter's name is method, not methodName. Had to study the source code to figure that out. Leaves me wondering why nobody pointed this out before, though.
Cheers, Olaf -- View this message in context: http://www.nabble.com/Bug-in-documentation%3A-methodName-should-be-method-in-bean%3A-uri-tp25052686p25052686.html Sent from the Camel - Users mailing list archive at Nabble.com.
