Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.15.2
-
None
-
Unknown
Description
Based on PR
https://github.com/apache/camel/pull/522#issuecomment-103620070
Yeah I had a look its due primtive vs object types, that causes Camel to not match the setter method.
eg the method uses a boolean type, but the returned value from the reference lookup is a java.lang.Boolen type. And therefor its not used. I will log a ticket and fix that.