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 239177

Summary: org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted.
Product: ide Reporter: dcherk <dcherk>
Component: Schema2BeansAssignee: schema2beans-issues@ide <schema2beans-issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 205826
Attachments: stacktrace

Description dcherk 2013-12-06 04:54:49 UTC
This bug was originally marked as duplicate of bug 220955, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows 7

User Comments:
dcherk: No idea.  Noticed the exception 1 minute after the fact.




Stacktrace: 
org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted. 
   at com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.insertBefore(CoreDocumentImpl.java:396)
   at org.netbeans.modules.schema2beans.Schema2BeansUtil.mergeNode(Schema2BeansUtil.java:198)
   at org.netbeans.modules.schema2beans.Schema2BeansUtil.mergeUnsupportedElements(Schema2BeansUtil.java:125)
   at org.netbeans.modules.schema2beans.BaseBean.mergeTree(BaseBean.java:1867)
   at org.netbeans.modules.schema2beans.BaseBean.mergeTreeRoot(BaseBean.java:1480)
   at org.netbeans.modules.schema2beans.BaseBean.mergeUpdate(BaseBean.java:1405)
Comment 1 dcherk 2013-12-06 04:54:51 UTC
Created attachment 142889 [details]
stacktrace