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 158187

Summary: Can't Generate WSDL for web service from java
Product: webservices Reporter: Jaroslav Pospisil <jpospisil>
Component: CodeAssignee: Milan Kuchtiak <mkuchtiak>
Status: VERIFIED FIXED    
Severity: blocker CC: pjiricka
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jaroslav Pospisil 2009-02-09 12:11:43 UTC
Build 200902090201,Win Vista,JDK1.6

Start IDE with new userdir,create Web Application and web service inside.Add operation,deploy web service and then
right-click on web service's node to open context menu and select Generate and Copy WSDL. Choose web folder and click OK.
WSDL is not generated and error message is displayed.

Target "wsgen-MyGf2WS" does not exist in the project "WebApplication9". 
BUILD FAILED (total time: 0 seconds)

Same problem exists for both Glassfishes in IDE. This is Regression,since this functionality worked previously.
Comment 1 Milan Kuchtiak 2009-02-10 14:48:02 UTC
Fixed:
http://hg.netbeans.org/main?cmd=changeset;node=8b27ed6a20f8
Comment 2 Jaroslav Pospisil 2009-02-11 12:24:41 UTC
Works on Tomcat 6.0, still reproducible on Glassfish v2. Reopen.
Comment 3 Milan Kuchtiak 2009-02-11 18:17:38 UTC
Sorry, I removed some stuff required for this.
Now this should be OK:
http://hg.netbeans.org/main?cmd=changeset;node=3e7ac1e0e321
Comment 4 Quality Engineering 2009-02-18 10:40:57 UTC
Integrated into 'main-golden', will be available in build *200902180201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8b27ed6a20f8
User: mkuchtiak@netbeans.org
Log: #158187: target folder for wsdl file was changed
Comment 5 Jaroslav Pospisil 2009-03-04 14:23:41 UTC
v.