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 - NullPointerException at org.netbeans.modules.xml.wsdl.ui.api.property.CatalogHelper.getFromProject
Summary: NullPointerException at org.netbeans.modules.xml.wsdl.ui.api.property.Catalog...
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Shivanand Kini
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-28 21:11 UTC by pinkbird_kim
Modified: 2016-07-07 09:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 145320


Attachments
stacktrace (8.17 KB, text/plain)
2009-05-28 21:11 UTC, pinkbird_kim
Details

Note You need to log in before you can comment on or make changes to this bug.
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