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 - Exceptions on web service generation from WSDL with space in path
Summary: Exceptions on web service generation from WSDL with space in path
Status: VERIFIED DUPLICATE of bug 77832
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-27 10:03 UTC by Jiri Kovalsky
Modified: 2006-06-28 12:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Two exceptions thrown when web service was created from WSDL. (3.22 KB, text/plain)
2006-06-27 10:04 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
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.