You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Niall Pemberton (JIRA)" <ji...@apache.org> on 2008/03/19 12:48:24 UTC

[jira] Commented: (BEANUTILS-311) DynaBean variables are evaluated before member variables.

    [ https://issues.apache.org/jira/browse/BEANUTILS-311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580332#action_12580332 ] 

Niall Pemberton commented on BEANUTILS-311:
-------------------------------------------

I don't think its a good idea to mix DynaBean with regular properties - so I think we should close this as WONTFIX.

> DynaBean variables are evaluated before member variables.
> ---------------------------------------------------------
>
>                 Key: BEANUTILS-311
>                 URL: https://issues.apache.org/jira/browse/BEANUTILS-311
>             Project: Commons BeanUtils
>          Issue Type: Bug
>          Components: Bean / Property Utils
>    Affects Versions: 1.8.0-BETA
>            Reporter: Ivan Popov
>
> Hi,
> I have a class that is a DynaBean (extends LazyDynaBean) and that has some member variables, in addition to those of the DynaBean.
> It seems as if dynaBean variables are evaluated first, and as the property to evaluate is a member variable and not a dynaBean one,
> it returns a NestedNullException.
> Regards.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.