[ http://issues.apache.org/jira/browse/BEANUTILS-87?page=all ]
Niall Pemberton updated BEANUTILS-87:
-------------------------------------
Bugzilla Id: (was: 33228)
Component/s: Bean / Property Utils
> [beanutils] Can't access mapped property in some case
> -----------------------------------------------------
>
> Key: BEANUTILS-87
> URL: http://issues.apache.org/jira/browse/BEANUTILS-87
> Project: Commons BeanUtils
> Issue Type: Bug
> Components: Bean / Property Utils
> Environment: Operating System: All
> Platform: PC
> Reporter: YOKOTA Takehiko
> Fix For: 1.8.0
>
> Attachments: mapped.patch, mappedTest.patch, test.tar.gz, test2.tar.gz
>
>
> In the following case, access to mapped property fails by
> IllegalAccessException.
> Assume that 'bean' is an instance of package scoped class
> which implements public interface 'I', and interface 'I' has
> a method 'getValue(String key)'.
> In the case PropertyUtils.getProperty(bean, "value(key)") is called,
> IllegalAccessException occures.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]