Details
Description
When passing Java beans with boolean properties as @BeanParam, ClientProxyImpl fails to get the actual property values because it looks only for "get" methods, not for "is".
More in general, getter method lookup is not dealing with exceptions which can break the resolution process.
Attachments
Issue Links
- links to