[ https://issues.apache.org/jira/browse/BEANUTILS-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Niall Pemberton resolved BEANUTILS-33. -------------------------------------- Resolution: Fixed Part of the problem with BeanUtils was that the logic processing property names was duplciated in a number of places - and this bug is a result of inconsistency in different places. BEANUTILS-259 has abstracted this logic into a separate "Resolver" type and that has fixed this issue. I added a test case for property utils to make sure that it is fixed. http://jakarta.apache.org/commons/beanutils/apidocs/org/apache/commons/beanutils/expression/package-summary.html > Can't use "dot" in mapped properties for setProperty or getPropertyDescriptor > ----------------------------------------------------------------------------- > > Key: BEANUTILS-33 > URL: https://issues.apache.org/jira/browse/BEANUTILS-33 > Project: Commons BeanUtils > Issue Type: Bug > Components: Expression Syntax > Affects Versions: 1.7.0 > Environment: Operating System: other > Platform: Other > Reporter: Eoin Curran > Fix For: 1.8.0 > > Attachments: beanutils.dotsinmappedindices.patch, > PropertyUtilsMappedDot.txt, PropertyUtilsMappedIssues.txt, > PropertyUtilsTestCase1.txt, PropertyUtilsTestMappedDot.txt > > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10478 > fixed this problem for PropertyUtils.getProperty(); However, the problem > remains > for setProperty and getPropertyDescriptor. > I have fixed this against 1.6.1 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]