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 227409 - org.netbeans.modules.websvc.core.jaxws.nodes.JaxWsNode.getServiceUri: LowPerformance took 26990 ms.
Summary: org.netbeans.modules.websvc.core.jaxws.nodes.JaxWsNode.getServiceUri: LowPerf...
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-03-13 11:12 UTC by Exceptions Reporter
Modified: 2013-08-31 01:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199569


Attachments
nps snapshot (279.11 KB, application/nps)
2013-03-13 11:12 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-03-13 11:12:54 UTC
This bug was originally marked as duplicate of bug 197853, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b03
OS: Windows 7
Maximum slowness yet reported was 26990 ms, average is 26990
Comment 1 Exceptions Reporter 2013-03-13 11:12:59 UTC
Created attachment 132555 [details]
nps snapshot
Comment 2 Milan Kuchtiak 2013-08-22 08:20:29 UTC
JaxWsNode calculates its node description  (WSDL URL) from source code (@WebService annotation), and this is quite time consuming.
Comment 3 Milan Kuchtiak 2013-08-30 16:41:10 UTC
Put service URI calculation to RP task:

http://hg.netbeans.org/web-main/rev/a99e0ffc56be
Comment 4 Quality Engineering 2013-08-31 01:30:24 UTC
Integrated into 'main-silver', will be available in build *201308310001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a99e0ffc56be
User: Milan Kuchtiak <mkuchtiak@netbeans.org>
Log: #227409 put service URI calculation to RP task