This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 169514

Summary: It's necessary to cache models imported to WSDL
Product: xml Reporter: Nikita Krjukov <supernikita>
Component: WSDL ModelAssignee: Shivanand Kini <skini>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Nikita Krjukov 2009-07-30 00:05:21 UTC
There is a general problem with resolve of referenced models. It was implemented in XML Schema model by caching the
referenced models. So the repeating request for the referenced model requires only single resolve. 
See issues #168376 and #168232

The same enhancements should be done in WSDL model as well. It should help significantly improve performance.