Hello Sebastian! Sorry for the delay. Did you have signed already the ICLA as mentioned at [1]? I couldn't find it...
The sample code snipped you mention is from: trunk/components/camel-cxf/src/test/java/org/apache/camel/wsdl_first/PersonProcessor.java (you cannot change it by editing the wiki). However, I did the proposed change and committed it [2]. Thanks for the hint. [1] http://camel.apache.org/how-do-i-edit-the-website.html [2] https://git-wip-us.apache.org/repos/asf?p=camel.git;a=commitdiff;h=46ec9ef55c38f5b9a251702e59fee3103e137888 Best, Christian ----------------- Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linkedin.com/pub/christian-mueller/11/551/642 On Mon, May 19, 2014 at 5:35 PM, Sebastian Bathke < sebastian.bat...@gmail.com> wrote: > Hi, > > I just stumbled over a small issue in the camel wiki and would be happy to > fix it > > > https://camel.apache.org/cxf.html#CXF-Howtoconsumeamessagefromacamel-cxfendpointinPOJOdataformat > > In the code example line 9: > BindingOperationInfo boi = > (BindingOperationInfo)exchange.getProperty(BindingOperationInfo.class. > *toString()*); > > should actually be: > > BindingOperationInfo boi = > (BindingOperationInfo)exchange.getProperty(BindingOperationInfo.class. > *getName()*); > > I would be happy to contribute to the docu where possible in future and > thus having the rights to do so on my own would be great. :) > > confluence username: megglos > > Cheers > Sebastian >