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 219841 - NullPointerException at org.netbeans.modules.xml.wsdl.ui.wizard.SchemaImportsGenerator.processImports
Summary: NullPointerException at org.netbeans.modules.xml.wsdl.ui.wizard.SchemaImports...
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 7.2
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Shivanand Kini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-10 14:53 UTC by echurley
Modified: 2016-07-07 09:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170341


Attachments
stacktrace (3.54 KB, text/plain)
2012-10-10 14:53 UTC, echurley
Details

Note You need to log in before you can comment on or make changes to this bug.
Description echurley 2012-10-10 14:53:51 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b22
OS: Windows 7

User Comments:
echurley: Creating second operation in WSDL designer

GUEST: I just add new operation in port types.

GUEST: I don't know why it has exception ... ??? 

when i add the operation and use the element that i create in xml schema. ??? it found "null point excetion"




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.xml.wsdl.ui.wizard.SchemaImportsGenerator.processImports(SchemaImportsGenerator.java:229)
   at org.netbeans.modules.xml.wsdl.ui.wizard.SchemaImportsGenerator.execute(SchemaImportsGenerator.java:138)
   at org.netbeans.modules.xml.wsdl.ui.wizard.OperationGenerator.execute(OperationGenerator.java:151)
   at org.netbeans.modules.xml.wsdl.ui.view.treeeditor.newtype.PortTypeOperationNewType.create(PortTypeOperationNewType.java:167)
   at org.openide.actions.NewAction.performAction(NewAction.java:103)
   at org.openide.actions.NewAction.access$100(NewAction.java:67)
Comment 1 echurley 2012-10-10 14:53:55 UTC
Created attachment 125709 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 09:56:39 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss