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

Summary: [69cat] StackOverflowError at org.netbeans.modules.xml.axi.impl.ElementProxy.getName
Product: xml Reporter: big_al <big_al>
Component: CodeAssignee: Svata Dedic <sdedic>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 166593
Attachments: stacktrace
Schema causing the problem

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