--- jaxe-3.5.orig/source/jaxe/SchemaRelaxNG.java
+++ jaxe-3.5/source/jaxe/SchemaRelaxNG.java
@@ -34,7 +34,7 @@
 import com.thaiopensource.validate.Flag;
 import com.thaiopensource.validate.ValidateProperty;
 import com.thaiopensource.validate.ValidationDriver;
-import com.thaiopensource.validate.rng.RngProperty;
+import com.thaiopensource.validate.prop.rng.RngProperty;
 import com.thaiopensource.xml.sax.DraconianErrorHandler;
 
 import jaxe.wxs.WXSSimpleType;
@@ -94,12 +94,12 @@
         }
         
         InputSource inSchema;
-        try {
+        //try {
             inSchema = ValidationDriver.uriOrFileInputSource(schemaURL.toExternalForm());
-        } catch (MalformedURLException ex) {
-            LOG.error("Erreur au chargement du schma avec Jing", ex);
-            inSchema = null;
-        }
+        //} catch (MalformedURLException ex) {
+        //    LOG.error("Erreur au chargement du schma avec Jing", ex);
+        //    inSchema = null;
+        //}
         
         if (inSchema != null) {
             
--- jaxe-3.5.orig/source/jaxe/ValidationFrame.java
+++ jaxe-3.5/source/jaxe/ValidationFrame.java
@@ -55,7 +55,7 @@
 import org.w3c.dom.ls.LSResourceResolver;
 
 import com.thaiopensource.util.PropertyMapBuilder;
-import com.thaiopensource.validate.rng.RngProperty;
+import com.thaiopensource.validate.prop.rng.RngProperty;
 import com.thaiopensource.validate.ValidateProperty;
 import com.thaiopensource.validate.ValidationDriver;
 
@@ -136,12 +136,12 @@
         
         if (doc.cfg.getSchema() instanceof SchemaRelaxNG) {
             InputSource inSchema;
-            try {
+            //try {
                 inSchema = ValidationDriver.uriOrFileInputSource(doc.cfg.schemaURL.toExternalForm());
-            } catch (MalformedURLException ex) {
-                LOG.error("Erreur au chargement du schma avec Jing", ex);
-                inSchema = null;
-            }
+            //} catch (MalformedURLException ex) {
+            //    LOG.error("Erreur au chargement du schma avec Jing", ex);
+            //    inSchema = null;
+            //}
             ValidationDriver jingValidation = null;
             if (inSchema != null) {
                 // workaround for JDK 1.6 bug 6301903
