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 - org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted.
Summary: org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to inser...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Schema2Beans (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: schema2beans-issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-06 04:54 UTC by dcherk
Modified: 2013-12-06 04:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205826


Attachments
stacktrace (3.07 KB, text/plain)
2013-12-06 04:54 UTC, dcherk
Details

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