[jboss-svn-commits] JBL Code SVN: r33628 - in labs/jbosstm/trunk/XTS: WS-C/dev/src/com/arjuna/webservices/logging and 5 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jun 24 10:37:49 EDT 2010


Author: jhalliday
Date: 2010-06-24 10:37:48 -0400 (Thu, 24 Jun 2010)
New Revision: 33628

Added:
   labs/jbosstm/trunk/XTS/WS-C/dev/src/com/arjuna/webservices/logging/wscI18NLogger.java
   labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/webservices/logging/wstI18NLogger.java
   labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/logging/wsasI18NLogger.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/logging/wscfI18NLogger.java
   labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/logging/wstxI18NLogger.java
   labs/jbosstm/trunk/XTS/recovery/src/org/jboss/jbossts/xts/logging/xtsrecoveryI18NLogger.java
Modified:
   labs/jbosstm/trunk/XTS/WS-C/dev/src/com/arjuna/webservices/logging/WSCLogger.java
   labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/webservices/logging/WSTLogger.java
   labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/logging/wsasLogger.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/logging/wscfLogger.java
   labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/logging/wstxLogger.java
   labs/jbosstm/trunk/XTS/recovery/src/org/jboss/jbossts/xts/logging/XTSLogger.java
   labs/jbosstm/trunk/XTS/sharedbuild.xml
Log:
Add new jboss-logging based i18n apis to XTS modules. JBTM-750


Modified: labs/jbosstm/trunk/XTS/WS-C/dev/src/com/arjuna/webservices/logging/WSCLogger.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-C/dev/src/com/arjuna/webservices/logging/WSCLogger.java	2010-06-24 14:18:05 UTC (rev 33627)
+++ labs/jbosstm/trunk/XTS/WS-C/dev/src/com/arjuna/webservices/logging/WSCLogger.java	2010-06-24 14:37:48 UTC (rev 33628)
@@ -44,6 +44,8 @@
      * The non I18N logger.
      */
     public static LogNoi18n      arjLogger;
+
+    public static wscI18NLogger i18NLogger;
     /**
      * The I18N logger.
      */

