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 141224 - NullPointerException at org.netbeans.modules.websvc.design.view.actions.Utils.getSchemaTypes
Summary: NullPointerException at org.netbeans.modules.websvc.design.view.actions.Utils...
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Designer (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Milan Kuchtiak
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-22 20:15 UTC by Lukas Jungmann
Modified: 2009-08-25 05:40 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 80321


Attachments
stacktrace (2.92 KB, text/plain)
2008-07-22 20:16 UTC, Lukas Jungmann
Details
wsdl (5.25 KB, text/xml)
2008-07-22 20:20 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2008-07-22 20:15:09 UTC
Build: NetBeans IDE Dev (Build 080722)
VM: Java HotSpot(TM) Client VM, 11.0-b13, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b26
OS: Linux, 2.6.24-19-generic, i386

User Comments: 
-create new ws from attached WSDL
-invoke Add Operation in the ws designer

=> NPE
Comment 1 Lukas Jungmann 2008-07-22 20:16:58 UTC
Created attachment 65273 [details]
stacktrace
Comment 2 Lukas Jungmann 2008-07-22 20:20:35 UTC
Created attachment 65274 [details]
wsdl
Comment 3 Milan Kuchtiak 2008-07-31 14:44:43 UTC
This is a special wsdl with no wsdl:types specified but wsdl:import only.
We should handle these cases as well.
Comment 4 Lukas Jungmann 2008-08-04 19:01:03 UTC
special WSDL from internal user... => P3...
Comment 5 Milan Kuchtiak 2008-11-25 16:39:39 UTC
This is related to WS from WSDL.
The preferable way is to use wsdl editor, and Refresh action, to add operations to wsdl port.
Comment 6 Milan Kuchtiak 2008-12-09 12:29:15 UTC
Fixed.
See the issue 122687.