allow caching of XmlSchema objects to speed application loading
---------------------------------------------------------------

                 Key: WSCOMMONS-391
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-391
             Project: WS-Commons
          Issue Type: Improvement
          Components: XmlSchema
            Reporter: Mike Rheinheimer


If an application has several webservices, each of which has a WSDL, and each 
of those imports many of the same .xsd schemas, we unnecessarily re-read and 
re-load the same schemas.  We can allow caching in the SchemaBuilder.  However, 
users of the cache must clear it when they're done, and ensure that no runtime 
modification of the schema or thread-shared reading of the schema occurs.

Will attach patch and commit code shortly.  Enhancement does NOT change default 
behavior in SchemaBuilder.

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