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 91234 - Stackoverflow from XSD Editor
Summary: Stackoverflow from XSD Editor
Status: VERIFIED DUPLICATE of bug 89247
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-18 19:16 UTC by Gabriel Badescu
Modified: 2007-02-20 14:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
trouble ticket schema (125.28 KB, text/plain)
2006-12-18 19:17 UTC, Gabriel Badescu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gabriel Badescu 2006-12-18 19:16:42 UTC
I get a stack overflow when loading the attached xsd into the xsd editor

 

java.lang.StackOverflowError

            at 
org.netbeans.modules.xml.retriever.catalog.Utilities.getModelSource
(Utilities.java:600)

            at 
org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.createModelSou
rce(CatalogModelImpl.java:205)

            at 
org.netbeans.modules.xml.retriever.catalog.impl.CatalogModelImpl.getModelSource
(CatalogModelImpl.java:126)

            at 
org.netbeans.modules.xml.xam.dom.AbstractDocumentComponent.resolveModelSource
(AbstractDocumentComponent.java:705)

            at 
org.netbeans.modules.xml.xam.dom.AbstractDocumentComponent._resolveModel
(AbstractDocumentComponent.java:745)

            at 
org.netbeans.modules.xml.xam.dom.AbstractDocumentComponent.resolveModel
(AbstractDocumentComponent.java:737)

            at 
org.netbeans.modules.xml.schema.model.impl.ImportImpl.resolveReferencedModel
(ImportImpl.java:94)

            at 
org.netbeans.modules.xml.axi.impl.AXIModelImpl.getReferencedModels
(AXIModelImpl.java:280)

            at 
org.netbeans.modules.xml.axi.impl.AXIModelImpl.updateReferencedModelListener
(AXIModelImpl.java:203)

            at org.netbeans.modules.xml.axi.impl.ModelAccessImpl.sync
(ModelAccessImpl.java:75)

            at org.netbeans.modules.xml.xam.AbstractModel.sync
(AbstractModel.java:230)

            at org.netbeans.modules.xml.axi.impl.AXIModelImpl.sync
(AXIModelImpl.java:185)

            at org.netbeans.modules.xml.xam.AbstractModelFactory.getModel
(AbstractModelFactory.java:106)

            at org.netbeans.modules.xml.axi.AXIModelFactory.getModel
(AXIModelFactory.java:76)

            at org.netbeans.modules.xml.axi.AXIModelFactory.getModel
(AXIModelFactory.java:66)

            at 
org.netbeans.modules.xml.axi.impl.AXIModelImpl.getReferencedModels
(AXIModelImpl.java:280)

            at 
org.netbeans.modules.xml.axi.impl.AXIModelImpl.updateReferencedModelListener
(AXIModelImpl.java:203)

            at org.netbeans.modules.xml.axi.impl.ModelAccessImpl.sync
(ModelAccessImpl.java:75)

            at org.netbeans.modules.xml.xam.AbstractModel.sync
(AbstractModel.java:230)

            at org.netbeans.modules.xml.axi.impl.AXIModelImpl.sync
(AXIModelImpl.java:185)
Comment 1 Gabriel Badescu 2006-12-18 19:17:38 UTC
Created attachment 36755 [details]
trouble ticket schema
Comment 2 Samaresh Panda 2006-12-18 20:01:08 UTC
The issue was earlier reported by one user and has been fixed. We're going to
have a build with these fixes published soon.

Please signup for nbentpack@netbeans.org, so that you get notified about
upcoming builds and schedules. Visit http://enterprise.netbeans.org/ and check
for Mailing lists at the end of this page.


*** This issue has been marked as a duplicate of 89247 ***
Comment 3 Mikhail Matveev 2007-02-20 14:08:11 UTC
Verified duplicate