Repository: activemq-artemis
Updated Branches:
  refs/heads/2.6.x b8eb5e611 -> d495b63ae


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d495b63a/artemis-service-extensions/src/main/java/org/apache/activemq/artemis/service/extensions/xa/recovery/ActiveMQXARecoveryLogger.java
----------------------------------------------------------------------
diff --git 
a/artemis-service-extensions/src/main/java/org/apache/activemq/artemis/service/extensions/xa/recovery/ActiveMQXARecoveryLogger.java
 
b/artemis-service-extensions/src/main/java/org/apache/activemq/artemis/service/extensions/xa/recovery/ActiveMQXARecoveryLogger.java
index eb565a5..35d22e3 100644
--- 
a/artemis-service-extensions/src/main/java/org/apache/activemq/artemis/service/extensions/xa/recovery/ActiveMQXARecoveryLogger.java
+++ 
b/artemis-service-extensions/src/main/java/org/apache/activemq/artemis/service/extensions/xa/recovery/ActiveMQXARecoveryLogger.java
@@ -26,9 +26,9 @@ import org.jboss.logging.annotations.MessageLogger;
 import org.w3c.dom.Node;
 
 /**
- * Logger Code 12
+ * Logger Code 17
  *
- * each message id must be 6 digits long starting with 12, the 3rd digit 
donates the level so
+ * each message id must be 6 digits long starting with 17, the 3rd digit 
donates the level so
  *
  * INF0  1
  * WARN  2
@@ -37,7 +37,7 @@ import org.w3c.dom.Node;
  * TRACE 5
  * FATAL 6
  *
- * so an INFO message would be 121000 to 121999
+ * so an INFO message would be 171000 to 171999
  */
 @MessageLogger(projectCode = "AMQ")
 public interface ActiveMQXARecoveryLogger extends BasicLogger {
@@ -48,68 +48,68 @@ public interface ActiveMQXARecoveryLogger extends 
BasicLogger {
    ActiveMQXARecoveryLogger LOGGER = 
Logger.getMessageLogger(ActiveMQXARecoveryLogger.class, 
ActiveMQXARecoveryLogger.class.getPackage().getName());
 
    @LogMessage(level = Logger.Level.INFO)
-   @Message(id = 121003, value = "JMS Server Manager Running cached command 
for {0}", format = Message.Format.MESSAGE_FORMAT)
+   @Message(id = 171003, value = "JMS Server Manager Running cached command 
for {0}", format = Message.Format.MESSAGE_FORMAT)
    void serverRunningCachedCommand(Runnable run);
 
    @LogMessage(level = Logger.Level.INFO)
-   @Message(id = 121004, value = "JMS Server Manager Caching command for {0} 
since the JMS Server is not active.",
+   @Message(id = 171004, value = "JMS Server Manager Caching command for {0} 
since the JMS Server is not active.",
       format = Message.Format.MESSAGE_FORMAT)
    void serverCachingCommand(Object runnable);
 
    @LogMessage(level = Logger.Level.WARN)
-   @Message(id = 122005, value = "Invalid \"host\" value \"0.0.0.0\" detected 
for \"{0}\" connector. Switching to \"{1}\". If this new address is incorrect 
please manually configure the connector to use the proper one.",
+   @Message(id = 172005, value = "Invalid \"host\" value \"0.0.0.0\" detected 
for \"{0}\" connector. Switching to \"{1}\". If this new address is incorrect 
please manually configure the connector to use the proper one.",
       format = Message.Format.MESSAGE_FORMAT)
    void invalidHostForConnector(String name, String newHost);
 
    @LogMessage(level = Logger.Level.WARN)
-   @Message(id = 122007, value = "Queue {0} does not exist on the topic {1}. 
It was deleted manually probably.", format = Message.Format.MESSAGE_FORMAT)
+   @Message(id = 172007, value = "Queue {0} does not exist on the topic {1}. 
It was deleted manually probably.", format = Message.Format.MESSAGE_FORMAT)
    void noQueueOnTopic(String queueName, String name);
 
    @LogMessage(level = Logger.Level.WARN)
-   @Message(id = 122008, value = "XA Recovery can not connect to any broker on 
recovery {0}", format = Message.Format.MESSAGE_FORMAT)
+   @Message(id = 172008, value = "XA Recovery can not connect to any broker on 
recovery {0}", format = Message.Format.MESSAGE_FORMAT)
    void recoveryConnectFailed(String s);
 
    @LogMessage(level = Logger.Level.WARN)
-   @Message(id = 122011, value = "error unbinding {0} from JNDI", format = 
Message.Format.MESSAGE_FORMAT)
+   @Message(id = 172011, value = "error unbinding {0} from JNDI", format = 
Message.Format.MESSAGE_FORMAT)
    void jndiUnbindError(@Cause Exception e, String key);
 
    @LogMessage(level = Logger.Level.WARN)
-   @Message(id = 122012, value = "JMS Server Manager error", format = 
Message.Format.MESSAGE_FORMAT)
+   @Message(id = 172012, value = "JMS Server Manager error", format = 
Message.Format.MESSAGE_FORMAT)
    void jmsServerError(@Cause Exception e);
 
    @LogMessage(level = Logger.Level.WARN)
-   @Message(id = 122013, value = "Error in XA Recovery recover", format = 
Message.Format.MESSAGE_FORMAT)
+   @Message(id = 172013, value = "Error in XA Recovery recover", format = 
Message.Format.MESSAGE_FORMAT)
    void xaRecoverError(@Cause Exception e);
 
    @LogMessage(level = Logger.Level.WARN)
-   @Message(id = 122014, value = "Notified of connection failure in xa 
recovery connectionFactory for provider {0} will attempt reconnect on next 
pass",
+   @Message(id = 172014, value = "Notified of connection failure in xa 
recovery connectionFactory for provider {0} will attempt reconnect on next 
pass",
       format = Message.Format.MESSAGE_FORMAT)
    void xaRecoverConnectionError(@Cause Exception e, ClientSessionFactory csf);
 
    @LogMessage(level = Logger.Level.WARN)
-   @Message(id = 122015, value = "Can not connect to {0} on auto-generated 
resource recovery",
+   @Message(id = 172015, value = "Can not connect to {0} on auto-generated 
resource recovery",
       format = Message.Format.MESSAGE_FORMAT)
    void xaRecoverAutoConnectionError(@Cause Throwable e, XARecoveryConfig csf);
 
    @LogMessage(level = Logger.Level.DEBUG)
-   @Message(id = 122016, value = "Error in XA Recovery", format = 
Message.Format.MESSAGE_FORMAT)
+   @Message(id = 172016, value = "Error in XA Recovery", format = 
Message.Format.MESSAGE_FORMAT)
    void xaRecoveryError(@Cause Exception e);
 
    @LogMessage(level = Logger.Level.WARN)
-   @Message(id = 122017, value = "Tried to correct invalid \"host\" value 
\"0.0.0.0\" for \"{0}\" connector, but received an exception.",
+   @Message(id = 172017, value = "Tried to correct invalid \"host\" value 
\"0.0.0.0\" for \"{0}\" connector, but received an exception.",
       format = Message.Format.MESSAGE_FORMAT)
    void failedToCorrectHost(@Cause Exception e, String name);
 
    @LogMessage(level = Logger.Level.WARN)
-   @Message(id = 122018, value = "Could not start recovery discovery on {0}, 
we will retry every recovery scan until the server is available",
+   @Message(id = 172018, value = "Could not start recovery discovery on {0}, 
we will retry every recovery scan until the server is available",
       format = Message.Format.MESSAGE_FORMAT)
    void xaRecoveryStartError(XARecoveryConfig e);
 
    @LogMessage(level = Logger.Level.ERROR)
-   @Message(id = 124000, value = "key attribute missing for JMS configuration 
{0}", format = Message.Format.MESSAGE_FORMAT)
+   @Message(id = 174000, value = "key attribute missing for JMS configuration 
{0}", format = Message.Format.MESSAGE_FORMAT)
    void jmsConfigMissingKey(Node e);
 
    @LogMessage(level = Logger.Level.ERROR)
-   @Message(id = 124002, value = "Failed to start JMS deployer", format = 
Message.Format.MESSAGE_FORMAT)
+   @Message(id = 174002, value = "Failed to start JMS deployer", format = 
Message.Format.MESSAGE_FORMAT)
    void jmsDeployerStartError(@Cause Exception e);
 }

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d495b63a/artemis-web/src/main/java/org/apache/activemq/artemis/ActiveMQWebLogger.java
----------------------------------------------------------------------
diff --git 
a/artemis-web/src/main/java/org/apache/activemq/artemis/ActiveMQWebLogger.java 
b/artemis-web/src/main/java/org/apache/activemq/artemis/ActiveMQWebLogger.java
index b50b70b..a273c24 100644
--- 
a/artemis-web/src/main/java/org/apache/activemq/artemis/ActiveMQWebLogger.java
+++ 
b/artemis-web/src/main/java/org/apache/activemq/artemis/ActiveMQWebLogger.java
@@ -27,7 +27,7 @@ import java.io.File;
 /**
  * Logger Code 24
  *
- * each message id must be 6 digits long starting with 18, the 3rd digit 
donates the level so
+ * each message id must be 6 digits long starting with 24, the 3rd digit 
donates the level so
  *
  * INF0  1
  * WARN  2

Reply via email to