You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Benson Margulies (JIRA)" <ji...@apache.org> on 2009/03/23 00:31:50 UTC

[jira] Created: (CXF-2127) Eliminate the DOM cache

Eliminate the DOM cache
-----------------------

                 Key: CXF-2127
                 URL: https://issues.apache.org/jira/browse/CXF-2127
             Project: CXF
          Issue Type: Task
    Affects Versions: 2.2
            Reporter: Benson Margulies
            Assignee: Benson Margulies


We want to stop keeping all the schemas around in DOM trees, and only generate DOM when we have no other way to get in and out of memory. 

The existing cache in the SchemaInfo gets used in several places. So far I've hit some trash code in the tools (it mispelled the attribute 'targetNamespace').



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


[jira] Resolved: (CXF-2127) Eliminate the DOM cache

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies resolved CXF-2127.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.1

I think I've done it.

> Eliminate the DOM cache
> -----------------------
>
>                 Key: CXF-2127
>                 URL: https://issues.apache.org/jira/browse/CXF-2127
>             Project: CXF
>          Issue Type: Task
>    Affects Versions: 2.2
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>             Fix For: 2.2.1
>
>
> We want to stop keeping all the schemas around in DOM trees, and only generate DOM when we have no other way to get in and out of memory. 
> The existing cache in the SchemaInfo gets used in several places. So far I've hit some trash code in the tools (it mispelled the attribute 'targetNamespace').

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