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

Summary: NullPointerException at org.netbeans.modules.websvc.design.view.actions.Utils.getSchemaTypes
Product: webservices Reporter: Lukas Jungmann <jungi>
Component: DesignerAssignee: Milan Kuchtiak <mkuchtiak>
Status: RESOLVED FIXED    
Severity: blocker CC: comul, jadutigre
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=80321
Issue Type: DEFECT Exception Reporter: 80321
Attachments: stacktrace
wsdl

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.