You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Adam Winer (JIRA)" <ad...@incubator.apache.org> on 2007/01/04 22:26:27 UTC

[jira] Created: (ADFFACES-344) RequestContextFactory and SkinFactory can lock ClassLoaders into memory

RequestContextFactory and SkinFactory can lock ClassLoaders into memory
-----------------------------------------------------------------------

                 Key: ADFFACES-344
                 URL: https://issues.apache.org/jira/browse/ADFFACES-344
             Project: MyFaces ADF-Faces
          Issue Type: Bug
            Reporter: Adam Winer
         Assigned To: Adam Winer
            Priority: Critical


If Trinidad is deployed as a shared library, the RequestContextFactory and SkinFactory classes can lead to each webapp ClassLoader being locked into memory.  In each case, a HashMap<ClassLoader, ...> should be a WeakHashMap<ClassLoader, ...>.


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

        

[jira] Resolved: (ADFFACES-344) RequestContextFactory and SkinFactory can lock ClassLoaders into memory

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Winer resolved ADFFACES-344.
---------------------------------

    Resolution: Fixed

Fixed.

> RequestContextFactory and SkinFactory can lock ClassLoaders into memory
> -----------------------------------------------------------------------
>
>                 Key: ADFFACES-344
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-344
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Adam Winer
>         Assigned To: Adam Winer
>            Priority: Critical
>
> If Trinidad is deployed as a shared library, the RequestContextFactory and SkinFactory classes can lead to each webapp ClassLoader being locked into memory.  In each case, a HashMap<ClassLoader, ...> should be a WeakHashMap<ClassLoader, ...>.

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

        

[jira] Updated: (ADFFACES-344) RequestContextFactory and SkinFactory can lock ClassLoaders into memory

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-344:
----------------------------------------

        Fix Version/s: 1.0.0-incubating-core
    Affects Version/s: 1.0.0-incubating-core

> RequestContextFactory and SkinFactory can lock ClassLoaders into memory
> -----------------------------------------------------------------------
>
>                 Key: ADFFACES-344
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-344
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>    Affects Versions: 1.0.0-incubating-core
>            Reporter: Adam Winer
>         Assigned To: Adam Winer
>            Priority: Critical
>             Fix For: 1.0.0-incubating-core
>
>
> If Trinidad is deployed as a shared library, the RequestContextFactory and SkinFactory classes can lead to each webapp ClassLoader being locked into memory.  In each case, a HashMap<ClassLoader, ...> should be a WeakHashMap<ClassLoader, ...>.

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