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 123980 - wsimport-client-compile takes unusually long to do nothing
Summary: wsimport-client-compile takes unusually long to do nothing
Status: RESOLVED WONTFIX
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2007-12-13 21:22 UTC by swpalmer
Modified: 2008-03-25 17:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description swpalmer 2007-12-13 21:22:18 UTC
I don't know what has trigger this, but I have a very simple service imported into my Java desktop application and every
now every time I make a minor change somewhere the anyu build pauses on "wsimport-client-compile" for many seconds
ultimately doing nothing for that task and moving on to compile my one line change in a tiny .java file so I can
continue with my work.

It definitely didn't always take this long, thought there has always been some delay.  The WSDL information for the
service is cached locally in an xml-resources folder.  The original server was the same machine (127.0.0.1) but the
service is NOT online during my builds.

In a simple test of a one line change in my application I saw the build process sit on the wsimport-client-compile step
for 40 seconds of the total 53 second build time... (Even the remaining 13 seconds is 12 seconds longer than competing IDEs)
Comment 1 swpalmer 2007-12-17 19:50:53 UTC
The delay happens every time I want to run my application from NetBeans even when there are no changes to compile.
Comment 2 Peter Pis 2008-01-04 09:41:35 UTC
Could you please attach thread dump while the problem occurs? 

http://wiki.netbeans.org/wiki/view/GenerateThreadDump
Comment 3 Milan Kuchtiak 2008-01-18 12:25:36 UTC
Can you please attach the wsdl file of that web service for which you've created a client ?
I am not able to investigate the problem without that.
Thank You.
Comment 4 Jaroslav Pospisil 2008-03-25 17:21:26 UTC
Two months without reporter response - closing as wontfix. It this is still reproducible, provide please additional
information and reopen.