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 166221

Summary: NullPointerException at org.netbeans.modules.xml.wsdl.ui.api.property.CatalogHelper.getFromProject
Product: xml Reporter: pinkbird_kim <pinkbird_kim>
Component: WSDL ToolsAssignee: Shivanand Kini <skini>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=145320
Issue Type: DEFECT Exception Reporter: 145320
Attachments: stacktrace

Description pinkbird_kim 2009-05-28 21:11:02 UTC
Build: NetBeans IDE 6.1 (Build 200805290104) - Java CAPS Enabled
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05, Java(TM) SE Runtime Environment, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

User Comments:
GUEST: Created a WSDL in an EJB project using an XSD imported to the project.

GUEST: When I genere a Concrete WSDL Document, this NullPointerException happend usually...

pinkbird_kim: Upon walking through a WSDL wizard, I selected the elipse under Input>Element or Type and it's throwing the error.  I've tried restarted my UI to no avail. Also tried deleting the WSDL and making a new one with a different name.  No luck.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.xml.wsdl.ui.api.property.CatalogHelper.getFromProject(CatalogHelper.java:168)
        at org.netbeans.modules.xml.wsdl.ui.api.property.CatalogHelper.getFileFromProject(CatalogHelper.java:187)
        at org.netbeans.modules.xml.wsdl.ui.api.property.CatalogHelper.getFileObject(CatalogHelper.java:159)
        at org.netbeans.modules.xml.wsdl.ui.api.property.CatalogHelper.getReferencePath(CatalogHelper.java:104)
        at org.netbeans.modules.xml.wsdl.ui.wizard.WSDLWizardIterator.getRelativePathOfSchema(WSDLWizardIterator.java:480)
        at org.netbeans.modules.xml.wsdl.ui.wizard.WSDLWizardIterator.postProcessImport(WSDLWizardIterator.java:466)
Comment 1 pinkbird_kim 2009-05-28 21:11:09 UTC
Created attachment 82950 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 09:56:53 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