[
https://issues.apache.org/jira/browse/BEANUTILS-311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580362#action_12580362
]
Ivan Popov commented on BEANUTILS-311:
--------------------------------------
I don't see what is the problem of having member variables in a DynaBean.
DynaBean is no more than a bean with a map, isn't it ?
If someone can explain me please.
> 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.