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

Summary: org.netbeans.modules.websvc.core.jaxws.nodes.JaxWsNode.getServiceUri: LowPerformance took 26990 ms.
Product: webservices Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: Milan Kuchtiak <mkuchtiak>
Status: RESOLVED FIXED    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 199569
Attachments: nps snapshot

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