Wrong log message logged by AbstractStaticFailoverStrategy
----------------------------------------------------------
Key: CXF-3555
URL: https://issues.apache.org/jira/browse/CXF-3555
Project: CXF
Issue Type: Bug
Components: Core
Affects Versions: 2.4
Reporter: Tomasz Nurkiewicz
Priority: Trivial
Class {{org.apache.cxf.clustering.AbstractStaticFailoverStrategy}} logs the
following message:
{code}FAILING_OVER_TO_ADDRESS_OVERRIDE{code}
In line 74. The correct message (defined in
{{/org/apache/cxf/clustering/Messages.properties}}) is:
{code}failing over to alternate address {0}{code}
Message is not resolved due to typo in aforementioned {{properties}} file.
Patch included. Please verify whether all other messages are displayed
correctly.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira