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

Niall Pemberton resolved BEANUTILS-156.
---------------------------------------

    Resolution: Fixed

> Memory leak on webapp undeploy in MappedPropertyDescriptor
> ----------------------------------------------------------
>
>                 Key: BEANUTILS-156
>                 URL: https://issues.apache.org/jira/browse/BEANUTILS-156
>             Project: Commons BeanUtils
>          Issue Type: Bug
>          Components: Bean / Property Utils
>    Affects Versions: 1.6
>         Environment: Operating System: All
> Platform: All
>            Reporter: Simon Kitching
>            Assignee: Niall Pemberton
>             Fix For: 1.8.0
>
>
> Class MappedPropertyDescriptor has a Hashtable declaredMethodCache containing 
> a
> mapping from Class to Method[]. If this class were to be deployed via a shared
> webapp, then any reference in there to a class loaded via the webapp 
> classloader
> will prevent the webapp classloader from being garbage-collected when the 
> webapp
> is undeployed.

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