[ 
https://issues.apache.org/jira/browse/BEANUTILS-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Niall Pemberton updated BEANUTILS-92:
-------------------------------------

    Attachment: Jira35TestCase.java

The changes for BEANUTILS-18 does prevent some of the scenrios that caused 
NoSuchMethodException to be thrown in the past - unfortunately not the one 
reportted by Will (i.e. only indexed setter in the target bean). 

Attaching a test case that demonstrates Will's issue is not yet resolved.

So IMO we should go with Will's original suggestion of catching 
NoSuchMethodException.



> PropertyUtilsBean.copyProperties does not catch NoSuchMethodException
> ---------------------------------------------------------------------
>
>                 Key: BEANUTILS-92
>                 URL: https://issues.apache.org/jira/browse/BEANUTILS-92
>             Project: Commons BeanUtils
>          Issue Type: Bug
>          Components: Bean / Property Utils
>    Affects Versions: 1.7.0
>         Environment: Operating System: other
> Platform: Other
>            Reporter: Will Pugh
>            Assignee: Niall Pemberton
>             Fix For: 1.8.0
>
>         Attachments: fixCopyPropertyException, Jira35TestCase.java
>
>
> I ran into a problem where I had a bean that had an IndexedSetter but no 
> simple
> setter.  This caused a NoSuchMethodException to get thrown in
> PropertyUtilsBean.copyProperties.  This is inconsistant with BeanUtilsBean 
> which
> catches this case and continues copying the other properties.
> When I asked about this in on the mailing list, the answer seemed to come back
> that this is probabaly incorrect behaviour, but it is possible people depend 
> on
> this behaviour so this might be too big a change for a point release.  I'm
> attaching the patch so it can be added to the next major release (if it is
> determined to be incorrect behaviour).
> The scenario I ran into this was one where I had a bean that I then used CGLib
> for enhancing.  After that, the bean failed to be clonable by BeanUtils.clone.
> This could potentially become a big deal since Hibernate used CGLib for adding
> proxies to beans for lazy loading.

-- 
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]

Reply via email to