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 - It's necessary to cache models imported to WSDL
Summary: It's necessary to cache models imported to WSDL
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Model (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Shivanand Kini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-30 00:05 UTC by Nikita Krjukov
Modified: 2009-12-14 11:56 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.