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 182268 - [69cat] StackOverflowError at org.netbeans.modules.xml.axi.impl.ElementProxy.getName
Summary: [69cat] StackOverflowError at org.netbeans.modules.xml.axi.impl.ElementProxy....
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-17 22:59 UTC by big_al
Modified: 2013-05-02 15:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 166593


Attachments
stacktrace (89.58 KB, text/plain)
2010-03-17 22:59 UTC, big_al
Details
Schema causing the problem (1.19 KB, application/octet-stream)
2010-03-19 18:36 UTC, big_al
Details

Note You need to log in before you can comment on or make changes to this bug.
Description big_al 2010-03-17 22:59:10 UTC
Build: NetBeans IDE Dev (Build 201003160201)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-10M3025
OS: Mac OS X

User Comments:
big_al: Was trying to create a XML file constrained by a Schema with a recursing element




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.modules.xml.axi.impl.ElementProxy.getName(ElementProxy.java:100)
   at org.netbeans.modules.xml.axi.impl.ElementProxy.getName(ElementProxy.java:100)
   at org.netbeans.modules.xml.axi.impl.ElementProxy.getName(ElementProxy.java:100)
   at org.netbeans.modules.xml.axi.impl.ElementProxy.getName(ElementProxy.java:100)
   at org.netbeans.modules.xml.axi.impl.ElementProxy.getName(ElementProxy.java:100)
   at org.netbeans.modules.xml.axi.impl.ElementProxy.getName(ElementProxy.java:100)
Comment 1 big_al 2010-03-17 22:59:16 UTC
Created attachment 95343 [details]
stacktrace
Comment 2 Sergey Lunegov 2010-03-18 08:58:31 UTC
Please attach your schema.
Comment 3 big_al 2010-03-19 18:36:18 UTC
Created attachment 95457 [details]
Schema causing the problem
Comment 4 Svata Dedic 2013-05-02 15:07:38 UTC
Created a file using that schema; created fine with some sample repeated elements. Seems to work in 7.4 dev