Page 1 of 1

TypeTree Importer- using Classic validation

Posted: Fri May 26, 2006 2:17 am
by manojmmx
I am using TX8.0 to import XSD to create typetree. The import wizzard gives 2 options for validation 1) Xerces 2) Classic.
When I used Xerces option, it successfully created the tree.
but when I used Classic option, it gave following error :-
========================================
A JAVA EXCEPTION HAS BEEN ENCOUNTERED DURING THE DOCUMENT PARSING
JAVA EXCEPTION: null
CODE STACK:
java.lang.NullPointerException at com.ascentialsoftware.xmlsimp75.MetadataValidator.allowForNamespacePrefixesForQualifiedAttributes(Unknown Source) at com.ascentialsoftware.xmlsimp75.MetadataValidator.validate(Unknown Source) at com.ascentialsoftware.xmlsimp75.XmlSchemaImporter.importXmlSchema(Unknown Source) at com.ascentialsoftware.xmlsimp75.XmlSchemaImporter.generate75MtsFile(Unknown Source)
PARSE STACK:
EMPTY OR NOT AVAILABLE
==========================================
What could be the problem ? Do I need JDK installed on my machine ?
Please advise.