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 79178

Summary: Exceptions on web service generation from WSDL with space in path
Product: webservices Reporter: Jiri Kovalsky <jkovalsky>
Component: CodeAssignee: Milan Kuchtiak <mkuchtiak>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Two exceptions thrown when web service was created from WSDL.

Description Jiri Kovalsky 2006-06-27 10:03:49 UTC
Development build #200606230300 of NetBeans 5.5
Windows XP, RC build #87 of JDK 1.6.0

Description:
============
I experience two exceptions when trying to generate new web service from
existing WSDL file when such file is located in directory with space in its path.

Steps to reproduce:
===================
1. Generate web application with source level 1.5 located e.g. in "C:\My Test".
2. Invoke "File|New File..." from main menu and select "Web Services" category.
3. Select "WSDL File" type and push "Next >" button, then "Finish".
4. Uncomment all definitions and save the WSDL file.
5. Repeat step 2 and select "Web Service from WSDL" type. Push "Next >".
6. Type "abcd" as package and use "Browse..." to locate the WSDL file.
7. Once appropriate web service port is parsed push "Finish".
8. Both mentioned exceptions will show up shortly.
Comment 1 Jiri Kovalsky 2006-06-27 10:04:35 UTC
Created attachment 31410 [details]
Two exceptions thrown when web service was created from WSDL.
Comment 2 Milan Kuchtiak 2006-06-28 08:58:50 UTC
This is a reported JAX-WS problem see the issue 77832.
The second exception is reported in the issue 79069.

*** This issue has been marked as a duplicate of 77832 ***
Comment 3 Milan Kuchtiak 2006-06-28 09:03:41 UTC
For this scenario, there is no difference between "WS from WSDL" and "WS Client".
For both cases the JAX-WS:wsimport utility is called to generate java artifacts
from WSDL, and it fails in jdk1.6.

Reported JAX-WS bug:
https://jax-ws-sources.dev.java.net/issues/show_bug.cgi?id=25
Comment 4 Jiri Kovalsky 2006-06-28 12:43:05 UTC
Okay, verified as duplicate.