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

http://issues.apache.org/bugzilla/show_bug.cgi?id=37066





------- Additional Comments From [EMAIL PROTECTED]  2007-02-15 03:40 -------
This is happening because in BeanInfoManager.initialize(...) method when adding 
properties to the propertyByName cache, the name of the property is gotten from 
the property descriptor.  There are rules about this name documented in the 
javadoc on Introspector.decapitalize(...) which basically states that anything 
with the second letter means the first letter will stay a capitalized.  This 
means that with a property named 'aThing' the BeanInfoProperty will be stored 
in the propertyByName map with the key 'AThing' but will be searched for with 
the key 'aThing'.  This, of course, causes problems.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to