[
https://issues.apache.org/jira/browse/BEANUTILS-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niall Pemberton updated BEANUTILS-87:
-------------------------------------
Assignee: Niall Pemberton
Affects Version/s: 1.7.0
Summary: Package scope implementation of public interface for
mapped property fails (was: [beanutils] Can't access mapped property in some
case)
> Package scope implementation of public interface for mapped property fails
> --------------------------------------------------------------------------
>
> Key: BEANUTILS-87
> URL: https://issues.apache.org/jira/browse/BEANUTILS-87
> Project: Commons BeanUtils
> Issue Type: Bug
> Components: Bean / Property Utils
> Affects Versions: 1.7.0
> Environment: Operating System: All
> Platform: PC
> Reporter: YOKOTA Takehiko
> Assigned To: Niall Pemberton
> 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.
-
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]