Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » Cannot run XSDFindTypesMissingFacets in V1.1.0
Cannot run XSDFindTypesMissingFacets in V1.1.0 [message #569542] Sun, 04 May 2003 09:09
Eclipse UserFriend
Originally posted by: dirk.schesmer.divos.de

Hi there,

when trying to execute XSDFindTypesMissingFacets.java in the Eclipse 2.1
using the environment emf/xsd 1.1.0, the system reports thje errors printed
below. Can please anyone give me a hint what to do?

Thanks for help,

Dirk V. Schesmer

Shane, please try to update the compile parameters - especially names ans
locations of jars - when you have some time left over, thanks!

* <br/>set ECLIPSE=BASEDIR
* <br/>set
_CP=%CLASSPATH%;%ECLIPSE%/plugins/org.eclipse.core.boot/boot .jar;%
ECLIPSE%/plugins/org.eclipse.core.runtime/runtime.jar;%ECLIP SE%/plugins/org.
apache.xerces/xerces.jar;%ECLIPSE%/plugins/org.eclipse.core. resources/resour
ces.jar;%ECLIPSE%/plugins/org.eclipse.emf/emf.jar;%ECLIPSE%/ plugins/org.ecli
pse.xsd/xsd.jar;path-or-jar-containing-XSDFindTypesMissingFa cet
* <br/>java -classpath %_CP% -DECLIPSE=%ECLIPSE%
org.eclipse.xsd.util.XSDFindTypesMissingFacet [schema.xsd]
* </code>
* </p>

The error message produced when executing the software in Eclipe 2.1:

java.lang.VerifyError: (class: org/eclipse/xsd/util/XSDParser$2, method:
xmlDecl signature:
(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/ apache/xerces/xn
i/Augmentations;)V) Illegal use of nonvirtual function call

at org.eclipse.xsd.util.XSDParser$1.<init>(XSDParser.java:206)

at
org.eclipse.xsd.util.XSDParser$1$GiantHack.newSAXParser(XSDP arser.java:197)

at org.eclipse.xsd.util.XSDParser.<init>(XSDParser.java:386)

at org.eclipse.xsd.util.XSDResourceImpl.doLoad(XSDResourceImpl. java:282)

at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(Resour ceImpl.java:881)

at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(Resour ceImpl.java:755)

at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLo ad(ResourceSetIm
pl.java:220)

at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResou rce(ResourceSetI
mpl.java:286)

at
org.eclipse.xsd.util.XSDFindTypesMissingFacets.loadSchemaUsi ngResourceSet(Un
known Source)

at org.eclipse.xsd.util.XSDFindTypesMissingFacets.main(Unknown Source)

Exception in thread "main"
Previous Topic:XSD v1.0.2 -- Undesired Messages
Next Topic:org.apache.xml.serialize.OutputFormat
Goto Forum:
  


Current Time: Fri Apr 19 01:23:23 GMT 2024

Powered by FUDForum. Page generated in 0.01890 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top