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 69541 - NPE while creating new websvc from wsdl
Summary: NPE while creating new websvc from wsdl
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-29 16:09 UTC by Lukas Jungmann
Modified: 2006-09-28 12:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thrown exception (1.03 KB, text/plain)
2005-11-29 16:10 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2005-11-29 16:09:27 UTC
-create new websvc from wsdl url
(http://www.ws-i.org/SampleApplications/SupplyChainManagement/2003-07/Catalog.wsdl)
in ejb module

=> NPE

note: referenced wsdl imports schemas
Comment 1 Lukas Jungmann 2005-11-29 16:10:31 UTC
Created attachment 27392 [details]
thrown exception
Comment 2 Milan Kuchtiak 2005-12-05 09:47:30 UTC
Similar to issue 67941.
Need to be fixed for 5.0.
Comment 3 Jaroslav Pospisil 2006-03-13 13:40:04 UTC
TM 5.0->TBD
Comment 4 Lukas Jungmann 2006-05-16 23:40:07 UTC
original exception seems to be fixed for jax-ws client, but it it still not
posible to create ws from this wsdl
Comment 6 Milan Kuchtiak 2006-06-22 09:37:06 UTC
Fixed also problems with javax.xml.ws.Holder types :
Diff:
jaxwsmodel/src/org/netbeans/modules/websvc/api/jaxws/wsdlmodel/WsdlParameter.java;
/cvs/websvc/jaxwsmodel/src/org/netbeans/modules/websvc/api/jaxws/wsdlmodel/Attic/WsdlParameter.java,v
 <--  WsdlParameter.java
new revision: 1.1.2.3; previous revision: 1.1.2.2
Comment 7 Lukas Jungmann 2006-08-02 11:48:17 UTC
I can't verify this because if I download Catalog.wsdl and then use this local
file in new web service from wsdl wizard then warning w/ WS cannont be created
by JAXWS:wsimport utility appears.
Comment 8 Milan Kuchtiak 2006-09-01 16:23:18 UTC
This was already fixed by fixing issue 83623.
The wsimport is started and error messages are visible in output window.
Comment 9 Lukas Jungmann 2006-09-28 12:30:54 UTC
this should work now, one just need to have access to ws-i members area (or have
all required XML schemas stored locally and referenced from catalog.xml)