Hi,

Please find attached patchee for class XSDHandler.

Cheers,
Rahul.

Sun Microsystems, Inc.
Index: XSDHandler.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/v2/XSDHandler.java,v
retrieving revision 1.45
diff -u -w -r1.45 XSDHandler.java
--- XSDHandler.java     2001/10/18 18:41:18     1.45
+++ XSDHandler.java     2001/10/19 15:47:08
@@ -890,8 +890,7 @@
 
         }
         catch (IOException ex) {
-            // REVISIT: report an error!
-            ex.printStackTrace();
+            reportGenericSchemaError("Could not resolve schema with namespace 
+"+schemaNamespace+" and schemaHint "+schemaHint);
         }
 
         schemaDoc = null;

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to