You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shale.apache.org by "Craig McClanahan (JIRA)" <ji...@apache.org> on 2006/10/18 20:31:25 UTC

[jira] Updated: (SHALE-274) [dialog2] Clean up static resources at application shutdown

     [ http://issues.apache.org/struts/browse/SHALE-274?page=all ]

Craig McClanahan updated SHALE-274:
-----------------------------------

    Component/s: Dialog
                     (was: Sandbox)

> [dialog2] Clean up static resources at application shutdown
> -----------------------------------------------------------
>
>                 Key: SHALE-274
>                 URL: http://issues.apache.org/struts/browse/SHALE-274
>             Project: Shale
>          Issue Type: Bug
>          Components: Dialog
>            Reporter: Craig McClanahan
>             Fix For: 1.0.4-SNAPSHOT
>
>
> The legacy dialog2 implementation relies on both Commons Logging and Commons Digester (which implies a transitive dependence on Commons BeanUtils).  Therefore, we need to clean up at application shutdown by executing the following in a contextDestroyed() lifecycle listener (or equivalent):
>     PropertyUtils.clearDescriptors();
>     LogFactory.release(Thread.currentThread().getContextClassLoader());

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira