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 192950 - NullPointerException at com.sun.org.apache.xerces.internal.dom.ParentNode.internalInsertBefore
Summary: NullPointerException at com.sun.org.apache.xerces.internal.dom.ParentNode.int...
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Shivanand Kini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-07 00:59 UTC by jfsalazar
Modified: 2015-02-04 03:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 174749


Attachments
stacktrace (7.09 KB, text/plain)
2010-12-07 01:00 UTC, jfsalazar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jfsalazar 2010-12-07 00:59:58 UTC
Build: NetBeans IDE 6.7.1 (Build 200912141238)
VM: Java HotSpot(TM) Client VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at com.sun.org.apache.xerces.internal.dom.ParentNode.internalInsertBefore(ParentNode.java:297)
   at com.sun.org.apache.xerces.internal.dom.ParentNode.insertBefore(ParentNode.java:284)
   at com.sun.org.apache.xerces.internal.dom.NodeImpl.appendChild(NodeImpl.java:235)
   at org.netbeans.modules.wsdlextensions.jdbc.builder.xsd.XSDGenerator.modifyMessageTypes(XSDGenerator.java:499)
   at org.netbeans.modules.wsdlextensions.jdbc.builder.xsd.XSDGenerator.generatePrepStmtXSD(XSDGenerator.java:462)
   at org.netbeans.modules.wsdlextensions.jdbc.wizards.JNDINamePanel.storeSettings(JNDINamePanel.java:264)
Comment 1 jfsalazar 2010-12-07 01:00:01 UTC
Created attachment 103651 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:37:31 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.