-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SAX messages bundle for XML parser to fix missing resource exception
- Loading branch information
Showing
5 changed files
with
34 additions
and
8 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"resources":[], | ||
"bundles":[{"name":"com.sun.org.apache.xerces.internal.impl.msg.SAXMessages"}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
src/main/resources/com/sun/org/apache/xerces/internal/impl/msg/SAXMessages.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
BadMessageKey = The error message corresponding to the message key can not be found. | ||
FormatFailed = An internal error occurred while formatting the following message\:\n | ||
dom-node-read-not-supported = Cannot read DOM node property. No DOM tree exists. | ||
errorHandlerDebugMsg=Error\: URI \= "{0}", Line \= "{1}", \: {2} | ||
errorHandlerNotSet=Warning\: validation was turned on but an org.xml.sax.ErrorHandler was not set, which is probably not what is desired. Parser will use a default ErrorHandler to print the first {0} errors. Please call the 'setErrorHandler' method to fix this. | ||
false-not-supported = False state for feature ''{0}'' is not supported. | ||
feature-not-recognized = Feature ''{0}'' is not recognized. | ||
feature-not-supported = Feature ''{0}'' is not supported. | ||
feature-read-only = Feature ''{0}'' is read only. | ||
incompatible-class = The value specified for property ''{0}'' cannot be casted to {1}. | ||
jaxp-order-not-supported = Property ''{0}'' must be set before setting property ''{1}''. | ||
jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING\: Cannot set the feature to false when security manager is present. | ||
nullparameter=the name parameter for "{0}" is null | ||
property-not-parsing-supported = Property ''{0}'' is not supported while parsing. | ||
property-not-recognized = Property ''{0}'' is not recognized. | ||
property-not-supported = Property ''{0}'' is not supported. | ||
property-read-only = Property ''{0}'' is read only. | ||
schema-already-specified = Property ''{0}'' cannot be set when a non-null Schema object has already been specified. | ||
schema-not-supported = The specified schema language is not supported. | ||
start-document-not-called=Property "{0}" should be called after startDocument event is thrown | ||
true-not-supported = True state for feature ''{0}'' is not supported. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters