Hello,

We cannot reproduce the problem. Please copy the attached file log4j.properties in the folder [Oxygen-install-folder]/lib, restart Oxygen, reproduce the problem and send the file [Oxygen-install-folder]/oxygen.log.


Regards,
Sorin


[email protected] wrote:
Hi,

I am creating an XSD which looks like this:

<?xml version="1.0" encoding="utf-8"?>
<xs:schema targetNamespace="http://www.isotc211.org/2005/gmd";
        elementFormDefault="qualified"
        version="0.1"
        xmlns:xs="http://www.w3.org/2001/XMLSchema";
        xmlns:xlink="http://www.w3.org/1999/xlink";
        xmlns:gmd="http://www.isotc211.org/2005/gmd";>
 <!-- ================================= Annotation 
================================ -->
  <xs:annotation>
   <xs:documentation> This file was generated from ISO TC/211 UML class diagrams == 
01-26-2005 12:40:04 ====== </xs:documentation>
  </xs:annotation>
 <!-- ============================= Imports & Includes 
============================= -->
 <xs:import nameSpace="http://www.w3.org/2001/XMLSchema"; 
schemaLocation="http://www.w3.org/2001/XMLSchema.xsd"/>
 <xs:import namespace=" http://www.w3.org/1999/xlink";
        schemaLocation="http://www.isotc211.org/2005/xlink/xlinks.xsd"/>

 <xs:include schemaLocation="../gmd/metadataApplication.xsd" />
 <!-- ########################################################################### 
-->
 <!-- ########################################################################### 
-->
 <!-- ================================== Classes ================================= 
-->
</xs:schema>

As I create this XSD everything is fine until I add the schemaLocation hint of 
"http://www.w3.org/2001/XMLSchema.xsd";. Oxygen then locks up. I have to use 
Windows task manager to delete the application.

What is wrong with identifying the XSD schema for a schemaLocation hint in a 
import statement?

Thanks.

 John
log4j.rootCategory= info, R2

log4j.category.ro.sync.ui.application=debug

log4j.appender.R2=org.apache.log4j.RollingFileAppender
log4j.appender.R2.File=oxygen.log
log4j.appender.R2.MaxFileSize=12000KB
log4j.appender.R2.MaxBackupIndex=20
log4j.appender.R2.layout=org.apache.log4j.PatternLayout
log4j.appender.R2.layout.ConversionPattern=%r %p [ %t ] %c - %m%n
_______________________________________________
oXygen-user mailing list
[email protected]
http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Reply via email to