DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23558>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23558

Problem with BeanUtils.setProperty when the name of property of Bean have on second 
caracter a uppercase





------- Additional Comments From [EMAIL PROTECTED]  2003-10-06 17:12 -------
Just FYI, 

The getPropertyDescriptors method you describe simply delegates much of it's 
job to the java.beans.Introspector.  (This bug, in particular, describes an 
issue which exists in the output from the Introspector.)  Further, the 
approach of BeanUtils to this point in time has been to avoid rebuilding or 
redoing anything currently found in Introspector - this means the bad 
(Introspector bugs) comes with the good.  

My guess will be that this issue should and will be marked "WONTFIX", though 
I'll leave it to those actively working with BeanUtils to make the final 
decision.  The easiest workaround, of course, is to choose a slightly more 
verbose name :)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to