javaee/metro-wsit

Localize logging messages in Metro RM

glassfishrobot opened this issue · 5 comments

There are many classes in Metro RM that log messages that can benefit from localization but these messages are not localized. E.g. com.sun.xml.ws.rx.rm.runtime.sequence.persistent.PersistentSequenceData and com.sun.xml.ws.rx.rm.runtime.sequence.persistent.ConnectionManager and so on.

There are some message that are localized, see com.sun.xml.ws.rx.rm.localization.LocalizationMessages. We need to follow the same pattern for log messages that need to be localized.

Environment

java version "1.7.0_21"
Java(TM) SE Runtime Environment (build 1.7.0_21-b11)
Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)

Affected Versions

[current]

Reported by umjoshi

Was assigned to umjoshi

Marked as fixed on Monday, November 11th 2013, 2:23:25 pm

umjoshi said:
Added some error messages to wsrm-impl/src/main/resources/com/sun/xml/ws/rx/rm/localization/Localization.properties and used them in the code. Not sure how other Localization*.properties files will be updated for other languages.

This issue was imported from java.net JIRA WSIT-1674