You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bruno Aranda (JIRA)" <de...@myfaces.apache.org> on 2007/05/21 22:24:16 UTC

[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

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