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?

I'm not actually sure what I did to produce it.  It was being dumped to the console, not logged, so I don't have much information.  I will continue to track.
 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=234684
 
 
--Cam
-----Original Message-----
From: Valentin Baciu [mailto:vbaciu@xxxxxxxxxx]
Sent: Wednesday, May 28, 2008 2:46 PM
To: General discussion of project-wide or architectural issues.
Cc: General discussion of project-wide or architectural issues.; wtp-dev-bounces@xxxxxxxxxxx
Subject: Re: [wtp-dev] HIT SEND by mistake: Same exception?


I don't think this is related to the XSD content type issue. Seems more like a problem with loading the XSD EMF model that backs the content model used by an XML editor (or the underlying XML model). It would be interesting to know the schema that is being loaded. If the scenario is reproducible, a breakpoint in org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimpl.CMDocumentManagerImpl.buildCMDocument(String, String, String) should give you the schema URI.

Cameron, can you please describe what you are doing when the exception occurs.

Valentin Baciu
XML Web Services Tools



Back to the top