Added: labs/jbosstm/trunk/XTS/WS-C/dev/src/com/arjuna/webservices/logging/wscI18NLogger.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-C/dev/src/com/arjuna/webservices/logging/wscI18NLogger.java	                        (rev 0)
+++ labs/jbosstm/trunk/XTS/WS-C/dev/src/com/arjuna/webservices/logging/wscI18NLogger.java	2010-06-24 14:37:48 UTC (rev 33628)
@@ -0,0 +1,505 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc. and/or its affiliates,
+ * and individual contributors as indicated by the @author tags.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA  02110-1301, USA.
+ *
+ * (C) 2010,
+ * @author JBoss, by Red Hat.
+ */
+package com.arjuna.webservices.logging;
+
+import org.jboss.logging.*;
+import static org.jboss.logging.Logger.Level.*;
+import static org.jboss.logging.Message.Format.*;
+
+/**
+ * i18n log messages for the wsc module.
+ *
+ * @author Jonathan Halliday (jonathan.halliday at redhat.com) 2010-06
+ */
+ at MessageLogger(projectCode = "ARJUNA")
+public interface wscI18NLogger {
+
+    /*
+        Message IDs are unique and non-recyclable.
+        Don't change the purpose of existing messages.
+          (tweak the message text or params for clarification if you like).
+        Allocate new messages by following instructions at the bottom of the file.
+     */
+
+    @Message(id = 42001, value = "getTask: releasing thread", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_services_framework_task_TaskManager_getTask_1();
+
+	@Message(id = 42002, value = "getTask: notifying waiting thread about excess count {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_services_framework_task_TaskManager_getTask_2(String arg0);
+
+	@Message(id = 42003, value = "getTask: returning task", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_services_framework_task_TaskManager_getTask_3();
+
+	@Message(id = 42004, value = "getTask: waiting for task", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_services_framework_task_TaskManager_getTask_4();
+
+	@Message(id = 42005, value = "getTask: interrupted", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_services_framework_task_TaskManager_getTask_5();
+
+	@Message(id = 42006, value = "Shutdown in progress, ignoring task", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_services_framework_task_TaskManager_queueTask_1();
+
+	@Message(id = 42007, value = "queueTask: notifying waiting workers ({0})", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_services_framework_task_TaskManager_queueTask_2(String arg0);
+
+	@Message(id = 42008, value = "queueTask: creating worker", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_services_framework_task_TaskManager_queueTask_3();
+
+	@Message(id = 42009, value = "queueTask: queueing task for execution", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_services_framework_task_TaskManager_queueTask_4();
+
+	@Message(id = 42010, value = "shutdown in progress, ignoring set maximum worker count", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_services_framework_task_TaskManager_setMaximumWorkerCount_1();
+
+	@Message(id = 42011, value = "setMaximumWorkerCount: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_services_framework_task_TaskManager_setMaximumWorkerCount_2(String arg0);
+
+	@Message(id = 42012, value = "setMaximumWorkerCount: reducing pool size from {0} to {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_services_framework_task_TaskManager_setMaximumWorkerCount_3(String arg0, String arg1);
+
+	@Message(id = 42013, value = "shutdown in progress, ignoring set minimum worker count", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_services_framework_task_TaskManager_setMinimumWorkerCount_1();
+
+	@Message(id = 42014, value = "setMinimumWorkerCount: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_services_framework_task_TaskManager_setMinimumWorkerCount_2(String arg0);
+
+	@Message(id = 42015, value = "Shutdown already in progress", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_services_framework_task_TaskManager_shutdown_1();
+
+	@Message(id = 42016, value = "Unhandled error executing task", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_services_framework_task_TaskWorker_run_1();
+
+	@Message(id = 42017, value = "Invalid fault type enumeration: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_SoapFaultType_1(String arg0);
+
+	@Message(id = 42018, value = "setNamespaceContext unsupported", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_adapters_BaseXMLStreamWriter_1();
+
+	@Message(id = 42019, value = "writeEndDocument unsupported", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_adapters_BaseXMLStreamWriter_10();
+
+	@Message(id = 42020, value = "close unsupported", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_adapters_BaseXMLStreamWriter_11();
+
+	@Message(id = 42021, value = "writeComment unsupported", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_adapters_BaseXMLStreamWriter_2();
+
+	@Message(id = 42022, value = "writeProcessingInstruction unsupported", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_adapters_BaseXMLStreamWriter_3();
+
+	@Message(id = 42023, value = "writeProcessingInstruction unsupported", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_adapters_BaseXMLStreamWriter_4();
+
+	@Message(id = 42024, value = "writeEntityRef unsupported", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_adapters_BaseXMLStreamWriter_5();
+
+	@Message(id = 42025, value = "writeDTD unsupported", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_adapters_BaseXMLStreamWriter_6();
+
+	@Message(id = 42026, value = "writeStartDocument unsupported", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_adapters_BaseXMLStreamWriter_7();
+
+	@Message(id = 42027, value = "writeStartDocument unsupported", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_adapters_BaseXMLStreamWriter_8();
+
+	@Message(id = 42028, value = "writeStartDocument unsupported", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_adapters_BaseXMLStreamWriter_9();
+
+	@Message(id = 42029, value = "End of stream", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_adapters_DOMXMLStreamReader_1();
+
+	@Message(id = 42030, value = "Unexpected child node: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_adapters_DOMXMLStreamReader_2(String arg0);
+
+	@Message(id = 42031, value = "Unexpected type: [0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_adapters_DOMXMLStreamReader_3();
+
+	@Message(id = 42032, value = "Unexpected type: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_adapters_DOMXMLStreamReader_4(String arg0);
+
+	@Message(id = 42033, value = "Unexpected event type", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_adapters_DOMXMLStreamReader_5();
+
+	@Message(id = 42034, value = "Unsupported operation", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_adapters_DOMXMLStreamReader_6();
+
+	@Message(id = 42035, value = "Unsupported operation", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_adapters_DOMXMLStreamReader_7();
+
+	@Message(id = 42036, value = "CData sections not currently supported.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_adapters_SAAJXMLStreamWriter_1();
+
+	@Message(id = 42037, value = "Service {0} received unexpected fault: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_base_handlers_LoggingFaultHandler_1(String arg0, String arg1);
+
+	@Message(id = 42038, value = "Unexpected throwable while executing callback:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_base_processors_BaseProcessor_1();
+
+	@Message(id = 42039, value = "Received a response for non existent message IDs {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_base_processors_BaseProcessor_2(String arg0);
+
+	@Message(id = 42040, value = "Unexpected start element: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_soap_Soap11Details_1(String arg0);
+
+	@Message(id = 42041, value = "Unexpected start element: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_soap_Soap12Details_1(String arg0);
+
+	@Message(id = 42042, value = "NotUnderstood elements cannot have embedded elements.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_soap_SoapNotUnderstoodType_1();
+
+	@Message(id = 42043, value = "Unexpected element: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_soap_SoapParser_1(String arg0);
+
+	@Message(id = 42044, value = "Unexpected body element: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_soap_SoapParser_2(String arg0);
+
+	@Message(id = 42045, value = "Did not understand header: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_soap_SoapParser_3(String arg0);
+
+	@Message(id = 42046, value = "Encountered unexpected event type: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_stax_ParsingSupport_1(String arg0);
+
+	@Message(id = 42047, value = "Text elements cannot have embedded elements.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_stax_TextElement_1();
+
+	@Message(id = 42048, value = "No response from RPC request", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_transport_http_HttpClient_1();
+
+	@Message(id = 42049, value = "Invalid destination URL", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_transport_http_HttpClient_2();
+
+	@Message(id = 42050, value = "Unsupported URL type, not HTTP or HTTPS", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_transport_http_HttpClient_3();
+
+	@Message(id = 42051, value = "Invalid response code returned: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_transport_http_HttpClient_4(String arg0);
+
+	@Message(id = 42052, value = "Unexpected end element: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_util_StreamHelper_1(String arg0);
+
+	@Message(id = 42053, value = "Unexpected end of document reached", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_util_StreamHelper_2();
+
+	@Message(id = 42054, value = "Unexpected start element: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_util_StreamHelper_3(String arg0);
+
+	@Message(id = 42055, value = "Addressing context is not valid", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsaddr_AddressingContext_1();
+
+	@Message(id = 42056, value = "Unexpected element name: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsaddr_AddressingContext_2(String arg0);
+
+	@Message(id = 42057, value = "Invalid QName value for attributed QName", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsaddr_AttributedQNameType_1();
+
+	@Message(id = 42058, value = "Unexpected element name: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsaddr_EndpointReferenceType_1(String arg0);
+
+	@Message(id = 42059, value = "Addressing context is not valid", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsaddr2005_AddressingContext_1();
+
+	@Message(id = 42060, value = "Unexpected element name: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsaddr2005_AddressingContext_2(String arg0);
+
+	@Message(id = 42061, value = "Unexpected second element name: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsaddr2005_AttributedAnyType_1(String arg0);
+
+	@Message(id = 42062, value = "Invalid QName value for attributed QName", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsaddr2005_AttributedQNameType_1();
+
+	@Message(id = 42063, value = "Unexpected element name: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsaddr2005_EndpointReferenceType_1(String arg0);
+
+	@Message(id = 42064, value = "Unexpected element name: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsaddr2005_ProblemActionType_1(String arg0);
+
+	@Message(id = 42065, value = "Addressing context does not specify destination.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsaddr2005_client_WSAddr2005Client_1();
+
+	@Message(id = 42066, value = "Invalid destination specified in addressing context.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsaddr2005_client_WSAddr2005Client_2();
+
+	@Message(id = 42067, value = "No SOAP client registered for scheme: {0}.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsaddr2005_client_WSAddr2005Client_3(String arg0);
+
+	@Message(id = 42068, value = "Invalid replyTo specified in addressing context.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsaddr2005_client_WSAddr2005Client_4();
+
+	@Message(id = 42069, value = "Unexpected SOAP message type returned.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsaddr2005_client_WSAddr2005Client_5();
+
+	@Message(id = 42070, value = "Ignoring invalid WS-Addressing replyTo endpoint reference.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsaddr2005_handlers_AddressingInterceptorHandler_1();
+
+	@Message(id = 42071, value = "Ignoring invalid WS-Addressing faultTo endpoint reference.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsaddr2005_handlers_AddressingInterceptorHandler_2();
+
+	@Message(id = 42072, value = "Unhandled SOAP fault during asynchronous execution of service.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsaddr2005_handlers_AddressingInterceptorHandler_3();
+
+	@Message(id = 42073, value = "Ignoring invalid WS-Addressing replyTo endpoint reference.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsaddr2005_handlers_AddressingInterceptorHandler_4();
+
+	@Message(id = 42074, value = "Ignoring invalid WS-Addressing faultTo endpoint reference.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsaddr2005_handlers_AddressingInterceptorHandler_5();
+
+	@Message(id = 42075, value = "Arjuna context is not valid", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsarj_ArjunaContext_1();
+
+	@Message(id = 42076, value = "Unexpected element name: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsarj_ArjunaContext_2(String arg0);
+
+	@Message(id = 42077, value = "InstanceIdentifier elements cannot have embedded elements.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsarj_InstanceIdentifier_1();
+
+	@Message(id = 42078, value = "non numerical value: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wscoor_AttributedUnsignedIntType_1(String arg0);
+
+	@Message(id = 42079, value = "Coordination Context is not valid", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wscoor_CoordinationContextType_1();
+
+	@Message(id = 42080, value = "Unexpected element name: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wscoor_CoordinationContextType_2(String arg0);
+
+	@Message(id = 42081, value = "Create Coordination Context Response is not valid", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wscoor_CreateCoordinationContextResponseType_1();
+
+	@Message(id = 42082, value = "Unexpected element name: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wscoor_CreateCoordinationContextResponseType_2(String arg0);
+
+	@Message(id = 42083, value = "Create Coordination Context is not valid", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wscoor_CreateCoordinationContextType_1();
+
+	@Message(id = 42084, value = "Unexpected element name: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wscoor_CreateCoordinationContextType_2(String arg0);
+
+	@Message(id = 42085, value = "Register is not valid", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wscoor_RegisterResponseType_1();
+
+	@Message(id = 42086, value = "Unexpected element name: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wscoor_RegisterResponseType_2(String arg0);
+
+	@Message(id = 42087, value = "Register is not valid", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wscoor_RegisterType_1();
+
+	@Message(id = 42088, value = "Unexpected element name: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wscoor_RegisterType_2(String arg0);
+
+	@Message(id = 42089, value = "Unexpected end element: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices11_util_StreamHelper_1(String arg0);
+
+	@Message(id = 42090, value = "Unexpected end of document reached", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices11_util_StreamHelper_2();
+
+	@Message(id = 42091, value = "Unexpected start element: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices11_util_StreamHelper_3(String arg0);
+
+	@Message(id = 42092, value = "Callback execution failed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_ActivationCoordinator_1();
+
+	@Message(id = 42093, value = "Callback wasn't triggered", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_ActivationCoordinator_2();
+
+	@Message(id = 42094, value = "Callback execution failed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_RegistrationCoordinator_1();
+
+	@Message(id = 42095, value = "Callback wasn't triggered", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_RegistrationCoordinator_2();
+
+	@Message(id = 42096, value = "Invalid create coordination context parameters", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ActivationCoordinatorProcessorImpl_1();
+
+	@Message(id = 42097, value = "Unexpected exception thrown from create:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ActivationCoordinatorProcessorImpl_2();
+
+	@Message(id = 42098, value = "CreateCoordinationContext called for unknown coordination type: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ActivationCoordinatorProcessorImpl_3(String arg0);
+
+	@Message(id = 42099, value = "Participant already registered", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_RegistrationCoordinatorProcessorImpl_1();
+
+	@Message(id = 42100, value = "Invalid protocol identifier", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_RegistrationCoordinatorProcessorImpl_2();
+
+	@Message(id = 42101, value = "Invalid coordination context state", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_RegistrationCoordinatorProcessorImpl_3();
+
+	@Message(id = 42102, value = "Unknown activity identifier", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_RegistrationCoordinatorProcessorImpl_4();
+
+	@Message(id = 42103, value = "Unexpected exception thrown from create:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_RegistrationCoordinatorProcessorImpl_5();
+
+	@Message(id = 42104, value = "Register called for unknown protocol identifier: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_RegistrationCoordinatorProcessorImpl_6(String arg0);
+
+	@Message(id = 42105, value = "Invalid create coordination context parameters", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wsc11_messaging_ActivationCoordinatorProcessorImpl_1();
+
+	@Message(id = 42106, value = "Unexpected exception thrown from create:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wsc11_messaging_ActivationCoordinatorProcessorImpl_2();
+
+	@Message(id = 42107, value = "CreateCoordinationContext called for unknown coordination type: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wsc11_messaging_ActivationCoordinatorProcessorImpl_3(String arg0);
+
+	@Message(id = 42108, value = "Participant already registered", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wsc11_messaging_RegistrationCoordinatorProcessorImpl_1();
+
+	@Message(id = 42109, value = "Invalid protocol identifier", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wsc11_messaging_RegistrationCoordinatorProcessorImpl_2();
+
+	@Message(id = 42110, value = "Invalid coordination context state", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wsc11_messaging_RegistrationCoordinatorProcessorImpl_3();
+
+	@Message(id = 42111, value = "Unknown activity identifier", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wsc11_messaging_RegistrationCoordinatorProcessorImpl_4();
+
+	@Message(id = 42112, value = "Unexpected exception thrown from create:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wsc11_messaging_RegistrationCoordinatorProcessorImpl_5();
+
+	@Message(id = 42113, value = "Register called for unknown protocol identifier: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wsc11_messaging_RegistrationCoordinatorProcessorImpl_6(String arg0);
+
+    /*
+        Allocate new messages directly above this notice.
+          - id: use the next id number in numeric sequence. Don't reuse ids.
+          The first two digits of the id(XXyyy) denote the module
+            all message in this file should have the same prefix.
+          - value: default (English) version of the log message.
+          - level: according to severity semantics defined at http://docspace.corp.redhat.com/docs/DOC-30217
+          Debug and trace don't get i18n. Everything else MUST be i18n.
+          By convention methods with String return type have prefix get_,
+            all others are log methods and have prefix <level>_
+     */
+}

Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/webservices/logging/WSTLogger.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/webservices/logging/WSTLogger.java	2010-06-24 14:18:05 UTC (rev 33627)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/webservices/logging/WSTLogger.java	2010-06-24 14:37:48 UTC (rev 33628)
@@ -38,6 +38,7 @@
 public class WSTLogger
 {
     public static LogNoi18n      arjLogger;
+    public static wstI18NLogger i18NLogger;
     public static Logi18n        arjLoggerI18N;
 
     public static void initialize(LogNoi18n noi18n, Logi18n i18n)

Added: labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/webservices/logging/wstI18NLogger.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/webservices/logging/wstI18NLogger.java	                        (rev 0)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/webservices/logging/wstI18NLogger.java	2010-06-24 14:37:48 UTC (rev 33628)
@@ -0,0 +1,2249 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc. and/or its affiliates,
+ * and individual contributors as indicated by the @author tags.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA  02110-1301, USA.
+ *
+ * (C) 2010,
+ * @author JBoss, by Red Hat.
+ */
+package com.arjuna.webservices.logging;
+
+import org.jboss.logging.*;
+import static org.jboss.logging.Logger.Level.*;
+import static org.jboss.logging.Message.Format.*;
+
+/**
+ * i18n log messages for the wst module.
+ *
+ * @author Jonathan Halliday (jonathan.halliday at redhat.com) 2010-06
+ */
+ at MessageLogger(projectCode = "ARJUNA")
+public interface wstI18NLogger {
+
+    /*
+        Message IDs are unique and non-recyclable.
+        Don't change the purpose of existing messages.
+          (tweak the message text or params for clarification if you like).
+        Allocate new messages by following instructions at the bottom of the file.
+     */
+
+    @Message(id = 43001, value = "Invalid outcome enumeration: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsat_Outcome_1(String arg0);
+
+	@Message(id = 43002, value = "PrepareResponse elements cannot have embedded elements.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsat_PrepareResponseType_1();
+
+	@Message(id = 43003, value = "ReplayResponse elements cannot have embedded elements.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsat_ReplayResponseType_1();
+
+	@Message(id = 43004, value = "Invalid fault type enumeration: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsat_State_1(String arg0);
+
+	@Message(id = 43005, value = "Invalid vote enumeration: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsat_Vote_1(String arg0);
+
+	@Message(id = 43006, value = "State elements cannot have embedded elements.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsba_StateType_1();
+
+	@Message(id = 43007, value = "Invalid state enumeration: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices_wsba_State_1(String arg0);
+
+	@Message(id = 43008, value = "Invalid soap fault type", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices11_wsarjtx_sei_TerminationParticipantPortTypeImpl_1();
+
+	@Message(id = 43009, value = "Invalid fault type enumeration: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices11_wsat_State_1(String arg0);
+
+	@Message(id = 43010, value = "Invalid state enumeration: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_webservices11_wsba_State_1(String arg0);
+
+	@Message(id = 43011, value = "Unknown transaction", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CompletionCoordinatorProcessorImpl_1();
+
+	@Message(id = 43012, value = "Unknown participant", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CompletionCoordinatorProcessorImpl_10();
+
+	@Message(id = 43013, value = "Unknown error: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CompletionCoordinatorProcessorImpl_2(String arg0);
+
+	@Message(id = 43014, value = "Unexpected exception thrown from commit:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CompletionCoordinatorProcessorImpl_3();
+
+	@Message(id = 43015, value = "Commit called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CompletionCoordinatorProcessorImpl_4(String arg0);
+
+	@Message(id = 43016, value = "Unknown participant", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CompletionCoordinatorProcessorImpl_5();
+
+	@Message(id = 43017, value = "Unknown transaction", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CompletionCoordinatorProcessorImpl_6();
+
+	@Message(id = 43018, value = "Unknown error: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CompletionCoordinatorProcessorImpl_7(String arg0);
+
+	@Message(id = 43019, value = "Unexpected exception thrown from rollback:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CompletionCoordinatorProcessorImpl_8();
+
+	@Message(id = 43020, value = "Rollback called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CompletionCoordinatorProcessorImpl_9(String arg0);
+
+	@Message(id = 43021, value = "Unexpected exception thrown from cancelled:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_cancelled_1();
+
+	@Message(id = 43022, value = "Cancelled called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_cancelled_2(String arg0);
+
+	@Message(id = 43023, value = "Unexpected exception thrown from closed:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_closed_1();
+
+	@Message(id = 43024, value = "Closed called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_closed_2(String arg0);
+
+	@Message(id = 43025, value = "Unexpected exception thrown from compensated:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_compensated_1();
+
+	@Message(id = 43026, value = "Compensated called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_compensated_2(String arg0);
+
+	@Message(id = 43027, value = "Unexpected exception thrown from completed:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_completed_1();
+
+	@Message(id = 43028, value = "Completed called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_completed_2(String arg0);
+
+	@Message(id = 43029, value = "Ignoring completed called on unidentified coordinator until recovery pass is complete: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_completed_3(String arg0);
+
+	@Message(id = 43030, value = "Unexpected exception thrown from exit:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_exit_1();
+
+	@Message(id = 43031, value = "Exit called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_exit_2(String arg0);
+
+	@Message(id = 43032, value = "Unexpected exception thrown from fault:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_fault_1();
+
+	@Message(id = 43033, value = "Fault called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_fault_2(String arg0);
+
+	@Message(id = 43034, value = "Ignoring fault called on unidentified coordinator until recovery pass is complete: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_fault_3(String arg0);
+
+	@Message(id = 43035, value = "Unexpected exception thrown from getStatus:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_getStatus_1();
+
+	@Message(id = 43036, value = "GetStatus called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_getStatus_2(String arg0);
+
+	@Message(id = 43037, value = "Unexpected exception while sending InvalidStateFault to participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_getStatus_3(String arg0);
+
+	@Message(id = 43038, value = "GetStatus requested for unknown coordinator completion participant", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_getStatus_4();
+
+	@Message(id = 43039, value = "GetStatus dropped for unknown coordinator completion participant {0} awaiting recovery scan completion", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_getStatus_5(String arg0);
+
+	@Message(id = 43040, value = "Unexpected exception while sending Cancelled", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_sendCancelled_1();
+
+	@Message(id = 43041, value = "Unexpected exception while sending Closed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_sendClosed_1();
+
+	@Message(id = 43042, value = "Unexpected exception while sending Compensated", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_sendCompensated_1();
+
+	@Message(id = 43043, value = "Unexpected exception while sending Exited", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_sendExited_1();
+
+	@Message(id = 43044, value = "Unexpected exception while sending Fail", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_sendFault_1();
+
+	@Message(id = 43045, value = "Unexpected exception while sending Faulted", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_sendFaulted_1();
+
+	@Message(id = 43046, value = "Unexpected exception thrown from soapFault:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_soapFault_1();
+
+	@Message(id = 43047, value = "SoapFault called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_soapFault_2(String arg0);
+
+	@Message(id = 43048, value = "Unexpected exception thrown from status:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_status_1();
+
+	@Message(id = 43049, value = "Status called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionCoordinatorProcessorImpl_status_2(String arg0);
+
+	@Message(id = 43050, value = "Unexpected exception thrown from cancel:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionParticipantProcessorImpl_cancel_1();
+
+	@Message(id = 43051, value = "Cancel called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionParticipantProcessorImpl_cancel_2(String arg0);
+
+	@Message(id = 43052, value = "Unexpected exception thrown from close:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionParticipantProcessorImpl_close_1();
+
+	@Message(id = 43053, value = "Close called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionParticipantProcessorImpl_close_2(String arg0);
+
+	@Message(id = 43054, value = "Unexpected exception thrown from compensate:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionParticipantProcessorImpl_compensate_1();
+
+	@Message(id = 43055, value = "Compensate called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionParticipantProcessorImpl_compensate_2(String arg0);
+
+	@Message(id = 43056, value = "Unexpected exception thrown from complete:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionParticipantProcessorImpl_complete_1();
+
+	@Message(id = 43057, value = "Complete called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionParticipantProcessorImpl_complete_2(String arg0);
+
+	@Message(id = 43058, value = "Complete called on unknown participant", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionParticipantProcessorImpl_complete_3();
+
+	@Message(id = 43059, value = "Unexpected exception thrown from exited:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionParticipantProcessorImpl_exited_1();
+
+	@Message(id = 43060, value = "Exited called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionParticipantProcessorImpl_exited_2(String arg0);
+
+	@Message(id = 43061, value = "Unexpected exception thrown from faulted:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionParticipantProcessorImpl_faulted_1();
+
+	@Message(id = 43062, value = "Faulted called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionParticipantProcessorImpl_faulted_2(String arg0);
+
+	@Message(id = 43063, value = "Unexpected exception thrown from getStatus:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionParticipantProcessorImpl_getStatus_1();
+
+	@Message(id = 43064, value = "GetStatus called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionParticipantProcessorImpl_getStatus_2(String arg0);
+
+	@Message(id = 43065, value = "Unexpected exception while sending InvalidStateFault to coordinator for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionParticipantProcessorImpl_getStatus_3(String arg0);
+
+	@Message(id = 43066, value = "GetStatus requested for unknown coordinator completion participant", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionParticipantProcessorImpl_getStatus_4();
+
+	@Message(id = 43067, value = "Unexpected exception thrown from soapFault:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionParticipantProcessorImpl_soapFault_1();
+
+	@Message(id = 43068, value = "SoapFault called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionParticipantProcessorImpl_soapFault_2(String arg0);
+
+	@Message(id = 43069, value = "Unexpected exception thrown from status:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionParticipantProcessorImpl_status_1();
+
+	@Message(id = 43070, value = "Status called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorCompletionParticipantProcessorImpl_status_2(String arg0);
+
+	@Message(id = 43071, value = "Unexpected exception thrown from aborted:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorProcessorImpl_aborted_1();
+
+	@Message(id = 43072, value = "Aborted called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorProcessorImpl_aborted_2(String arg0);
+
+	@Message(id = 43073, value = "Unexpected exception thrown from committed:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorProcessorImpl_committed_1();
+
+	@Message(id = 43074, value = "Committed called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorProcessorImpl_committed_2(String arg0);
+
+	@Message(id = 43075, value = "Unexpected exception thrown from prepared:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorProcessorImpl_prepared_1();
+
+	@Message(id = 43076, value = "Prepared called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorProcessorImpl_prepared_2(String arg0);
+
+	@Message(id = 43077, value = "Ignoring prepared called on unidentified coordinator until recovery pass is complete: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorProcessorImpl_prepared_3(String arg0);
+
+	@Message(id = 43078, value = "Unexpected exception thrown from readOnly:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorProcessorImpl_readOnly_1();
+
+	@Message(id = 43079, value = "ReadOnly called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorProcessorImpl_readOnly_2(String arg0);
+
+	@Message(id = 43080, value = "Unexpected exception thrown from replay:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorProcessorImpl_replay_1();
+
+	@Message(id = 43081, value = "Replay called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorProcessorImpl_replay_2(String arg0);
+
+	@Message(id = 43082, value = "Unknown Transaction.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorProcessorImpl_sendInvalidState_1();
+
+	@Message(id = 43083, value = "Unexpecting exception while sending InvalidState", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorProcessorImpl_sendInvalidState_2();
+
+	@Message(id = 43084, value = "Unexpected exception while sending Rollback", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorProcessorImpl_sendRollback_1();
+
+	@Message(id = 43085, value = "Unexpected exception thrown from soapFault:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorProcessorImpl_soapFault_1();
+
+	@Message(id = 43086, value = "SoapFault called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_CoordinatorProcessorImpl_soapFault_2(String arg0);
+
+	@Message(id = 43087, value = "Unexpected exception thrown from cancelled:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_cancelled_1();
+
+	@Message(id = 43088, value = "Cancelled called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_cancelled_2(String arg0);
+
+	@Message(id = 43089, value = "Unexpected exception thrown from closed:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_closed_1();
+
+	@Message(id = 43090, value = "Closed called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_closed_2(String arg0);
+
+	@Message(id = 43091, value = "Unexpected exception thrown from compensated:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_compensated_1();
+
+	@Message(id = 43092, value = "Compensated called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_compensated_2(String arg0);
+
+	@Message(id = 43093, value = "Unexpected exception thrown from completed:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_completed_1();
+
+	@Message(id = 43094, value = "Completed called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_completed_2(String arg0);
+
+	@Message(id = 43095, value = "Ignoring completed called on unidentified coordinator until recovery pass is complete: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_completed_3(String arg0);
+
+	@Message(id = 43096, value = "Unexpected exception thrown from exit:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_exit_1();
+
+	@Message(id = 43097, value = "Exit called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_exit_2(String arg0);
+
+	@Message(id = 43098, value = "Unexpected exception thrown from fault:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_fault_1();
+
+	@Message(id = 43099, value = "Fault called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_fault_2(String arg0);
+
+	@Message(id = 43100, value = "Ignoring fault called on unidentified coordinator until recovery pass is complete: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_fault_3(String arg0);
+
+	@Message(id = 43101, value = "Unexpected exception thrown from getStatus:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_getStatus_1();
+
+	@Message(id = 43102, value = "GetStatus called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_getStatus_2(String arg0);
+
+	@Message(id = 43103, value = "Unexpected exception while sending InvalidStateFault to participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_getStatus_3(String arg0);
+
+	@Message(id = 43104, value = "GetStatus requested for unknown coordinator completion participant", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_getStatus_4();
+
+	@Message(id = 43105, value = "GetStatus dropped for unknown coordinator completion participant {0} awaiting recovery scan completion", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_getStatus_5(String arg0);
+
+	@Message(id = 43106, value = "Unexpected exception while sending Exited", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_sendExited_1();
+
+	@Message(id = 43107, value = "Unexpected exception while sending Faulted", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_sendFaulted_1();
+
+	@Message(id = 43108, value = "Unexpected exception thrown from soapFault:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_soapFault_1();
+
+	@Message(id = 43109, value = "SoapFault called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_soapFault_2(String arg0);
+
+	@Message(id = 43110, value = "Unexpected exception thrown from status:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_status_1();
+
+	@Message(id = 43111, value = "Status called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionCoordinatorProcessorImpl_status_2(String arg0);
+
+	@Message(id = 43112, value = "Unexpected exception thrown from cancel:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionParticipantProcessorImpl_cancel_1();
+
+	@Message(id = 43113, value = "Cancel called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionParticipantProcessorImpl_cancel_2(String arg0);
+
+	@Message(id = 43114, value = "Unexpected exception thrown from close:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionParticipantProcessorImpl_close_1();
+
+	@Message(id = 43115, value = "Close called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionParticipantProcessorImpl_close_2(String arg0);
+
+	@Message(id = 43116, value = "Unexpected exception thrown from compensate:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionParticipantProcessorImpl_compensate_1();
+
+	@Message(id = 43117, value = "Compensate called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionParticipantProcessorImpl_compensate_2(String arg0);
+
+	@Message(id = 43118, value = "Unexpected exception thrown from exited:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionParticipantProcessorImpl_exited_1();
+
+	@Message(id = 43119, value = "Exited called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionParticipantProcessorImpl_exited_2(String arg0);
+
+	@Message(id = 43120, value = "Unexpected exception thrown from faulted:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionParticipantProcessorImpl_faulted_1();
+
+	@Message(id = 43121, value = "Faulted called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionParticipantProcessorImpl_faulted_2(String arg0);
+
+	@Message(id = 43122, value = "Unexpected exception thrown from getStatus:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionParticipantProcessorImpl_getStatus_1();
+
+	@Message(id = 43123, value = "Complete called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionParticipantProcessorImpl_getStatus_2(String arg0);
+
+	@Message(id = 43124, value = "Unexpected exception while sending InvalidStateFault to coordinator for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionParticipantProcessorImpl_getStatus_3(String arg0);
+
+	@Message(id = 43125, value = "GetStatus requested for unknown coordinator completion participant", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionParticipantProcessorImpl_getStatus_4();
+
+	@Message(id = 43126, value = "Unexpected exception while sending Cancelled", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionParticipantProcessorImpl_sendCancelled_1();
+
+	@Message(id = 43127, value = "Unexpected exception while sending Closed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionParticipantProcessorImpl_sendClosed_1();
+
+	@Message(id = 43128, value = "Unexpected exception while sending Compensated", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionParticipantProcessorImpl_sendCompensated_1();
+
+	@Message(id = 43129, value = "Unexpected exception thrown from soapFault:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionParticipantProcessorImpl_soapFault_1();
+
+	@Message(id = 43130, value = "SoapFault called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionParticipantProcessorImpl_soapFault_2(String arg0);
+
+	@Message(id = 43131, value = "Unexpected exception thrown from status:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionParticipantProcessorImpl_status_1();
+
+	@Message(id = 43132, value = "Status called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantCompletionParticipantProcessorImpl_status_2(String arg0);
+
+	@Message(id = 43133, value = "Unexpected exception thrown from commit:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantProcessorImpl_commit_1();
+
+	@Message(id = 43134, value = "Commit called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantProcessorImpl_commit_2(String arg0);
+
+	@Message(id = 43135, value = "Commit request dropped pending WS-AT participant recovery manager initialization for participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantProcessorImpl_commit_3(String arg0);
+
+	@Message(id = 43136, value = "Commit request dropped pending WS-AT participant recovery manager scan for unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantProcessorImpl_commit_4(String arg0);
+
+	@Message(id = 43137, value = "Commit request dropped pending registration of application-specific recovery module for WS-AT participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantProcessorImpl_commit_5(String arg0);
+
+	@Message(id = 43138, value = "Unexpected exception thrown from prepare:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantProcessorImpl_prepare_1();
+
+	@Message(id = 43139, value = "Prepare called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantProcessorImpl_prepare_2(String arg0);
+
+	@Message(id = 43140, value = "Prepare request dropped pending WS-AT participant recovery manager initialization for participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantProcessorImpl_prepare_3(String arg0);
+
+	@Message(id = 43141, value = "Unexpected exception thrown from rollback:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantProcessorImpl_rollback_1();
+
+	@Message(id = 43142, value = "Rollback called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantProcessorImpl_rollback_2(String arg0);
+
+	@Message(id = 43143, value = "Rollback request dropped pending WS-AT participant recovery manager initialization for participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantProcessorImpl_rollback_3(String arg0);
+
+	@Message(id = 43144, value = "Rollback request dropped pending WS-AT participant recovery manager scan for unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantProcessorImpl_rollback_4(String arg0);
+
+	@Message(id = 43145, value = "Rollback request dropped pending registration of application-specific recovery module for WS-AT participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantProcessorImpl_rollback_5(String arg0);
+
+	@Message(id = 43146, value = "Unexpected exception while sending Aborted", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantProcessorImpl_sendAborted_1();
+
+	@Message(id = 43147, value = "Unexpected exception while sending Committed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantProcessorImpl_sendCommitted_1();
+
+	@Message(id = 43148, value = "Unexpected exception thrown from soapFault:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantProcessorImpl_soapFault_1();
+
+	@Message(id = 43149, value = "SoapFault called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_ParticipantProcessorImpl_soapFault_2(String arg0);
+
+	@Message(id = 43150, value = "Unknown transaction", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_TerminatorParticipantProcessorImpl_1();
+
+	@Message(id = 43151, value = "Close called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_TerminatorParticipantProcessorImpl_10(String arg0);
+
+	@Message(id = 43152, value = "Unknown participant", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_TerminatorParticipantProcessorImpl_11();
+
+	@Message(id = 43153, value = "Unknown transaction", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_TerminatorParticipantProcessorImpl_12();
+
+	@Message(id = 43154, value = "Unknown error: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_TerminatorParticipantProcessorImpl_13(String arg0);
+
+	@Message(id = 43155, value = "Unexpected exception thrown from complete:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_TerminatorParticipantProcessorImpl_14();
+
+	@Message(id = 43156, value = "Complete called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_TerminatorParticipantProcessorImpl_15(String arg0);
+
+	@Message(id = 43157, value = "Unknown participant", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_TerminatorParticipantProcessorImpl_16();
+
+	@Message(id = 43158, value = "Unknown error: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_TerminatorParticipantProcessorImpl_2(String arg0);
+
+	@Message(id = 43159, value = "Unexpected exception thrown from cancel:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_TerminatorParticipantProcessorImpl_3();
+
+	@Message(id = 43160, value = "Cancel called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_TerminatorParticipantProcessorImpl_4(String arg0);
+
+	@Message(id = 43161, value = "Unknown participant", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_TerminatorParticipantProcessorImpl_5();
+
+	@Message(id = 43162, value = "Unknown transaction", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_TerminatorParticipantProcessorImpl_6();
+
+	@Message(id = 43163, value = "Transaction rolled back", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_TerminatorParticipantProcessorImpl_7();
+
+	@Message(id = 43164, value = "Unknown error: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_TerminatorParticipantProcessorImpl_8(String arg0);
+
+	@Message(id = 43165, value = "Unexpected exception thrown from close:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_TerminatorParticipantProcessorImpl_9();
+
+	@Message(id = 43166, value = "Unexpected exception from coordinator completed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionCoordinatorEngine_executeCompleted_1();
+
+	@Message(id = 43167, value = "Unexpected exception from coordinator exit", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionCoordinatorEngine_executeExit_1();
+
+	@Message(id = 43168, value = "Unexpected exception from coordinator fault", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionCoordinatorEngine_executeFault_1();
+
+	@Message(id = 43169, value = "Unexpected exception while sending Cancel", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionCoordinatorEngine_sendCancel_1();
+
+	@Message(id = 43170, value = "Unexpected exception while sending Close", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionCoordinatorEngine_sendClose_1();
+
+	@Message(id = 43171, value = "Unexpected exception while sending Compensate", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionCoordinatorEngine_sendCompensate_1();
+
+	@Message(id = 43172, value = "Unexpected exception while sending Complete", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionCoordinatorEngine_sendComplete_1();
+
+	@Message(id = 43173, value = "Unexpected exception while sending Exited", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionCoordinatorEngine_sendExited_1();
+
+	@Message(id = 43174, value = "Unexpected exception while sending Faulted", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionCoordinatorEngine_sendFaulted_1();
+
+	@Message(id = 43175, value = "Unexpected exception while sending Status", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionCoordinatorEngine_sendStatus_1();
+
+	@Message(id = 43176, value = "Unable to write recovery record during completed for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_completed_1(String arg0);
+
+	@Message(id = 43177, value = "Unable to delete recovery record during completed for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_completed_2(String arg0);
+
+	@Message(id = 43178, value = "Unexpected exception from participant cancel for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_executeCancel_1(String arg0);
+
+	@Message(id = 43179, value = "Unexpected exception from participant close for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_executeClose_1(String arg0);
+
+	@Message(id = 43180, value = "Unable to delete recovery record during close for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_executeClose_2(String arg0);
+
+	@Message(id = 43181, value = "Faulted exception from participant compensate for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_executeCompensate_1(String arg0);
+
+	@Message(id = 43182, value = "Unexpected exception from participant compensate for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_executeCompensate_2(String arg0);
+
+	@Message(id = 43183, value = "Unable to delete recovery record during compensate for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_executeCompensate_3(String arg0);
+
+	@Message(id = 43184, value = "Unexpected exception from participant complete for WS-BA  parfticipant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_executeComplete_1(String arg0);
+
+	@Message(id = 43185, value = "Unable to write log record during participant complete for WS-BA  parfticipant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_executeComplete_2(String arg0);
+
+	@Message(id = 43186, value = "Unable to delete recovery record during faulted for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_faulted_1(String arg0);
+
+	@Message(id = 43187, value = "Unknown error: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_getStatus_1(String arg0);
+
+	@Message(id = 43188, value = "Unexpected exception while sending Cancelled", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_sendCancelled_1();
+
+	@Message(id = 43189, value = "Unexpected exception while sending Closed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_sendClosed_1();
+
+	@Message(id = 43190, value = "Unexpected exception while sending Compensated", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_sendCompensated_1();
+
+	@Message(id = 43191, value = "Unexpected exception while sending Completed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_sendCompleted_1();
+
+	@Message(id = 43192, value = "Unexpected exception while sending Exit", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_sendExit_1();
+
+	@Message(id = 43193, value = "Unexpected exception while sending Fault", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_sendFault_1();
+
+	@Message(id = 43194, value = "Unexpected exception while sending Status", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_sendStatus_1();
+
+	@Message(id = 43195, value = "Unable to delete recovery record during soapFault processing for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_soapFault_1(String arg0);
+
+	@Message(id = 43196, value = "Cancelling participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_soapFault_2(String arg0);
+
+	@Message(id = 43197, value = "Notifying unexpected error for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_soapFault_3(String arg0);
+
+	@Message(id = 43198, value = "Unexpecting exception while sending Commit", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorEngine_sendCommit_1();
+
+	@Message(id = 43199, value = "Inconsistent internal state.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorEngine_sendInvalidState_1();
+
+	@Message(id = 43200, value = "Unexpecting exception while sending InvalidState", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorEngine_sendInvalidState_2();
+
+	@Message(id = 43201, value = "Unexpecting exception while sending Prepare", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorEngine_sendPrepare_1();
+
+	@Message(id = 43202, value = "Unexpecting exception while sending Rollback", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorEngine_sendRollback_1();
+
+	@Message(id = 43203, value = "Unexpected SOAP fault for coordinator {0}: {1} {2}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_CoordinatorEngine_soapFault_1(String arg0, String arg1, String arg2);
+
+	@Message(id = 43204, value = "Unexpected exception from coordinator completed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionCoordinatorEngine_executeCompleted_1();
+
+	@Message(id = 43205, value = "Unexpected exception from coordinator exit", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionCoordinatorEngine_executeExit_1();
+
+	@Message(id = 43206, value = "Unexpected exception from coordinator fault", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionCoordinatorEngine_executeFault_1();
+
+	@Message(id = 43207, value = "Unexpected exception while sending Cancel", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionCoordinatorEngine_sendCancel_1();
+
+	@Message(id = 43208, value = "Unexpected exception while sending Close", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionCoordinatorEngine_sendClose_1();
+
+	@Message(id = 43209, value = "Unexpected exception while sending Compensate", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionCoordinatorEngine_sendCompensate_1();
+
+	@Message(id = 43210, value = "Unexpected exception while sending Exited", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionCoordinatorEngine_sendExited_1();
+
+	@Message(id = 43211, value = "Unexpected exception while sending Faulted", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionCoordinatorEngine_sendFaulted_1();
+
+	@Message(id = 43212, value = "Unexpected exception while sending Status", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionCoordinatorEngine_sendStatus_1();
+
+	@Message(id = 43213, value = "Unable to write recovery record during completed for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionParticipantEngine_completed_1(String arg0);
+
+	@Message(id = 43214, value = "Unable to delete recovery record during completed for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionParticipantEngine_completed_2(String arg0);
+
+	@Message(id = 43215, value = "Unexpected exception from participant cancel fro WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionParticipantEngine_executeCancel_1(String arg0);
+
+	@Message(id = 43216, value = "Unexpected exception from participant close for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionParticipantEngine_executeClose_1(String arg0);
+
+	@Message(id = 43217, value = "Unable to delete recovery record during close for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionParticipantEngine_executeClose_2(String arg0);
+
+	@Message(id = 43218, value = "Faulted exception from participant compensate for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionParticipantEngine_executeCompensate_1(String arg0);
+
+	@Message(id = 43219, value = "Unexpected exception from participant compensate for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionParticipantEngine_executeCompensate_2(String arg0);
+
+	@Message(id = 43220, value = "Unable to delete recovery record during compensate for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionParticipantEngine_executeCompensate_3(String arg0);
+
+	@Message(id = 43221, value = "Unable to delete recovery record during faulted for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionParticipantEngine_faulted_1(String arg0);
+
+	@Message(id = 43222, value = "Unknown error: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionParticipantEngine_getStatus_1(String arg0);
+
+	@Message(id = 43223, value = "Unexpected exception while sending Cancelled", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionParticipantEngine_sendCancelled_1();
+
+	@Message(id = 43224, value = "Unexpected exception while sending Closed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionParticipantEngine_sendClosed_1();
+
+	@Message(id = 43225, value = "Unexpected exception while sending Compensated", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionParticipantEngine_sendCompensated_1();
+
+	@Message(id = 43226, value = "Unexpected exception while sending Completed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionParticipantEngine_sendCompleted_1();
+
+	@Message(id = 43227, value = "Unexpected exception while sending Exit", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionParticipantEngine_sendExit_1();
+
+	@Message(id = 43228, value = "Unexpected exception while sending Fault", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionParticipantEngine_sendFault_1();
+
+	@Message(id = 43229, value = "Unexpected exception while sending Status", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionParticipantEngine_sendStatus_1();
+
+	@Message(id = 43230, value = "Unable to delete recovery record during soapFault processing for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionParticipantEngine_soapFault_1(String arg0);
+
+	@Message(id = 43231, value = "Cancelling participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionParticipantEngine_soapFault_2(String arg0);
+
+	@Message(id = 43232, value = "Notifying unexpected error for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantCompletionParticipantEngine_soapFault_3(String arg0);
+
+	@Message(id = 43233, value = "Unable to delete recovery record during prepare for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantEngine_commitDecision_2(String arg0);
+
+	@Message(id = 43234, value = "Unable to delete recovery record at commit for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantEngine_commitDecision_3(String arg0);
+
+	@Message(id = 43235, value = "Unexpected exception from participant commit", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantEngine_executeCommit_1();
+
+	@Message(id = 43236, value = "Unexpected exception from participant prepare", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantEngine_executePrepare_1();
+
+	@Message(id = 43237, value = "Unexpected result from participant prepare: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantEngine_executePrepare_2(String arg0);
+
+	@Message(id = 43238, value = "Unexpected exception from participant rollback", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantEngine_executeRollback_1();
+
+	@Message(id = 43239, value = "could not delete recovery record for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantEngine_rollback_1(String arg0);
+
+	@Message(id = 43240, value = "Unexpected exception while sending Aborted", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantEngine_sendAborted_1();
+
+	@Message(id = 43241, value = "Unexpected exception while sending Committed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantEngine_sendCommitted_1();
+
+	@Message(id = 43242, value = "Unexpected exception while sending Prepared", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantEngine_sendPrepared_1();
+
+	@Message(id = 43243, value = "Unexpected exception while sending ReadOnly", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantEngine_sendReadOnly_1();
+
+	@Message(id = 43244, value = "Unexpected exception while sending Replay", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantEngine_sendReplay_1();
+
+	@Message(id = 43245, value = "Unexpected SOAP fault for participant {0}: {1} {2}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantEngine_soapFault_1(String arg0, String arg1, String arg2);
+
+	@Message(id = 43246, value = "Unrecoverable error for participant {0} : {1} {2}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantEngine_soapFault_2(String arg0, String arg1, String arg2);
+
+	@Message(id = 43247, value = "Unable to delete recovery record at commit for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_messaging_engines_ParticipantEngine_soapFault_3(String arg0);
+
+	@Message(id = 43248, value = "Unknown error", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_stub_BusinessActivityTerminatorStub_1();
+
+	@Message(id = 43249, value = "Error persisting participant state", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_stub_BusinessAgreementWithCoordinatorCompletionStub_2();
+
+	@Message(id = 43250, value = "Error restoring participant state", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_stub_BusinessAgreementWithCoordinatorCompletionStub_3();
+
+	@Message(id = 43251, value = "Error persisting participant state", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_stub_BusinessAgreementWithParticipantCompletionStub_2();
+
+	@Message(id = 43252, value = "Error restoring participant state", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_stub_BusinessAgreementWithParticipantCompletionStub_3();
+
+	@Message(id = 43253, value = "Error persisting participant state", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_stub_ParticipantStub_1();
+
+	@Message(id = 43254, value = "Error restoring participant state", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_stub_ParticipantStub_2();
+
+	@Message(id = 43255, value = "Unknown transaction", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CompletionCoordinatorProcessorImpl_1();
+
+	@Message(id = 43256, value = "Unknown participant", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CompletionCoordinatorProcessorImpl_10();
+
+	@Message(id = 43257, value = "Unknown error: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CompletionCoordinatorProcessorImpl_2(String arg0);
+
+	@Message(id = 43258, value = "Unexpected exception thrown from commit:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CompletionCoordinatorProcessorImpl_3();
+
+	@Message(id = 43259, value = "Commit called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CompletionCoordinatorProcessorImpl_4(String arg0);
+
+	@Message(id = 43260, value = "Unknown participant", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CompletionCoordinatorProcessorImpl_5();
+
+	@Message(id = 43261, value = "Unknown transaction", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CompletionCoordinatorProcessorImpl_6();
+
+	@Message(id = 43262, value = "Unknown error: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CompletionCoordinatorProcessorImpl_7(String arg0);
+
+	@Message(id = 43263, value = "Unexpected exception thrown from rollback:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CompletionCoordinatorProcessorImpl_8();
+
+	@Message(id = 43264, value = "Rollback called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CompletionCoordinatorProcessorImpl_9(String arg0);
+
+	@Message(id = 43265, value = "Unexpected exception thrown from cancelled:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_cancelled_1();
+
+	@Message(id = 43266, value = "Cancelled called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_cancelled_2(String arg0);
+
+	@Message(id = 43267, value = "Unexpected exception thrown from cannotComplete:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_cannotComplete_1();
+
+	@Message(id = 43268, value = "cannotComplete called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_cannotComplete_2(String arg0);
+
+	@Message(id = 43269, value = "Unexpected exception thrown from closed:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_closed_1();
+
+	@Message(id = 43270, value = "Closed called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_closed_2(String arg0);
+
+	@Message(id = 43271, value = "Unexpected exception thrown from compensated:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_compensated_1();
+
+	@Message(id = 43272, value = "Compensated called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_compensated_2(String arg0);
+
+	@Message(id = 43273, value = "Unexpected exception thrown from completed:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_completed_1();
+
+	@Message(id = 43274, value = "Completed called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_completed_2(String arg0);
+
+	@Message(id = 43275, value = "Ignoring completed called on unidentified coordinator until recovery pass is complete: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_completed_3(String arg0);
+
+	@Message(id = 43276, value = "Unexpected exception thrown from exit:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_exit_1();
+
+	@Message(id = 43277, value = "Exit called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_exit_2(String arg0);
+
+	@Message(id = 43278, value = "Unexpected exception thrown from failed:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_fail_1();
+
+	@Message(id = 43279, value = "Failed called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_fail_2(String arg0);
+
+	@Message(id = 43280, value = "Ignoring fail called on unidentified coordinator until recovery pass is complete: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_fail_3(String arg0);
+
+	@Message(id = 43281, value = "Unexpected exception thrown from getStatus:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_getStatus_1();
+
+	@Message(id = 43282, value = "GetStatus called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_getStatus_2(String arg0);
+
+	@Message(id = 43283, value = "Unexpected exception while sending InvalidStateFault to participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_getStatus_3(String arg0);
+
+	@Message(id = 43284, value = "GetStatus requested for unknown coordinator completion participant", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_getStatus_4();
+
+	@Message(id = 43285, value = "GetStatus dropped for unknown coordinator completion participant {0} while waiting on recovery scan", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_getStatus_5(String arg0);
+
+	@Message(id = 43286, value = "Unexpected exception while sending Cancelled", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_sendCancelled_1();
+
+	@Message(id = 43287, value = "Unexpected exception while sending Closed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_sendClosed_1();
+
+	@Message(id = 43288, value = "Unexpected exception while sending Compensated", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_sendCompensated_1();
+
+	@Message(id = 43289, value = "Unexpected exception while sending Exited", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_sendExited_1();
+
+	@Message(id = 43290, value = "Unexpected exception while sending Fail", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_sendFail_1();
+
+	@Message(id = 43291, value = "Unexpected exception while sending Faulted", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_sendFailed_1();
+
+	@Message(id = 43292, value = "Unexpected exception while sending NotCompleted", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_sendNotCompleted_1();
+
+	@Message(id = 43293, value = "Unexpected exception thrown from soapFault:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_soapFault_1();
+
+	@Message(id = 43294, value = "SoapFault called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_soapFault_2(String arg0);
+
+	@Message(id = 43295, value = "Unexpected exception thrown from status:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_status_1();
+
+	@Message(id = 43296, value = "Status called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_status_2(String arg0);
+
+	@Message(id = 43297, value = "Unexpected exception thrown from cancel:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_cancel_1();
+
+	@Message(id = 43298, value = "Cancel called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_cancel_2(String arg0);
+
+	@Message(id = 43299, value = "Cancel request dropped pending WS-BA participant recovery manager initialization for participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_cancel_3(String arg0);
+
+	@Message(id = 43300, value = "Cancel request dropped pending WS-BA participant recovery manager scan for unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_cancel_4(String arg0);
+
+	@Message(id = 43301, value = "Cancel request dropped pending registration of application-specific recovery module for WS-BA participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_cancel_5(String arg0);
+
+	@Message(id = 43302, value = "Unexpected exception thrown from close:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_close_1();
+
+	@Message(id = 43303, value = "Close called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_close_2(String arg0);
+
+	@Message(id = 43304, value = "Close request dropped pending WS-BA participant recovery manager initialization for participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_close_3(String arg0);
+
+	@Message(id = 43305, value = "Close request dropped pending WS-BA participant recovery manager scan for unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_close_4(String arg0);
+
+	@Message(id = 43306, value = "Close request dropped pending registration of application-specific recovery module for WS-BA participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_close_5(String arg0);
+
+	@Message(id = 43307, value = "Unexpected exception thrown from compensate:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_compensate_1();
+
+	@Message(id = 43308, value = "Compensate called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_compensate_2(String arg0);
+
+	@Message(id = 43309, value = "Compensate request dropped pending WS-BA participant recovery manager initialization for participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_compensate_3(String arg0);
+
+	@Message(id = 43310, value = "Compensate request dropped pending WS-BA participant recovery manager scan for unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_compensate_4(String arg0);
+
+	@Message(id = 43311, value = "Compensate request dropped pending registration of application-specific recovery module for WS-BA participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_compensate_5(String arg0);
+
+	@Message(id = 43312, value = "Unexpected exception thrown from complete:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_complete_1();
+
+	@Message(id = 43313, value = "Complete called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_complete_2(String arg0);
+
+	@Message(id = 43314, value = "Complete called on unknown participant", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_complete_3();
+
+	@Message(id = 43315, value = "Complete request dropped pending WS-BA participant recovery manager initialization for participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_complete_4(String arg0);
+
+	@Message(id = 43316, value = "Complete request dropped pending WS-BA participant recovery manager scan for unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_complete_5(String arg0);
+
+	@Message(id = 43317, value = "Complete request dropped pending registration of application-specific recovery module for WS-BA participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_complete_6(String arg0);
+
+	@Message(id = 43318, value = "Unexpected exception thrown from exited:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_exited_1();
+
+	@Message(id = 43319, value = "Exited called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_exited_2(String arg0);
+
+	@Message(id = 43320, value = "Unexpected exception thrown from failed:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_failed_1();
+
+	@Message(id = 43321, value = "Failed called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_failed_2(String arg0);
+
+	@Message(id = 43322, value = "Unexpected exception thrown from getStatus:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_getStatus_1();
+
+	@Message(id = 43323, value = "GetStatus called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_getStatus_2(String arg0);
+
+	@Message(id = 43324, value = "Unexpected exception while sending InvalidStateFault to coordinator for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_getStatus_3(String arg0);
+
+	@Message(id = 43325, value = "GetStatus requested for unknown coordinator completion participant", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_getStatus_4();
+
+	@Message(id = 43326, value = "Unexpected exception thrown from notCompleted:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_notCompleted_1();
+
+	@Message(id = 43327, value = "NotCompleted called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_notCompleted_2(String arg0);
+
+	@Message(id = 43328, value = "Unexpected exception thrown from soapFault:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_soapFault_1();
+
+	@Message(id = 43329, value = "SoapFault called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_soapFault_2(String arg0);
+
+	@Message(id = 43330, value = "Unexpected exception thrown from status:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_status_1();
+
+	@Message(id = 43331, value = "Status called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_status_2(String arg0);
+
+	@Message(id = 43332, value = "Unexpected exception thrown from aborted:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorProcessorImpl_aborted_1();
+
+	@Message(id = 43333, value = "Aborted called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorProcessorImpl_aborted_2(String arg0);
+
+	@Message(id = 43334, value = "Unexpected exception thrown from committed:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorProcessorImpl_committed_1();
+
+	@Message(id = 43335, value = "Committed called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorProcessorImpl_committed_2(String arg0);
+
+	@Message(id = 43336, value = "Unexpected exception thrown from prepared:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorProcessorImpl_prepared_1();
+
+	@Message(id = 43337, value = "Prepared called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorProcessorImpl_prepared_2(String arg0);
+
+	@Message(id = 43338, value = "Ignoring prepared called on unidentified coordinator until recovery pass is complete: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorProcessorImpl_prepared_3(String arg0);
+
+	@Message(id = 43339, value = "Unexpected exception thrown from readOnly:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorProcessorImpl_readOnly_1();
+
+	@Message(id = 43340, value = "ReadOnly called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorProcessorImpl_readOnly_2(String arg0);
+
+	@Message(id = 43341, value = "Unexpected exception while sending Rollback", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorProcessorImpl_sendRollback_1();
+
+	@Message(id = 43342, value = "Unknown Transaction.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorProcessorImpl_sendUnknownTransaction_1();
+
+	@Message(id = 43343, value = "Unexpecting exception while sending InvalidState", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorProcessorImpl_sendUnknownTransaction_2();
+
+	@Message(id = 43344, value = "Unexpected exception thrown from soapFault:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorProcessorImpl_soapFault_1();
+
+	@Message(id = 43345, value = "SoapFault called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_CoordinatorProcessorImpl_soapFault_2(String arg0);
+
+	@Message(id = 43346, value = "Unexpected exception thrown from cancelled:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_cancelled_1();
+
+	@Message(id = 43347, value = "Cancelled called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_cancelled_2(String arg0);
+
+	@Message(id = 43348, value = "Unexpected exception thrown from cannot complete:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_cannotComplete_1();
+
+	@Message(id = 43349, value = "Cannot complete called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_cannotComplete_2(String arg0);
+
+	@Message(id = 43350, value = "Unexpected exception thrown from closed:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_closed_1();
+
+	@Message(id = 43351, value = "Closed called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_closed_2(String arg0);
+
+	@Message(id = 43352, value = "Unexpected exception thrown from compensated:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_compensated_1();
+
+	@Message(id = 43353, value = "Compensated called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_compensated_2(String arg0);
+
+	@Message(id = 43354, value = "Unexpected exception thrown from completed:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_completed_1();
+
+	@Message(id = 43355, value = "Completed called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_completed_2(String arg0);
+
+	@Message(id = 43356, value = "Ignoring completed called on unidentified coordinator until recovery pass is complete: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_completed_3(String arg0);
+
+	@Message(id = 43357, value = "Unexpected exception thrown from exit:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_exit_1();
+
+	@Message(id = 43358, value = "Exit called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_exit_2(String arg0);
+
+	@Message(id = 43359, value = "Unexpected exception thrown from fail:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_fail_1();
+
+	@Message(id = 43360, value = "Fail called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_fail_2(String arg0);
+
+	@Message(id = 43361, value = "Ignoring fail called on unidentified coordinator until recovery pass is complete: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_fail_3(String arg0);
+
+	@Message(id = 43362, value = "Unexpected exception thrown from getStatus:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_getStatus_1();
+
+	@Message(id = 43363, value = "GetStatus called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_getStatus_2(String arg0);
+
+	@Message(id = 43364, value = "Unexpected exception while sending InvalidStateFault to participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_getStatus_3(String arg0);
+
+	@Message(id = 43365, value = "GetStatus requested for unknown participant completion participant", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_getStatus_4();
+
+	@Message(id = 43366, value = "GetStatus dropped for unknown coordinator completion participant {0} while waiting on recovery scan", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_getStatus_5(String arg0);
+
+	@Message(id = 43367, value = "Unexpected exception while sending Exited", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_sendExited_1();
+
+	@Message(id = 43368, value = "Unexpected exception while sending Failed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_sendFailed_1();
+
+	@Message(id = 43369, value = "Unexpected exception while sending NotCompleted", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_sendNotCompleted_1();
+
+	@Message(id = 43370, value = "Unexpected exception thrown from soapFault:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_soapFault_1();
+
+	@Message(id = 43371, value = "SoapFault called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_soapFault_2(String arg0);
+
+	@Message(id = 43372, value = "Unexpected exception thrown from status:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_status_1();
+
+	@Message(id = 43373, value = "Status called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_status_2(String arg0);
+
+	@Message(id = 43374, value = "Unexpected exception thrown from cancel:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_cancel_1();
+
+	@Message(id = 43375, value = "Cancel called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_cancel_2(String arg0);
+
+	@Message(id = 43376, value = "Cancel request dropped pending WS-BA participant recovery manager initialization for participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_cancel_3(String arg0);
+
+	@Message(id = 43377, value = "Cancel request dropped pending WS-BA participant recovery manager scan for unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_cancel_4(String arg0);
+
+	@Message(id = 43378, value = "Cancel request dropped pending registration of application-specific recovery module for WS-BA participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_cancel_5(String arg0);
+
+	@Message(id = 43379, value = "Unexpected exception thrown from close:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_close_1();
+
+	@Message(id = 43380, value = "Close called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_close_2(String arg0);
+
+	@Message(id = 43381, value = "Close request dropped pending WS-BA participant recovery manager initialization for participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_close_3(String arg0);
+
+	@Message(id = 43382, value = "Close request dropped pending WS-BA participant recovery manager scan for unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_close_4(String arg0);
+
+	@Message(id = 43383, value = "Close request dropped pending registration of application-specific recovery module for WS-BA participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_close_5(String arg0);
+
+	@Message(id = 43384, value = "Unexpected exception thrown from compensate:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_compensate_1();
+
+	@Message(id = 43385, value = "Compensate called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_compensate_2(String arg0);
+
+	@Message(id = 43386, value = "Compensate request dropped pending WS-BA participant recovery manager initialization for participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_compensate_3(String arg0);
+
+	@Message(id = 43387, value = "Compensate request dropped pending WS-BA participant recovery manager scan for unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_compensate_4(String arg0);
+
+	@Message(id = 43388, value = "Compensate request dropped pending registration of application-specific recovery module for WS-BA participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_compensate_5(String arg0);
+
+	@Message(id = 43389, value = "Unexpected exception thrown from exited:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_exited_1();
+
+	@Message(id = 43390, value = "Exited called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_exited_2(String arg0);
+
+	@Message(id = 43391, value = "Unexpected exception thrown from failed:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_failed_1();
+
+	@Message(id = 43392, value = "Failed called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_failed_2(String arg0);
+
+	@Message(id = 43393, value = "Unexpected exception thrown from getStatus:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_getStatus_1();
+
+	@Message(id = 43394, value = "GetStatus called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_getStatus_2(String arg0);
+
+	@Message(id = 43395, value = "Unexpected exception while sending InvalidStateFault to coordinator for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_getStatus_3(String arg0);
+
+	@Message(id = 43396, value = "GetStatus requested for unknown participant completion participant", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_getStatus_4();
+
+	@Message(id = 43397, value = "Unexpected exception thrown from notCompleted:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_notCompleted_1();
+
+	@Message(id = 43398, value = "Exited called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_notCompleted_2(String arg0);
+
+	@Message(id = 43399, value = "Unexpected exception while sending Cancelled", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_sendCancelled_1();
+
+	@Message(id = 43400, value = "Unexpected exception while sending Closed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_sendClosed_1();
+
+	@Message(id = 43401, value = "Unexpected exception while sending Compensated", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_sendCompensated_1();
+
+	@Message(id = 43402, value = "Unexpected exception thrown from soapFault:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_soapFault_1();
+
+	@Message(id = 43403, value = "SoapFault called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_soapFault_2(String arg0);
+
+	@Message(id = 43404, value = "Unexpected exception thrown from status:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_status_1();
+
+	@Message(id = 43405, value = "Status called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_status_2(String arg0);
+
+	@Message(id = 43406, value = "Unexpected exception thrown from commit:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantProcessorImpl_commit_1();
+
+	@Message(id = 43407, value = "Commit called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantProcessorImpl_commit_2(String arg0);
+
+	@Message(id = 43408, value = "Commit request dropped pending WS-AT participant recovery manager initialization for participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantProcessorImpl_commit_3(String arg0);
+
+	@Message(id = 43409, value = "Commit request dropped pending WS-AT participant recovery manager scan for unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantProcessorImpl_commit_4(String arg0);
+
+	@Message(id = 43410, value = "Commit request dropped pending registration of application-specific recovery module for WS-AT participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantProcessorImpl_commit_5(String arg0);
+
+	@Message(id = 43411, value = "Unexpected exception thrown from prepare:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantProcessorImpl_prepare_1();
+
+	@Message(id = 43412, value = "Prepare called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantProcessorImpl_prepare_2(String arg0);
+
+	@Message(id = 43413, value = "Unexpected exception thrown from rollback:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantProcessorImpl_rollback_1();
+
+	@Message(id = 43414, value = "Rollback called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantProcessorImpl_rollback_2(String arg0);
+
+	@Message(id = 43415, value = "Rollback request dropped pending WS-AT participant recovery manager initialization for participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantProcessorImpl_rollback_3(String arg0);
+
+	@Message(id = 43416, value = "Rollback request dropped pending WS-AT participant recovery manager scan for unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantProcessorImpl_rollback_4(String arg0);
+
+	@Message(id = 43417, value = "Rollback request dropped pending registration of application-specific recovery module for WS-AT participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantProcessorImpl_rollback_5(String arg0);
+
+	@Message(id = 43418, value = "Unexpected exception while sending Aborted", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantProcessorImpl_sendAborted_1();
+
+	@Message(id = 43419, value = "Unexpected exception while sending Committed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantProcessorImpl_sendCommitted_1();
+
+	@Message(id = 43420, value = "Unexpected exception thrown from soapFault:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantProcessorImpl_soapFault_1();
+
+	@Message(id = 43421, value = "SoapFault called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_ParticipantProcessorImpl_soapFault_2(String arg0);
+
+	@Message(id = 43422, value = "Unknown transaction", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_TerminationCoordinatorProcessorImpl_1();
+
+	@Message(id = 43423, value = "Close called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_TerminationCoordinatorProcessorImpl_10(String arg0);
+
+	@Message(id = 43424, value = "Unknown participant", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_TerminationCoordinatorProcessorImpl_11();
+
+	@Message(id = 43425, value = "Unknown transaction", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_TerminationCoordinatorProcessorImpl_12();
+
+	@Message(id = 43426, value = "Unknown error: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_TerminationCoordinatorProcessorImpl_13(String arg0);
+
+	@Message(id = 43427, value = "Unexpected exception thrown from complete:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_TerminationCoordinatorProcessorImpl_14();
+
+	@Message(id = 43428, value = "Complete called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_TerminationCoordinatorProcessorImpl_15(String arg0);
+
+	@Message(id = 43429, value = "Unknown participant", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_TerminationCoordinatorProcessorImpl_16();
+
+	@Message(id = 43430, value = "Service {0} received unexpected fault: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_TerminationCoordinatorProcessorImpl_17(String arg0, String arg1);
+
+	@Message(id = 43431, value = "Unknown error: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_TerminationCoordinatorProcessorImpl_2(String arg0);
+
+	@Message(id = 43432, value = "Unexpected exception thrown from cancel:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_TerminationCoordinatorProcessorImpl_3();
+
+	@Message(id = 43433, value = "Cancel called on unknown participant: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_TerminationCoordinatorProcessorImpl_4(String arg0);
+
+	@Message(id = 43434, value = "Unknown participant", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_TerminationCoordinatorProcessorImpl_5();
+
+	@Message(id = 43435, value = "Unknown transaction", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_TerminationCoordinatorProcessorImpl_6();
+
+	@Message(id = 43436, value = "Transaction rolled back", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_TerminationCoordinatorProcessorImpl_7();
+
+	@Message(id = 43437, value = "Unknown error: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_TerminationCoordinatorProcessorImpl_8(String arg0);
+
+	@Message(id = 43438, value = "Unexpected exception thrown from close:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_TerminationCoordinatorProcessorImpl_9();
+
+	@Message(id = 43439, value = "Unexpected exception from coordinator cannotComplete", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionCoordinatorEngine_executeCannotComplete_1();
+
+	@Message(id = 43440, value = "Unexpected exception from coordinator completed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionCoordinatorEngine_executeCompleted_1();
+
+	@Message(id = 43441, value = "Unexpected exception from coordinator exit", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionCoordinatorEngine_executeExit_1();
+
+	@Message(id = 43442, value = "Unexpected exception from coordinator fail", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionCoordinatorEngine_executeFail_1();
+
+	@Message(id = 43443, value = "Unexpected exception while sending Cancel", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionCoordinatorEngine_sendCancel_1();
+
+	@Message(id = 43444, value = "Unexpected exception while sending Close", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionCoordinatorEngine_sendClose_1();
+
+	@Message(id = 43445, value = "Unexpected exception while sending Compensate", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionCoordinatorEngine_sendCompensate_1();
+
+	@Message(id = 43446, value = "Unexpected exception while sending Complete", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionCoordinatorEngine_sendComplete_1();
+
+	@Message(id = 43447, value = "Unexpected exception while sending Exited", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionCoordinatorEngine_sendExited_1();
+
+	@Message(id = 43448, value = "Unexpected exception while sending Faulted", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionCoordinatorEngine_sendFailed_1();
+
+	@Message(id = 43449, value = "Unexpected exception while sending InvalidStateFault", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionCoordinatorEngine_sendInvalidStateFault_1();
+
+	@Message(id = 43450, value = "Invalid coordinator completion coordinator state", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionCoordinatorEngine_sendInvalidStateFault_2();
+
+	@Message(id = 43451, value = "Unexpected exception while sending NotCompleted", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionCoordinatorEngine_sendNotCompleted_1();
+
+	@Message(id = 43452, value = "Unexpected exception while sending Status", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionCoordinatorEngine_sendStatus_1();
+
+	@Message(id = 43453, value = "Unable to write recovery record during completed for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_completed_1(String arg0);
+
+	@Message(id = 43454, value = "Unable to delete recovery record during completed for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_completed_2(String arg0);
+
+	@Message(id = 43455, value = "Faulted exception from participant cancel for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_executeCancel_1(String arg0);
+
+	@Message(id = 43456, value = "Unexpected exception from participant cancel for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_executeCancel_2(String arg0);
+
+	@Message(id = 43457, value = "Unexpected exception from participant close for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_executeClose_1(String arg0);
+
+	@Message(id = 43458, value = "Unable to delete recovery record during close for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_executeClose_2(String arg0);
+
+	@Message(id = 43459, value = "Faulted exception from participant compensate for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_executeCompensate_1(String arg0);
+
+	@Message(id = 43460, value = "Unexpected exception from participant compensate for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_executeCompensate_2(String arg0);
+
+	@Message(id = 43461, value = "Unable to delete recovery record during compensate for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_executeCompensate_3(String arg0);
+
+	@Message(id = 43462, value = "Unexpected exception from participant complete for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_executeComplete_1(String arg0);
+
+	@Message(id = 43463, value = "Unable to write log record during participant complete for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_executeComplete_2(String arg0);
+
+	@Message(id = 43464, value = "Unable to delete recovery record during failed for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_failed_1(String arg0);
+
+	@Message(id = 43465, value = "Unknown error: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_getStatus_1(String arg0);
+
+	@Message(id = 43466, value = "Unexpected exception while sending Cancelled", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_sendCancelled_1();
+
+	@Message(id = 43467, value = "Unexpected exception while sending CannotComplete", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_sendCannotComplete_1();
+
+	@Message(id = 43468, value = "Unexpected exception while sending Closed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_sendClosed_1();
+
+	@Message(id = 43469, value = "Unexpected exception while sending Compensated", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_sendCompensated_1();
+
+	@Message(id = 43470, value = "Unexpected exception while sending Completed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_sendCompleted_1();
+
+	@Message(id = 43471, value = "Unexpected exception while sending Exit", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_sendExit_1();
+
+	@Message(id = 43472, value = "Unexpected exception while sending Fail", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_sendFail_1();
+
+	@Message(id = 43473, value = "Unexpected exception while sending Status", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_sendStatus_1();
+
+	@Message(id = 43474, value = "Unable to delete recovery record during soapFault processing for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_soapFault_1(String arg0);
+
+	@Message(id = 43475, value = "Cancelling participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_soapFault_2(String arg0);
+
+	@Message(id = 43476, value = "Notifying unexpected error for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorCompletionParticipantEngine_soapFault_3(String arg0);
+
+	@Message(id = 43477, value = "Unexpecting exception while sending Commit", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorEngine_sendCommit_1();
+
+	@Message(id = 43478, value = "Unexpecting exception while sending Prepare", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorEngine_sendPrepare_1();
+
+	@Message(id = 43479, value = "Unexpecting exception while sending Rollback", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorEngine_sendRollback_1();
+
+	@Message(id = 43480, value = "Unknown transaction", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorEngine_sendUnknownTransaction_1();
+
+	@Message(id = 43481, value = "Unexpected exception while sending UnknownTransaction for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorEngine_sendUnknownTransaction_2(String arg0);
+
+	@Message(id = 43482, value = "Unexpected SOAP fault for coordinator {0}: {1} {2}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_CoordinatorEngine_soapFault_1(String arg0, String arg1, String arg2);
+
+	@Message(id = 43483, value = "Unexpected exception from coordinator error", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionCoordinatorEngine_executeCannotComplete_1();
+
+	@Message(id = 43484, value = "Unexpected exception from coordinator completed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionCoordinatorEngine_executeCompleted_1();
+
+	@Message(id = 43485, value = "Unexpected exception from coordinator exit", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionCoordinatorEngine_executeExit_1();
+
+	@Message(id = 43486, value = "Unexpected exception from coordinator fault", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionCoordinatorEngine_executeFault_1();
+
+	@Message(id = 43487, value = "Unexpected exception while sending Cancel", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionCoordinatorEngine_sendCancel_1();
+
+	@Message(id = 43488, value = "Unexpected exception while sending Close", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionCoordinatorEngine_sendClose_1();
+
+	@Message(id = 43489, value = "Unexpected exception while sending Compensate", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionCoordinatorEngine_sendCompensate_1();
+
+	@Message(id = 43490, value = "Unexpected exception while sending Exited", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionCoordinatorEngine_sendExited_1();
+
+	@Message(id = 43491, value = "Unexpected exception while sending Faulted", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionCoordinatorEngine_sendFailed_1();
+
+	@Message(id = 43492, value = "Unexpected exception while sending NotCompleted", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionCoordinatorEngine_sendNotCompleted_1();
+
+	@Message(id = 43493, value = "Unexpected exception while sending Status", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionCoordinatorEngine_sendStatus_1();
+
+	@Message(id = 43494, value = "Unable to write recovery record during completed for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_completed_1(String arg0);
+
+	@Message(id = 43495, value = "Unable to delete recovery record during completed for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_completed_2(String arg0);
+
+	@Message(id = 43496, value = "Faulted exception from participant cancel for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_executeCancel_1(String arg0);
+
+	@Message(id = 43497, value = "Unexpected exception from participant cancel for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_executeCancel_2(String arg0);
+
+	@Message(id = 43498, value = "Unexpected exception from participant close for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_executeClose_1(String arg0);
+
+	@Message(id = 43499, value = "Unable to delete recovery record during close for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_executeClose_2(String arg0);
+
+	@Message(id = 43500, value = "Faulted exception from participant compensate for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_executeCompensate_1(String arg0);
+
+	@Message(id = 43501, value = "Unexpected exception from participant compensate for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_executeCompensate_2(String arg0);
+
+	@Message(id = 43502, value = "Unable to delete recovery record during compensate for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_executeCompensate_3(String arg0);
+
+	@Message(id = 43503, value = "Unable to delete recovery record during failed for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_failed_1(String arg0);
+
+	@Message(id = 43504, value = "Unknown error: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_getStatus_1(String arg0);
+
+	@Message(id = 43505, value = "Unexpected exception while sending Cancelled", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_sendCancelled_1();
+
+	@Message(id = 43506, value = "Unexpected exception while sending Status", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_sendCannotComplete_1();
+
+	@Message(id = 43507, value = "Unexpected exception while sending Closed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_sendClosed_1();
+
+	@Message(id = 43508, value = "Unexpected exception while sending Compensated", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_sendCompensated_1();
+
+	@Message(id = 43509, value = "Unexpected exception while sending Completed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_sendCompleted_1();
+
+	@Message(id = 43510, value = "Unexpected exception while sending Exit", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_sendExit_1();
+
+	@Message(id = 43511, value = "Unexpected exception while sending Fault", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_sendFail_1();
+
+	@Message(id = 43512, value = "Unexpected exception while sending Status", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_sendStatus_1();
+
+	@Message(id = 43513, value = "Unable to delete recovery record during soapFault processing for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_soapFault_1(String arg0);
+
+	@Message(id = 43514, value = "Cancelling participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_soapFault_2(String arg0);
+
+	@Message(id = 43515, value = "Notifying unexpected error for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantCompletionParticipantEngine_soapFault_3(String arg0);
+
+	@Message(id = 43516, value = "Exception rolling back participant", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantEngine_commitDecision_1();
+
+	@Message(id = 43517, value = "Unable to delete recovery record during prepare for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantEngine_commitDecision_2(String arg0);
+
+	@Message(id = 43518, value = "Unable to delete recovery record at commit for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantEngine_commitDecision_3(String arg0);
+
+	@Message(id = 43519, value = "Unexpected exception from participant commit", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantEngine_executeCommit_1();
+
+	@Message(id = 43520, value = "Unexpected exception from participant prepare", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantEngine_executePrepare_1();
+
+	@Message(id = 43521, value = "Unexpected result from participant prepare: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantEngine_executePrepare_2(String arg0);
+
+	@Message(id = 43522, value = "Unexpected exception from participant rollback", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantEngine_executeRollback_1();
+
+	@Message(id = 43523, value = "could not delete recovery record for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantEngine_rollback_1(String arg0);
+
+	@Message(id = 43524, value = "Unexpected exception while sending Aborted", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantEngine_sendAborted_1();
+
+	@Message(id = 43525, value = "Unexpected exception while sending Committed", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantEngine_sendCommitted_1();
+
+	@Message(id = 43526, value = "Unexpected exception while sending Prepared", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantEngine_sendPrepared_1();
+
+	@Message(id = 43527, value = "Unexpected exception while sending ReadOnly", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantEngine_sendReadOnly_1();
+
+	@Message(id = 43528, value = "Unexpected SOAP fault for participant {0}: {1} {2}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantEngine_soapFault_1(String arg0, String arg1, String arg2);
+
+	@Message(id = 43529, value = "Unrecoverable error for participant {0} : {1} {2}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantEngine_soapFault_2(String arg0, String arg1, String arg2);
+
+	@Message(id = 43530, value = "Unable to delete recovery record at commit for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_messaging_engines_ParticipantEngine_soapFault_3(String arg0);
+
+	@Message(id = 43531, value = "Unknown error", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_stub_BusinessActivityTerminatorStub_1();
+
+	@Message(id = 43532, value = "Error persisting participant state", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_stub_BusinessAgreementWithCoordinatorCompletionStub_2();
+
+	@Message(id = 43533, value = "Error restoring participant state", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_stub_BusinessAgreementWithCoordinatorCompletionStub_3();
+
+	@Message(id = 43534, value = "Error persisting participant state", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_stub_BusinessAgreementWithParticipantCompletionStub_2();
+
+	@Message(id = 43535, value = "Error restoring participant state", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_stub_BusinessAgreementWithParticipantCompletionStub_3();
+
+	@Message(id = 43536, value = "Error persisting participant state", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_stub_ParticipantStub_1();
+
+	@Message(id = 43537, value = "Error restoring participant state", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_wst11_stub_ParticipantStub_2();
+
+	@Message(id = 43538, value = "participant {0} has no saved recovery state to recover", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_transactions_xts_recovery_participant_at_ATParticipantRecoveryRecord_restoreParticipant_1(String arg0);
+
+	@Message(id = 43539, value = "XML stream exception restoring recovery state for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_transactions_xts_recovery_participant_at_ATParticipantRecoveryRecord_restoreState_1(String arg0);
+
+	@Message(id = 43540, value = "I/O exception saving restoring state for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_transactions_xts_recovery_participant_at_ATParticipantRecoveryRecord_restoreState_2(String arg0);
+
+	@Message(id = 43541, value = "Could not save recovery state for non-serializable durable WS-AT participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_transactions_xts_recovery_participant_at_ATParticipantRecoveryRecord_saveState_1(String arg0);
+
+	@Message(id = 43542, value = "XML stream exception saving recovery state for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_transactions_xts_recovery_participant_at_ATParticipantRecoveryRecord_saveState_2(String arg0);
+
+	@Message(id = 43543, value = "I/O exception saving recovery state for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_transactions_xts_recovery_participant_at_ATParticipantRecoveryRecord_saveState_3(String arg0);
+
+	@Message(id = 43544, value = "participant {0} has no saved recovery state to recover", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_transactions_xts_recovery_participant_ba_BAParticipantRecoveryRecord_restoreParticipant_1(String arg0);
+
+	@Message(id = 43545, value = "XML stream exception restoring recovery state for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_transactions_xts_recovery_participant_ba_BAParticipantRecoveryRecord_restoreState_1(String arg0);
+
+	@Message(id = 43546, value = "I/O exception saving restoring state for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_transactions_xts_recovery_participant_ba_BAParticipantRecoveryRecord_restoreState_2(String arg0);
+
+	@Message(id = 43547, value = "Could not save recovery state for non-serializable WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_transactions_xts_recovery_participant_ba_BAParticipantRecoveryRecord_saveState_1(String arg0);
+
+	@Message(id = 43548, value = "XML stream exception saving recovery state for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_transactions_xts_recovery_participant_ba_BAParticipantRecoveryRecord_saveState_2(String arg0);
+
+	@Message(id = 43549, value = "I/O exception saving recovery state for participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_transactions_xts_recovery_participant_ba_BAParticipantRecoveryRecord_saveState_3(String arg0);
+
+    /*
+        Allocate new messages directly above this notice.
+          - id: use the next id number in numeric sequence. Don't reuse ids.
+          The first two digits of the id(XXyyy) denote the module
+            all message in this file should have the same prefix.
+          - value: default (English) version of the log message.
+          - level: according to severity semantics defined at http://docspace.corp.redhat.com/docs/DOC-30217
+          Debug and trace don't get i18n. Everything else MUST be i18n.
+          By convention methods with String return type have prefix get_,
+            all others are log methods and have prefix <level>_
+     */
+}

Added: labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/logging/wsasI18NLogger.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/logging/wsasI18NLogger.java	                        (rev 0)
+++ labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/logging/wsasI18NLogger.java	2010-06-24 14:37:48 UTC (rev 33628)
@@ -0,0 +1,141 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc. and/or its affiliates,
+ * and individual contributors as indicated by the @author tags.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA  02110-1301, USA.
+ *
+ * (C) 2010,
+ * @author JBoss, by Red Hat.
+ */
+package com.arjuna.mw.wsas.logging;
+
+import org.jboss.logging.*;
+import static org.jboss.logging.Logger.Level.*;
+import static org.jboss.logging.Message.Format.*;
+
+/**
+ * i18n log messages for the wsas module.
+ *
+ * @author Jonathan Halliday (jonathan.halliday at redhat.com) 2010-06
+ */
+ at MessageLogger(projectCode = "ARJUNA")
+public interface wsasI18NLogger {
+
+    /*
+        Message IDs are unique and non-recyclable.
+        Don't change the purpose of existing messages.
+          (tweak the message text or params for clarification if you like).
+        Allocate new messages by following instructions at the bottom of the file.
+     */
+
+    @Message(id = 41001, value = "allHighLevelServices threw:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_context_ContextManager_1();
+
+	@Message(id = 41002, value = "assembling contexts and received:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_context_ContextManager_2();
+
+	@Message(id = 41003, value = "not found.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_utils_Configuration_1();
+
+	@Message(id = 41004, value = "Failed to create doc", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_utils_Configuration_2();
+
+	@Message(id = 41005, value = "Activity.start caught:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_UserActivityImple_1();
+
+	@Message(id = 41006, value = "currentActivity.end threw:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_UserActivityImple_2();
+
+	@Message(id = 41007, value = "Activity.completed caught:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_UserActivityImple_3();
+
+	@Message(id = 41008, value = "Activity.suspended caught:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_UserActivityImple_4();
+
+	@Message(id = 41009, value = "Activity.resumed caught:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_UserActivityImple_5();
+
+	@Message(id = 41010, value = "Unknown activity implementation!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_UserActivityImple_51();
+
+	@Message(id = 41011, value = "State incompatible to start activity:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_activity_ActivityImple_1();
+
+	@Message(id = 41012, value = "Cannot remove child activity from parent as parent's status is:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_activity_ActivityImple_10();
+
+	@Message(id = 41013, value = "Activity cannot complete as it has active children:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_activity_ActivityImple_2();
+
+	@Message(id = 41014, value = "Cannot complete activity in status:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_activity_ActivityImple_3();
+
+	@Message(id = 41015, value = "Cannot set completion status on activity as the status is incompatible:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_activity_ActivityImple_4();
+
+	@Message(id = 41016, value = "Cannot change completion status, value is incompatible:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_activity_ActivityImple_5();
+
+	@Message(id = 41017, value = "Cannot enlist null child!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_activity_ActivityImple_6();
+
+	@Message(id = 41018, value = "Cannot enlist child activity with parent as parent's status is:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_activity_ActivityImple_7();
+
+	@Message(id = 41019, value = "Cannot remove null child!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_activity_ActivityImple_8();
+
+	@Message(id = 41020, value = "The following child activity is unknown to the parent:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_activity_ActivityImple_9();
+
+	@Message(id = 41021, value = "ActivityReaper: could not terminate.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_activity_ActivityReaper_1();
+
+	@Message(id = 41022, value = "HLS not found!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_activity_HLSManager_1();
+
+    /*
+        Allocate new messages directly above this notice.
+          - id: use the next id number in numeric sequence. Don't reuse ids.
+          The first two digits of the id(XXyyy) denote the module
+            all message in this file should have the same prefix.
+          - value: default (English) version of the log message.
+          - level: according to severity semantics defined at http://docspace.corp.redhat.com/docs/DOC-30217
+          Debug and trace don't get i18n. Everything else MUST be i18n.
+          By convention methods with String return type have prefix get_,
+            all others are log methods and have prefix <level>_
+     */
+}

Modified: labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/logging/wsasLogger.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/logging/wsasLogger.java	2010-06-24 14:18:05 UTC (rev 33627)
+++ labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/logging/wsasLogger.java	2010-06-24 14:37:48 UTC (rev 33628)
@@ -37,6 +37,7 @@
 {
 
     public static LogNoi18n      arjLogger;
+    public static wsasI18NLogger i18NLogger;
     public static Logi18n        arjLoggerI18N;
 
     public static void initialize(LogNoi18n noi18n, Logi18n i18n)

Added: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/logging/wscfI18NLogger.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/logging/wscfI18NLogger.java	                        (rev 0)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/logging/wscfI18NLogger.java	2010-06-24 14:37:48 UTC (rev 33628)
@@ -0,0 +1,297 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc. and/or its affiliates,
+ * and individual contributors as indicated by the @author tags.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA  02110-1301, USA.
+ *
+ * (C) 2010,
+ * @author JBoss, by Red Hat.
+ */
+package com.arjuna.mw.wscf.logging;
+
+import org.jboss.logging.*;
+import static org.jboss.logging.Logger.Level.*;
+import static org.jboss.logging.Message.Format.*;
+
+/**
+ * i18n log messages for the wscf module.
+ *
+ * @author Jonathan Halliday (jonathan.halliday at redhat.com) 2010-06
+ */
+ at MessageLogger(projectCode = "ARJUNA")
+public interface wscfI18NLogger {
+
+    /*
+        Message IDs are unique and non-recyclable.
+        Don't change the purpose of existing messages.
+          (tweak the message text or params for clarification if you like).
+        Allocate new messages by following instructions at the bottom of the file.
+     */
+
+    @Message(id = 44001, value = "WSCF Initialisation: init failed:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wsc_deploy_WSCFI_1();
+
+	@Message(id = 44002, value = "WSCF11 Initialisation: init failed:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wsc11_deploy_WSCFI_1();
+
+	@Message(id = 44003, value = "Failed to create", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_CMF_1();
+
+	@Message(id = 44004, value = "Failed to create", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_UCF_1();
+
+	@Message(id = 44005, value = "Failed to create", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_CMF_1();
+
+	@Message(id = 44006, value = "Failed to create", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_UCF_1();
+
+	@Message(id = 44007, value = "Could not find protocol:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_protocols_ProtocolManager_1();
+
+	@Message(id = 44008, value = "Failed to find document:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_protocols_ProtocolManager_2();
+
+	@Message(id = 44009, value = "Failed to create", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wscf1_model_sagas_UCF_1();
+
+	@Message(id = 44010, value = "Failed to create", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wscf11_model_sagas_CMF_1();
+
+	@Message(id = 44011, value = "Failed to create", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wscf11_model_twophase_CMF_1();
+
+	@Message(id = 44012, value = "Failed to create", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wscf11_model_twophase_UCF_1();
+
+	@Message(id = 44013, value = "Could not find protocol:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wscf11_protocols_ProtocolManager_1();
+
+	@Message(id = 44014, value = "Failed to find document:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wscf11_protocols_ProtocolManager_2();
+
+	@Message(id = 44015, value = "Participant failed to complete in activity {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_arjunacore_BACoordinator_1(String arg0);
+
+	@Message(id = 44016, value = "Null is an invalid parameter.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_arjunacore_BACoordinator_2();
+
+	@Message(id = 44017, value = "Wrong state for operation!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_arjunacore_BACoordinator_3();
+
+	@Message(id = 44018, value = "Removal of business activity synchronization is not allowed {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_arjunacore_BACoordinator_4(String arg0);
+
+	@Message(id = 44019, value = "Unknown response!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_arjunacore_CoordiantorServiceImple_1();
+
+	@Message(id = 44020, value = "CoordinatorControl.begin:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_arjunacore_CoordinatorControl_1();
+
+	@Message(id = 44021, value = "SynchronizationRecord {0} - null participant provided!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_arjunacore_SynchronizationRecord_1(String arg0);
+
+	@Message(id = 44022, value = "ParticipantRecord {0} - null participant provided!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_1(String arg0);
+
+	@Message(id = 44023, value = "ParticipantRecord.topLevelOnePhaseCommit {0} caught: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_10(String arg0, String arg1);
+
+	@Message(id = 44024, value = "ParticipantRecord.forgetHeuristic for {0} called without a resource!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_11(String arg0);
+
+	@Message(id = 44025, value = "ParticipantRecord.forgetHeuristic {0} caught exception: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_12(String arg0, String arg1);
+
+	@Message(id = 44026, value = "ParticipantRecord.complete {0} caught: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_13(String arg0, String arg1);
+
+	@Message(id = 44027, value = "ParticipantRecord.restore_state: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_14(String arg0);
+
+	@Message(id = 44028, value = "ParticipantRecord.save_state: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_15(String arg0);
+
+	@Message(id = 44029, value = "ParticipantRecord.setValue() called illegally.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_2();
+
+	@Message(id = 44030, value = "ParticipantRecord.nestedAbort {0} caught: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_3(String arg0, String arg1);
+
+	@Message(id = 44031, value = "ParticipantRecord.nestedCommit {0} caught: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_4(String arg0, String arg1);
+
+	@Message(id = 44032, value = "ParticipantRecord.nestedPrepare {0} caught: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_5(String arg0, String arg1);
+
+	@Message(id = 44033, value = "ParticipantRecord.topLevelAbort {0} caught: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_6(String arg0, String arg1);
+
+	@Message(id = 44034, value = "ParticipantRecord.topLevelCommit {0} caught: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_7(String arg0, String arg1);
+
+	@Message(id = 44035, value = "ParticipantRecord.topLevelPrepare {0} caught: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_8(String arg0, String arg1);
+
+	@Message(id = 44036, value = "ParticipantRecord.nestedOnePhaseCommit {0} caught: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_9(String arg0, String arg1);
+
+	@Message(id = 44037, value = "ArjunaCore does not support removal of participants", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_arjunacore_ATCoordinator_1();
+
+	@Message(id = 44038, value = "Null is an invalid parameter!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_arjunacore_ATCoordinator_2();
+
+	@Message(id = 44039, value = "Wrong state for operation!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_arjunacore_ATCoordinator_3();
+
+	@Message(id = 44040, value = "Unknown response!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_arjunacore_CoordiantorServiceImple_1();
+
+	@Message(id = 44041, value = "CoordinatorControl.begin:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_arjunacore_CoordinatorControl_1();
+
+	@Message(id = 44042, value = "ParticipantRecord {0} - null participant provided!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_arjunacore_ParticipantRecord_1(String arg0);
+
+	@Message(id = 44043, value = "ParticipantRecord.topLevelOnePhaseCommit {0} caught: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_arjunacore_ParticipantRecord_10(String arg0, String arg1);
+
+	@Message(id = 44044, value = "ParticipantRecord.forgetHeuristic for {0} called without a resource!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_arjunacore_ParticipantRecord_11(String arg0);
+
+	@Message(id = 44045, value = "ParticipantRecord.forgetHeuristic {0} caught exception: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_arjunacore_ParticipantRecord_12(String arg0, String arg1);
+
+	@Message(id = 44046, value = "ParticipantRecord.restore_state: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_arjunacore_ParticipantRecord_13(String arg0);
+
+	@Message(id = 44047, value = "ParticipantRecord.save_state: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_arjunacore_ParticipantRecord_14(String arg0);
+
+	@Message(id = 44048, value = "ParticipantRecord.setValue() called illegally.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_arjunacore_ParticipantRecord_2();
+
+	@Message(id = 44049, value = "ParticipantRecord.nestedAbort {0} caught: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_arjunacore_ParticipantRecord_3(String arg0, String arg1);
+
+	@Message(id = 44050, value = "ParticipantRecord.nestedCommit {0} caught: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_arjunacore_ParticipantRecord_4(String arg0, String arg1);
+
+	@Message(id = 44051, value = "ParticipantRecord.nestedPrepare {0} caught: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_arjunacore_ParticipantRecord_5(String arg0, String arg1);
+
+	@Message(id = 44052, value = "ParticipantRecord.topLevelAbort {0} caught: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_arjunacore_ParticipantRecord_6(String arg0, String arg1);
+
+	@Message(id = 44053, value = "ParticipantRecord.topLevelCommit {0} caught: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_arjunacore_ParticipantRecord_7(String arg0, String arg1);
+
+	@Message(id = 44054, value = "ParticipantRecord.topLevelPrepare {0} caught: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_arjunacore_ParticipantRecord_8(String arg0, String arg1);
+
+	@Message(id = 44055, value = "ParticipantRecord.nestedOnePhaseCommit {0} caught: {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_arjunacore_ParticipantRecord_9(String arg0, String arg1);
+
+	@Message(id = 44056, value = "SynchronizationRecord {0} - null participant provided!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_model_twophase_arjunacore_SynchronizationRecord_1(String arg0);
+
+	@Message(id = 44057, value = "Failed to create:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_protocols_Initializer_1();
+
+	@Message(id = 44058, value = "First parameter is null!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_utils_DocComparitor_1();
+
+	@Message(id = 44059, value = "Second parameter is null!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_utils_DocComparitor_2();
+
+	@Message(id = 44060, value = "not found", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_utils_ProtocolLocator_1();
+
+	@Message(id = 44061, value = "Failed to create:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_utils_ProtocolLocator_2();
+
+    /*
+        Allocate new messages directly above this notice.
+          - id: use the next id number in numeric sequence. Don't reuse ids.
+          The first two digits of the id(XXyyy) denote the module
+            all message in this file should have the same prefix.
+          - value: default (English) version of the log message.
+          - level: according to severity semantics defined at http://docspace.corp.redhat.com/docs/DOC-30217
+          Debug and trace don't get i18n. Everything else MUST be i18n.
+          By convention methods with String return type have prefix get_,
+            all others are log methods and have prefix <level>_
+     */
+}

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/logging/wscfLogger.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/logging/wscfLogger.java	2010-06-24 14:18:05 UTC (rev 33627)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/logging/wscfLogger.java	2010-06-24 14:37:48 UTC (rev 33628)
@@ -36,6 +36,7 @@
 public class wscfLogger
 {
     public static LogNoi18n      arjLogger;
+    public static wscfI18NLogger i18NLogger;
     public static Logi18n        arjLoggerI18N;
 
     public static void initialize(LogNoi18n noi18n, Logi18n i18n)

Added: labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/logging/wstxI18NLogger.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/logging/wstxI18NLogger.java	                        (rev 0)
+++ labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/logging/wstxI18NLogger.java	2010-06-24 14:37:48 UTC (rev 33628)
@@ -0,0 +1,298 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc. and/or its affiliates,
+ * and individual contributors as indicated by the @author tags.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA  02110-1301, USA.
+ *
+ * (C) 2010,
+ * @author JBoss, by Red Hat.
+ */
+package com.arjuna.mw.wstx.logging;
+
+
+import org.jboss.logging.*;
+import static org.jboss.logging.Logger.Level.*;
+import static org.jboss.logging.Message.Format.*;
+
+/**
+ * i18n log messages for the wstx module.
+ *
+ * @author Jonathan Halliday (jonathan.halliday at redhat.com) 2010-06
+ */
+ at MessageLogger(projectCode = "ARJUNA")
+public interface wstxI18NLogger {
+
+    /*
+        Message IDs are unique and non-recyclable.
+        Don't change the purpose of existing messages.
+          (tweak the message text or params for clarification if you like).
+        Allocate new messages by following instructions at the bottom of the file.
+     */
+
+    @Message(id = 45001, value = "Error in:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wst_client_JaxHCP_1();
+
+	@Message(id = 45002, value = "Stack trace:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wst_client_JaxHCP_2();
+
+	@Message(id = 45003, value = "Unknown context type:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wst_client_JaxHCP_3();
+
+	@Message(id = 45004, value = "WSTX Initialisation: init failed:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wst_deploy_WSTXI_1();
+
+	@Message(id = 45005, value = "{0} not found.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wst_deploy_WSTXI_21(String arg0);
+
+	@Message(id = 45006, value = "Failed to create document: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wst_deploy_WSTXI_22(String arg0);
+
+	@Message(id = 45007, value = "Missing WSTX Initialisation", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wst_deploy_WSTXI_23();
+
+	@Message(id = 45008, value = "Error in:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wst_service_JaxHCP_1();
+
+	@Message(id = 45009, value = "Stack trace:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wst_service_JaxHCP_2();
+
+	@Message(id = 45010, value = "Unknown context type:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wst_service_JaxHCP_3();
+
+	@Message(id = 45011, value = "Error in:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wst11_client_JaxHC11P_1();
+
+	@Message(id = 45012, value = "Stack trace:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wst11_client_JaxHC11P_2();
+
+	@Message(id = 45013, value = "Unknown context type:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wst11_client_JaxHC11P_3();
+
+	@Message(id = 45014, value = "WSTX11 Initialisation: init failed:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wst11_deploy_WSTXI_1();
+
+	@Message(id = 45015, value = "{0} not found.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wst11_deploy_WSTXI_21(String arg0);
+
+	@Message(id = 45016, value = "Failed to create document: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wst11_deploy_WSTXI_22(String arg0);
+
+	@Message(id = 45017, value = "Missing WSTX Initialisation", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wst11_deploy_WSTXI_23();
+
+	@Message(id = 45018, value = "Error in:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wst11_service_JaxHC11P_1();
+
+	@Message(id = 45019, value = "Stack trace:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wst11_service_JaxHC11P_2();
+
+	@Message(id = 45020, value = "Unknown context type:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mw_wst11_service_JaxHC11P_3();
+
+	@Message(id = 45021, value = "Invalid type URI: < {0} , {1} >", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_at_Context11FactoryImple_1(String arg0, String arg1);
+
+	@Message(id = 45022, value = "Invalid type URI:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_at_Context11FactoryImple_3();
+
+	@Message(id = 45023, value = "Invalid type URI: < {0} , {1} >", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_at_ContextFactoryImple_1(String arg0, String arg1);
+
+	@Message(id = 45024, value = "Invalid type URI:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_at_ContextFactoryImple_3();
+
+	@Message(id = 45025, value = "Invalid type URI: < {0} , {1} >", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_at_Registrar11Imple_1(String arg0, String arg1);
+
+	@Message(id = 45026, value = "Invalid type URI: < {0} , {1} >", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_at_RegistrarImple_1(String arg0, String arg1);
+
+	@Message(id = 45027, value = "ignoring context:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_at_context_ArjunaContextImple_1();
+
+	@Message(id = 45028, value = "One context was null!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_at_local_ContextManager_1();
+
+	@Message(id = 45029, value = "Invalid type URI: < {0} , {1} >", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_at_local_LocalContextFactoryImple_1(String arg0, String arg1);
+
+	@Message(id = 45030, value = "Invalid type URI:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_at_local_LocalContextFactoryImple_11();
+
+	@Message(id = 45031, value = "Invalid type URI: < {0} , {1} >", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_at_local_LocalRegistrarImple_1(String arg0, String arg1);
+
+	@Message(id = 45032, value = "Not implemented!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_at_local_TransactionManagerImple_1();
+
+	@Message(id = 45033, value = "comms timeout attempting to cancel WS-AT participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_at_participants_DurableTwoPhaseCommitParticipant_cancel_1(String arg0);
+
+	@Message(id = 45034, value = "comms timeout attempting to commit WS-AT participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_at_participants_DurableTwoPhaseCommitParticipant_confirm_1(String arg0);
+
+	@Message(id = 45035, value = "comms timeout attempting to prepare WS-AT participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_at_participants_DurableTwoPhaseCommitParticipant_prepare_1(String arg0);
+
+	@Message(id = 45036, value = "Not implemented!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_at_remote_Transaction11ManagerImple_1();
+
+	@Message(id = 45037, value = "Not implemented!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_at_remote_TransactionManagerImple_1();
+
+	@Message(id = 45038, value = "Received context is null!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_at_remote_UserTransaction11Imple__2();
+
+	@Message(id = 45039, value = "Received context is null!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_at_remote_UserTransactionImple_2();
+
+	@Message(id = 45040, value = "Invalid type URI: < {0} , {1} >", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_ba_Context11FactoryImple_1(String arg0, String arg1);
+
+	@Message(id = 45041, value = "Invalid type URI:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_ba_Context11FactoryImple_3();
+
+	@Message(id = 45042, value = "Invalid type URI: < {0} , {1} >", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_ba_ContextFactoryImple_1(String arg0, String arg1);
+
+	@Message(id = 45043, value = "Invalid type URI:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_ba_ContextFactoryImple_3();
+
+	@Message(id = 45044, value = "Invalid type URI: < {0} , {1} >", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_ba_LocalContextFactoryImple_1(String arg0, String arg1);
+
+	@Message(id = 45045, value = "Invalid type URI: < {0} , {1} >", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_ba_Registrar11Imple_1(String arg0, String arg1);
+
+	@Message(id = 45046, value = "Invalid type URI: < {0} , {1} >", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_ba_RegistrarImple_1(String arg0, String arg1);
+
+	@Message(id = 45047, value = "ignoring context:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_ba_context_ArjunaContextImple_1();
+
+	@Message(id = 45048, value = "One context was null!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_ba_local_ContextManager_1();
+
+	@Message(id = 45049, value = "Invalid type URI:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_ba_local_LocalContextFactoryImple_11();
+
+	@Message(id = 45050, value = "Invalid type URI: < {0} , {1} >", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_ba_local_LocalRegistrarImple_1(String arg0, String arg1);
+
+	@Message(id = 45051, value = "Invalid address.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_ba_remote_UserBusinessActivityImple_1();
+
+	@Message(id = 45052, value = "Received context is null!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_ba_remote_UserBusinessActivityImple_2();
+
+	@Message(id = 45053, value = "No termination context!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_ba_remote_UserBusinessActivityImple_3();
+
+	@Message(id = 45054, value = "Participant not persistable.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_util_PersistableParticipantHelper_1();
+
+	@Message(id = 45055, value = "Error persisting participant.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_util_PersistableParticipantHelper_2();
+
+	@Message(id = 45056, value = "Error restoring participant.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst_util_PersistableParticipantHelper_3();
+
+	@Message(id = 45057, value = "ignoring context:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst11_at_context_ArjunaContextImple_1();
+
+	@Message(id = 45058, value = "ignoring context:", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst11_ba_context_ArjunaContextImple_1();
+
+	@Message(id = 45059, value = "Invalid address.", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst11_ba_remote_UserBusinessActivityImple_1();
+
+	@Message(id = 45060, value = "Received context is null!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst11_ba_remote_UserBusinessActivityImple_2();
+
+	@Message(id = 45061, value = "No termination context!", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_mwlabs_wst11_ba_remote_UserBusinessActivityImple_3();
+
+    /*
+        Allocate new messages directly above this notice.
+          - id: use the next id number in numeric sequence. Don't reuse ids.
+          The first two digits of the id(XXyyy) denote the module
+            all message in this file should have the same prefix.
+          - value: default (English) version of the log message.
+          - level: according to severity semantics defined at http://docspace.corp.redhat.com/docs/DOC-30217
+          Debug and trace don't get i18n. Everything else MUST be i18n.
+          By convention methods with String return type have prefix get_,
+            all others are log methods and have prefix <level>_
+     */
+}

Modified: labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/logging/wstxLogger.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/logging/wstxLogger.java	2010-06-24 14:18:05 UTC (rev 33627)
+++ labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/logging/wstxLogger.java	2010-06-24 14:37:48 UTC (rev 33628)
@@ -37,6 +37,7 @@
 {
 
     public static LogNoi18n      arjLogger;
+    public static wstxI18NLogger i18NLogger;
     public static Logi18n        arjLoggerI18N;
 
     public static void initialize(LogNoi18n noi18n, Logi18n i18n)

Modified: labs/jbosstm/trunk/XTS/recovery/src/org/jboss/jbossts/xts/logging/XTSLogger.java
===================================================================
--- labs/jbosstm/trunk/XTS/recovery/src/org/jboss/jbossts/xts/logging/XTSLogger.java	2010-06-24 14:18:05 UTC (rev 33627)
+++ labs/jbosstm/trunk/XTS/recovery/src/org/jboss/jbossts/xts/logging/XTSLogger.java	2010-06-24 14:37:48 UTC (rev 33628)
@@ -7,6 +7,7 @@
 public class XTSLogger
 {
     public static LogNoi18n arjLogger;
+    public static xtsrecoveryI18NLogger i18NLogger;
     public static Logi18n arjLoggerI18N;
 
     public static void initialize(LogNoi18n noi18n, Logi18n i18n)

Added: labs/jbosstm/trunk/XTS/recovery/src/org/jboss/jbossts/xts/logging/xtsrecoveryI18NLogger.java
===================================================================
--- labs/jbosstm/trunk/XTS/recovery/src/org/jboss/jbossts/xts/logging/xtsrecoveryI18NLogger.java	                        (rev 0)
+++ labs/jbosstm/trunk/XTS/recovery/src/org/jboss/jbossts/xts/logging/xtsrecoveryI18NLogger.java	2010-06-24 14:37:48 UTC (rev 33628)
@@ -0,0 +1,262 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc. and/or its affiliates,
+ * and individual contributors as indicated by the @author tags.
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA  02110-1301, USA.
+ *
+ * (C) 2010,
+ * @author JBoss, by Red Hat.
+ */
+package org.jboss.jbossts.xts.logging;
+
+import org.jboss.logging.*;
+import static org.jboss.logging.Logger.Level.*;
+import static org.jboss.logging.Message.Format.*;
+
+/**
+ * i18n log messages for the xtsrecovery module.
+ *
+ * @author Jonathan Halliday (jonathan.halliday at redhat.com) 2010-06
+ */
+ at MessageLogger(projectCode = "ARJUNA")
+public interface xtsrecoveryI18NLogger {
+
+    /*
+        Message IDs are unique and non-recyclable.
+        Don't change the purpose of existing messages.
+          (tweak the message text or params for clarification if you like).
+        Allocate new messages by following instructions at the bottom of the file.
+     */
+
+    @Message(id = 46001, value = "RecoveryATCoordinator.replayPhase2 recovering {0} ActionStatus is {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_at_RecoveryATCoordinator_1(String arg0, String arg1);
+
+	@Message(id = 46002, value = "RecoveryATCoordinator.replayPhase2: Unexpected status: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_at_RecoveryATCoordinator_2(String arg0);
+
+	@Message(id = 46003, value = "RecoveryATCoordinator.replayPhase2( {0} )  finished", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_at_RecoveryATCoordinator_3(String arg0);
+
+	@Message(id = 46004, value = "RecoveryATCoordinator.replayPhase2 transaction {0} not activated, unable to replay phase 2 commit", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_at_RecoveryATCoordinator_4(String arg0);
+
+	@Message(id = 46005, value = "RecoverySubordinateATCoordinator.replayPhase2 recovering {0} ActionStatus is {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_at_RecoverySubordinateATCoordinator_1(String arg0, String arg1);
+
+	@Message(id = 46006, value = "RecoverySubordinateATCoordinator.replayPhase2: Unexpected status: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_at_RecoverySubordinateATCoordinator_2(String arg0);
+
+	@Message(id = 46007, value = "RecoverySubordinateATCoordinator.replayPhase2( {0} )  finished", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_at_RecoverySubordinateATCoordinator_3(String arg0);
+
+	@Message(id = 46008, value = "RecoverySubordinateATCoordinator.replayPhase2 transaction {0} not activated, unable to replay phase 2 commit", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_at_RecoverySubordinateATCoordinator_4(String arg0);
+
+	@Message(id = 46009, value = "RecoverBASubordinateCoordinator.replayPhase2: Unexpected status: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_ba_RecoverBASubordinateCoordinator_2(String arg0);
+
+	@Message(id = 46010, value = "RecoverBASubordinateCoordinator.replayPhase2( {0} )  finished", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_ba_RecoverBASubordinateCoordinator_3(String arg0);
+
+	@Message(id = 46011, value = "RecoverBASubordinateCoordinator.replayPhase2 transaction {0} not activated, unable to replay phase 2 commit", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_ba_RecoverBASubordinateCoordinator_4(String arg0);
+
+	@Message(id = 46012, value = "RecoveryBACoordinator.replayPhase2 recovering {0} ActionStatus is {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_ba_RecoveryBACoordinator_1(String arg0, String arg1);
+
+	@Message(id = 46013, value = "RecoveryBACoordinator.replayPhase2: Unexpected status: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_ba_RecoveryBACoordinator_2(String arg0);
+
+	@Message(id = 46014, value = "RecoveryBACoordinator.replayPhase2( {0} )  finished", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_ba_RecoveryBACoordinator_3(String arg0);
+
+	@Message(id = 46015, value = "RecoveryBACoordinator.replayPhase2 transaction {0} not activated, unable to replay phase 2 commit", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_ba_RecoveryBACoordinator_4(String arg0);
+
+	@Message(id = 46016, value = "RecoverBASubordinateCoordinator.replayPhase2 recovering {0} ActionStatus is {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_ba_RecoverySubordinateBACoordinator_1(String arg0, String arg1);
+
+	@Message(id = 46017, value = "RecoveryManagerStatusModule: Object store exception: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_at_ATCoordinatorRecoveryModule_1(String arg0);
+
+	@Message(id = 46018, value = "failed to recover Transaction {0} {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_at_ATCoordinatorRecoveryModule_2(String arg0, String arg1);
+
+	@Message(id = 46019, value = "failed to access transaction store {0} {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_at_ATCoordinatorRecoveryModule_3(String arg0, String arg1);
+
+	@Message(id = 46020, value = "RecoveryManagerStatusModule: Object store exception: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_at_SubordinateATCoordinatorRecoveryModule_1(String arg0);
+
+	@Message(id = 46021, value = "failed to recover Transaction {0} {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_at_SubordinateATCoordinatorRecoveryModule_2(String arg0, String arg1);
+
+	@Message(id = 46022, value = "failed to access transaction store {0} {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_at_SubordinateATCoordinatorRecoveryModule_3(String arg0, String arg1);
+
+	@Message(id = 46023, value = "RecoveryManagerStatusModule: Object store exception: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_ba_BACoordinatorRecoveryModule_1(String arg0);
+
+	@Message(id = 46024, value = "failed to recover Transaction {0} {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_ba_BACoordinatorRecoveryModule_2(String arg0, String arg1);
+
+	@Message(id = 46025, value = "failed to access transaction store {0} {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_ba_BACoordinatorRecoveryModule_3(String arg0, String arg1);
+
+	@Message(id = 46026, value = "failed to recover Transaction {0} {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_ba_SubordinateBACoordinatorRecoveryModule_2(String arg0, String arg1);
+
+	@Message(id = 46027, value = "failed to access transaction store {0} {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_ba_SubordinateBACoordinatorRecoveryModule_3(String arg0, String arg1);
+
+	@Message(id = 46028, value = "RecoveryManagerStatusModule: Object store exception: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_coordinator_ba_SubordinateCoordinatorRecoveryModule_1(String arg0);
+
+	@Message(id = 46029, value = "RecoveryManagerStatusModule: Object store exception: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_at_ATParticipantRecoveryModule_1(String arg0);
+
+	@Message(id = 46030, value = "failed to access transaction store {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_at_ATParticipantRecoveryModule_3(String arg0);
+
+	@Message(id = 46031, value = "unable to load recovery record implementation class {0} for WS-AT participant recovery record {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_at_ATParticipantRecoveryModule_4(String arg0, String arg1);
+
+	@Message(id = 46032, value = "unable to instantiate recovery record implementation class {0} for WS-AT participant recovery record {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_at_ATParticipantRecoveryModule_5(String arg0, String arg1);
+
+	@Message(id = 46033, value = "unable to unpack recovery record data for WS-AT participant recovery record {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_at_ATParticipantRecoveryModule_6(String arg0);
+
+	@Message(id = 46034, value = "missing recovery record data for WS-AT participant recovery record {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_at_ATParticipantRecoveryModule_7(String arg0);
+
+	@Message(id = 46035, value = "unable to read recovery record data for WS-AT participant recovery record {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_at_ATParticipantRecoveryModule_8(String arg0);
+
+	@Message(id = 46036, value = "exception writing recovery record for WS-AT participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_at_XTSATRecoveryModule_1(String arg0);
+
+	@Message(id = 46037, value = "exception removing recovery record {0} for WS-AT participant {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_at_XTSATRecoveryModule_2(String arg0, String arg1);
+
+	@Message(id = 46038, value = "exception reactivating recovered WS-AT participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_at_XTSATRecoveryModule_3(String arg0);
+
+	@Message(id = 46039, value = "no XTS application recovery module found to help reactivate recovered WS-AT participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_at_XTSATRecoveryModule_4(String arg0);
+
+	@Message(id = 46040, value = "Compensating orphaned subordinate WS-AT transcation {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_at_XTSATRecoveryModule_5(String arg0);
+
+	@Message(id = 46041, value = "RecoveryManagerStatusModule: Object store exception: {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_ba_BAParticipantRecoveryModule_1(String arg0);
+
+	@Message(id = 46042, value = "failed to access transaction store {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_ba_BAParticipantRecoveryModule_3(String arg0);
+
+	@Message(id = 46043, value = "unable to load recovery record implementation class {0} for WS-BA participant recovery record {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_ba_BAParticipantRecoveryModule_4(String arg0, String arg1);
+
+	@Message(id = 46044, value = "unable to instantiate recovery record implementation class {0} for WS-BA participant recovery record {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_ba_BAParticipantRecoveryModule_5(String arg0, String arg1);
+
+	@Message(id = 46045, value = "unable to unpack recovery record data for WS-BA participant recovery record {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_ba_BAParticipantRecoveryModule_6(String arg0);
+
+	@Message(id = 46046, value = "missing recovery record data for WS-BA participant recovery record {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_ba_BAParticipantRecoveryModule_7(String arg0);
+
+	@Message(id = 46047, value = "unable to read recovery record data for WS-BA participant recovery record {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_ba_BAParticipantRecoveryModule_8(String arg0);
+
+	@Message(id = 46048, value = "exception writing recovery record for WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_ba_XTSBARecoveryModule_1(String arg0);
+
+	@Message(id = 46049, value = "exception removing recovery record {0} for WS-BA participant {1}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_ba_XTSBARecoveryModule_2(String arg0, String arg1);
+
+	@Message(id = 46050, value = "exception reactivating recovered WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_ba_XTSBARecoveryModule_3(String arg0);
+
+	@Message(id = 46051, value = "no XTS application recovery module found to help reactivate recovered WS-BA participant {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_ba_XTSBARecoveryModule_4(String arg0);
+
+	@Message(id = 46052, value = "Compensating orphaned subordinate WS-BA transcation {0}", format = MESSAGE_FORMAT)
+	@LogMessage(level = WARN)
+	public void warn_participant_ba_XTSBARecoveryModule_5(String arg0);
+
+    /*
+        Allocate new messages directly above this notice.
+          - id: use the next id number in numeric sequence. Don't reuse ids.
+          The first two digits of the id(XXyyy) denote the module
+            all message in this file should have the same prefix.
+          - value: default (English) version of the log message.
+          - level: according to severity semantics defined at http://docspace.corp.redhat.com/docs/DOC-30217
+          Debug and trace don't get i18n. Everything else MUST be i18n.
+          By convention methods with String return type have prefix get_,
+            all others are log methods and have prefix <level>_
+     */
+
+}

Modified: labs/jbosstm/trunk/XTS/sharedbuild.xml
===================================================================
--- labs/jbosstm/trunk/XTS/sharedbuild.xml	2010-06-24 14:18:05 UTC (rev 33627)
+++ labs/jbosstm/trunk/XTS/sharedbuild.xml	2010-06-24 14:37:48 UTC (rev 33628)
@@ -58,7 +58,7 @@
     <property name="jbossts.install.lib.jars" value="jbossjta.jar jbossjts.jar"/>
 
         <!-- external jars also used by JBossTS -->
-    <property name="jbossts.build.extlib.jars" value="commons-logging-1.1.jar"/>
+    <property name="jbossts.build.extlib.jars" value="commons-logging-1.1.jar jboss-logging.jar"/>
 
         <!-- buildsystem jar from JBossTS containg resource bundle doclet for messages -->
     <property name="jbossts.buildsystem.jars" value="buildsystem.jar"/>



More information about the jboss-svn-commits mailing list