Hi,

Please find attached patchee for XMLSchemaValidator, which otherwise leads to an 
exception:

java.util.MissingResourceException: Can't find resource for bundle 
java.util.PropertyResourceBundle, key general

Cheers,
Rahul.

Sun Microsystems, Inc.
Index: XMLSchemaValidator.java
===================================================================
RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/XMLSchemaValidator.java,v
retrieving revision 1.23
diff -u -w -r1.23 XMLSchemaValidator.java
--- XMLSchemaValidator.java     2001/12/07 22:19:21     1.23
+++ XMLSchemaValidator.java     2001/12/12 09:42:48
@@ -1685,7 +1685,7 @@
                 if (!t.hasMoreTokens()) {
                     // REVISIT: new error code
                     fXSIErrorReporter.reportError(XSMessageFormatter.SCHEMA_DOMAIN,
-                                                  "general", new Object[]{"No 
matching location hint for namespace '" + namespace + "' in attribute schemaLocation"},
+                                                  "General", new Object[]{"No 
+matching location hint for namespace '" + namespace + "' in attribute 
+schemaLocation"},
                                                   XMLErrorReporter.SEVERITY_WARNING);
                     break;
                 }

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

Reply via email to