You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Niall Pemberton (JIRA)" <ji...@apache.org> on 2007/05/24 16:29:16 UTC

[jira] Updated: (BEANUTILS-87) Package scope implementation of public interface for mapped property fails

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