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

Raymond Feng reassigned TUSCANY-3167:
-------------------------------------

    Assignee: Raymond Feng

> Look to cache JAXBPropertyDescriptor in XMLRootElementUtil
> ----------------------------------------------------------
>
>                 Key: TUSCANY-3167
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3167
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: Java SCA Data Binding Runtime
>            Reporter: Scott Kurz
>            Assignee: Raymond Feng
>            Priority: Minor
>
> Profiling shows that method createPropertyDescriptorMap() is a bottleneck, 
> with the underlying cause related to newing up this map every time:
>         Map<String, JAXBPropertyDescriptor> map = new HashMap<String, 
> JAXBPropertyDescriptor>();
> Look to cache somehow.

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

Reply via email to