Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] HIT SEND by mistake: Same exception?


Cameron, how did you reproduce this problem?   Can you also retry with the latest build or RC2?   If you can reproduce, please open a bugzilla against the wst.xsd component.

BTW, it doesn't appear to be related to the EMF change, see bug 233165 and the bugs it points to for details.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=233165

The trace for it was: https://bugs.eclipse.org/bugs/attachment.cgi?id=101204

Regards,
Keith Chong
D3/QCS/8200/MKM
Phone: (905) 413-4370    T/L: 969-4370
e-mail: kchong@xxxxxxxxxx




CAMERON.BATEMAN@xxxxxxxxxx
Sent by: wtp-dev-bounces@xxxxxxxxxxx

05/28/2008 02:56 PM

Please respond to
"General discussion of project-wide or architectural issues."        <wtp-dev@xxxxxxxxxxx>

To
"General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>
cc
Subject
[wtp-dev] HIT SEND by mistake: Same exception?





Sorry here's the stack trace:

java.lang.NullPointerException
                at org.eclipse.xsd.impl.XSDSimpleTypeDefinitionImpl.createFundamentalFacets(XSDSimpleTypeDefinitionImpl.java:3009)
                at org.eclipse.xsd.impl.XSDSimpleTypeDefinitionImpl.handleAnalysis(XSDSimpleTypeDefinitionImpl.java:803)
                at org.eclipse.xsd.impl.XSDTypeDefinitionImpl.analyze(XSDTypeDefinitionImpl.java:259)
                at org.eclipse.xsd.impl.XSDConcreteComponentImpl.analyze(XSDConcreteComponentImpl.java:552)
                at org.eclipse.xsd.impl.XSDSchemaImpl.analyze(XSDSchemaImpl.java:1647)
                at org.eclipse.xsd.impl.XSDSchemaImpl.patch(XSDSchemaImpl.java:1622)
                at org.eclipse.xsd.impl.XSDSchemaImpl.changeAttribute(XSDSchemaImpl.java:2460)
                at org.eclipse.xsd.impl.XSDConcreteComponentImpl.eNotify(XSDConcreteComponentImpl.java:1278)
                at org.eclipse.xsd.impl.XSDSchemaImpl.setSchemaLocation(XSDSchemaImpl.java:893)
                at org.eclipse.xsd.util.XSDResourceImpl.doLoad(XSDResourceImpl.java:760)
                at org.eclipse.xsd.util.XSDResourceImpl.doLoad(XSDResourceImpl.java:789)
                at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1414)
                at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1210)
                at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:255)
                at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:270)
                at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:397)
                at org.eclipse.xsd.impl.XSDSchemaImpl.getSchemaForSchema(XSDSchemaImpl.java:665)
                at org.eclipse.xsd.impl.XSDSchemaImpl.createSchema(XSDSchemaImpl.java:476)
                at org.eclipse.xsd.util.XSDResourceImpl.handleSchemaElement(XSDResourceImpl.java:830)
                at org.eclipse.xsd.util.XSDResourceImpl.findSchemas(XSDResourceImpl.java:796)
                at org.eclipse.xsd.util.XSDResourceImpl.doLoad(XSDResourceImpl.java:701)
                at org.eclipse.xsd.util.XSDResourceImpl.doLoad(XSDResourceImpl.java:789)
                at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1414)
                at org.eclipse.wst.xsd.contentmodel.internal.XSDImpl.buildXSDModel(XSDImpl.java:213)
                at org.eclipse.wst.xsd.contentmodel.internal.XSDImpl.buildCMDocument(XSDImpl.java:172)
                at org.eclipse.wst.xsd.contentmodel.internal.CMDocumentFactoryXSD.createCMDocument(CMDocumentFactoryXSD.java:39)
                at org.eclipse.wst.xml.core.internal.contentmodel.ContentModelManager.createCMDocument(ContentModelManager.java:56)
                at org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimpl.CMDocumentManagerImpl.buildCMDocument(CMDocumentManagerImpl.java:267)
                at org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimpl.CMDocumentManagerImpl$1.run(CMDocumentManagerImpl.java:239)
                at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top