[ http://issues.apache.org/jira/browse/XALANJ-2021?page=all ] Brian Minchau closed XALANJ-2021: ---------------------------------
> Serializer messages in English only, and getBundle() problems > ------------------------------------------------------------- > > Key: XALANJ-2021 > URL: http://issues.apache.org/jira/browse/XALANJ-2021 > Project: XalanJ2 > Type: Bug > Components: Serialization, Diagnostic-messages-resources > Versions: Latest Development Code > Reporter: Brian Minchau > Fix For: 2.7 > Attachments: SerializerMessages.patch.txt, > org.apache.xml.serializer.patch.txt, > org.apache.xml.serializer.utils.Messages.patch.txt > > Current CVS has these problems with the Serializer's messages. > Languages other than English are missing. > org.apache.xml.serializer.utils.Messages does this: > ResourceBundle.getBundle(m_resourceBundleName_withSuffix, locale); > This is incorrect. For example, for German it would try to load > SerializerMessages_de_de > Other code in Xalan, such as XMLMessages, doesn't have this problem. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
