]
Romain Pelisse updated WFLY-7905:
---------------------------------
Labels: downstream_dependency (was: )
Wildfly is missing jboss logging internationalization message in XTS
--------------------------------------------------------------------
Key: WFLY-7905
URL:
https://issues.jboss.org/browse/WFLY-7905
Project: WildFly
Issue Type: Enhancement
Reporter: Romain Pelisse
Assignee: Romain Pelisse
Priority: Minor
Labels: downstream_dependency
Fix For: 11.0.0.Alpha1
There is one log warning message which is not properly internationalized in Wildfly
'xts' submodule:
./src/xts/src/main/java/org/jboss/as/xts/GracefulShutdownRejectionRule.java:45:
XTSLogger.logger.warnf("rejecting call because it is not part of any XTS
transaction")
All logs of level WARN and higher should be internationalized.
The message needs to be added to XTS in JBossTS and then xts module modified to use it.