You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Stan Silvert (JIRA)" <de...@myfaces.apache.org> on 2006/04/04 22:22:46 UTC

[jira] Created: (MYFACES-1218) JSR-252 Issue #45: Avoided concurrent read issues by using a java.util.HashMap instead of java.util.WeakHashMap for a component's Property Descriptor Map

JSR-252 Issue #45: Avoided concurrent read issues by using a java.util.HashMap instead of java.util.WeakHashMap for a component's Property Descriptor Map
---------------------------------------------------------------------------------------------------------------------------------------------------------

         Key: MYFACES-1218
         URL: http://issues.apache.org/jira/browse/MYFACES-1218
     Project: MyFaces Core
        Type: Bug

  Components: JSR-252  
    Reporter: Stan Silvert


Avoided concurrent read issues by using a java.util.HashMap instead of java.util.WeakHashMap for a component's Property Descriptor Map.  This also fixes the performance problem as identified in the forum.  Please refer the the Property Descriptor methods and the constructor in javax.faces.component.UIComponentBase.

Also see https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=45

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


[jira] Resolved: (MYFACES-1218) JSR-252 Issue #45: Avoided concurrent read issues by using a java.util.HashMap instead of java.util.WeakHashMap for a component's Property Descriptor Map

Posted by "Bruno Aranda (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Aranda resolved MYFACES-1218.
-----------------------------------

       Resolution: Invalid
    Fix Version/s: 1.2.0-SNAPSHOT
         Assignee: Bruno Aranda  (was: Matthias Weßendorf)

This does not apply to myfaces, right? Closing it

> JSR-252 Issue #45: Avoided concurrent read issues by using a java.util.HashMap instead of java.util.WeakHashMap for a component's Property Descriptor Map
> ---------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-1218
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1218
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-252
>            Reporter: Stan Silvert
>            Assignee: Bruno Aranda
>             Fix For: 1.2.0-SNAPSHOT
>
>
> Avoided concurrent read issues by using a java.util.HashMap instead of java.util.WeakHashMap for a component's Property Descriptor Map.  This also fixes the performance problem as identified in the forum.  Please refer the the Property Descriptor methods and the constructor in javax.faces.component.UIComponentBase.
> Also see https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=45

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


[jira] Commented: (MYFACES-1218) JSR-252 Issue #45: Avoided concurrent read issues by using a java.util.HashMap instead of java.util.WeakHashMap for a component's Property Descriptor Map

Posted by "Bruno Aranda (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497567 ] 

Bruno Aranda commented on MYFACES-1218:
---------------------------------------

This issue is RI specific. Is this appliable to _ComponentAttributesMap?

> JSR-252 Issue #45: Avoided concurrent read issues by using a java.util.HashMap instead of java.util.WeakHashMap for a component's Property Descriptor Map
> ---------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-1218
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1218
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-252
>            Reporter: Stan Silvert
>         Assigned To: Matthias Weßendorf
>
> Avoided concurrent read issues by using a java.util.HashMap instead of java.util.WeakHashMap for a component's Property Descriptor Map.  This also fixes the performance problem as identified in the forum.  Please refer the the Property Descriptor methods and the constructor in javax.faces.component.UIComponentBase.
> Also see https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=45

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