Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » Running out of memory..
Running out of memory.. [message #592973] Thu, 02 December 2004 23:18
Eclipse UserFriend
Originally posted by: Abhinav.Vohra.siebel.com

All
Whenever I load an XSD that imports more than 2 or 3 other xsds the memory
spikes. In addition, it seems like this memory isnt being freed up. Does the
XSD library store loaded XSDResource statically?


The following is a snippet of code I'm using to load my XSD. I provide the
resourceset with a custom URIConverter to handle imports.

ResourceSet resourceSet = XSDSchemaImpl.createResourceSet();
resourceSet.setURIConverter(resolver);

Resource res = resourceSet.getResource(uri, true);
Previous Topic:Node -> XSDConcreteComponent
Next Topic:XML <-> ASN.1 : Developer response?
Goto Forum:
  


Current Time: Tue Apr 23 09:17:13 GMT 2024

Powered by FUDForum. Page generated in 0.02754 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top