Skip to content

Commit f9de429

Browse files
committed
Automatically register missing resourcebundle com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMessages
1 parent 7e7d368 commit f9de429

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/xml/XMLParsersRegistration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ void registerResources() {
114114

115115
ResourcesRegistry resourcesRegistry = ImageSingletons.lookup(ResourcesRegistry.class);
116116
resourcesRegistry.addResourceBundles("com.sun.org.apache.xml.internal.serializer.utils.SerializerMessages");
117+
resourcesRegistry.addResourceBundles("com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMessages");
117118
resourcesRegistry.addResources("com.sun.*.properties");
118119

119120
classInitializationSupport.setConfigurationSealed(true);

0 commit comments

Comments
 (0)