You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/10/06 19:12:01 UTC

DO NOT REPLY [Bug 23558] - Problem with BeanUtils.setProperty when the name of property of Bean have on second caracter a uppercase

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 apacheBugzilla@AMammenT.cotse.net  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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org