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 55688 - Creation of new web service takes too long
Summary: Creation of new web service takes too long
Status: CLOSED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-03-01 14:01 UTC by Martin Grebac
Modified: 2006-03-24 13:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack of AWT thread (10.80 KB, text/plain)
2005-03-01 14:48 UTC, Martin Grebac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Grebac 2005-03-01 14:01:33 UTC
This is caused by missing catalog declaration,
when DOM parser tries to connect to internet for
validation. See stack trace. 
Solution: we should provide correct catalog entry
for ws
Comment 1 Martin Grebac 2005-03-01 14:48:55 UTC
Created attachment 20590 [details]
Stack of AWT thread
Comment 2 Martin Grebac 2005-03-01 14:49:29 UTC
Other problem is that this all happens in AWT thread.
Comment 3 Martin Grebac 2005-03-02 10:21:16 UTC
Fixed in trunk. Schema is there, but wrong string was checked in
DDCatalog.resolveEntity method:
http://websvc.netbeans.org/source/browse/websvc/websvcddapi/src/org/netbeans/modules/j2ee/dd/api/webservices/DDProvider.java.diff?r1=1.2&r2=1.3
Comment 4 Martin Grebac 2005-03-18 12:17:24 UTC
v