[jboss-svn-commits] JBL Code SVN: r33765 - in labs/jbosstm/trunk: ArjunaCore/tsmx/classes/com/arjuna/ats/tsmx/logging and 13 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Jul 8 05:00:35 EDT 2010
Author: jhalliday
Date: 2010-07-08 05:00:33 -0400 (Thu, 08 Jul 2010)
New Revision: 33765
Modified:
labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/logging/arjunaI18NLogger.java
labs/jbosstm/trunk/ArjunaCore/tsmx/classes/com/arjuna/ats/tsmx/logging/tsmxI18NLogger.java
labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/txoj/logging/txojI18NLogger.java
labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/jdbc/logging/jdbcI18NLogger.java
labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java
labs/jbosstm/trunk/ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/utils/jtaxI18NLogger.java
labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/jts/logging/jtsI18NLogger.java
labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/logging/orbportabilityI18NLogger.java
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
labs/jbosstm/trunk/atsintegration/classes/com/arjuna/ats/jbossatx/logging/jbossatxI18NLogger.java
Log:
Add @Cause annotation for i18n loggers. JBTM-750
Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/logging/arjunaI18NLogger.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/logging/arjunaI18NLogger.java 2010-07-08 08:40:38 UTC (rev 33764)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/logging/arjunaI18NLogger.java 2010-07-08 09:00:33 UTC (rev 33765)
@@ -70,7 +70,7 @@
@Message(id = 12008, value = "DisposeRecord::topLevelCommit - exception while deleting state", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_DisposeRecord_5(Throwable arg0);
+ public void warn_DisposeRecord_5(@Cause() Throwable arg0);
@Message(id = 12009, value = "PersistenceRecord::restore_state: Failed to unpack object store type", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -106,11 +106,11 @@
@Message(id = 12017, value = "PersistenceRecord::topLevelAbort() - Received ObjectStoreException", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_PersistenceRecord_20(Throwable arg0);
+ public void warn_PersistenceRecord_20(@Cause() Throwable arg0);
@Message(id = 12018, value = "PersistenceRecord.topLevelPrepare - write_uncommitted error", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_PersistenceRecord_21(Throwable arg0);
+ public void warn_PersistenceRecord_21(@Cause() Throwable arg0);
@Message(id = 12019, value = "PersistenceRecord::topLevelCommit - no state to commit!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -118,7 +118,7 @@
@Message(id = 12020, value = "PersistenceRecord::topLevelCommit - caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_PersistenceRecord_4(Throwable arg0);
+ public void warn_PersistenceRecord_4(@Cause() Throwable arg0);
@Message(id = 12021, value = "PersistenceRecord::topLevelCommit - no object store specified!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -179,7 +179,7 @@
@Message(id = 12036, value = "StateManager::deactivate - object store error", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_StateManager_3(Throwable arg0);
+ public void warn_StateManager_3(@Cause() Throwable arg0);
@Message(id = 12037, value = "StateManager::deactivate - save_state error", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -191,7 +191,7 @@
@Message(id = 12039, value = "StateManager.destroy - caught object store exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_StateManager_7(Throwable arg0);
+ public void warn_StateManager_7(@Cause() Throwable arg0);
@Message(id = 12040, value = "StateManager.destroy - called on non-persistent or new object!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -225,7 +225,7 @@
@Message(id = 12048, value = "Uid general parsing error: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_common_Uid_3(String arg0, Throwable arg1);
+ public void warn_common_Uid_3(String arg0, @Cause() Throwable arg1);
@Message(id = 12049, value = "Uid.Uid string constructor could not create nullUid for incorrect string: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = FATAL)
@@ -252,15 +252,15 @@
@Message(id = 12055, value = "Exception thrown creating Uid from bytes!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_common_Uid_bytes(Throwable arg0);
+ public void warn_common_Uid_bytes(@Cause() Throwable arg0);
@Message(id = 12056, value = "Exception thrown getting bytes!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_common_Uid_getbytes(Throwable arg0);
+ public void warn_common_Uid_getbytes(@Cause() Throwable arg0);
@Message(id = 12057, value = "Uid.Uid string constructor {0} caught other throwable", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_common_Uid_npe(String arg0, Throwable arg1);
+ public void warn_common_Uid_npe(String arg0, @Cause() Throwable arg1);
@Message(id = 12058, value = "AbstractRecord.create {0} failed to find record.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -450,7 +450,7 @@
@Message(id = 12105, value = "Could not remove intentions list:", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_coordinator_BasicAction_70(Throwable arg0);
+ public void warn_coordinator_BasicAction_70(@Cause() Throwable arg0);
// @Message(id = 12106, value = "Deactivation of atomic action with id {0} and type {1} unexpectedly failed", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -477,7 +477,7 @@
@Message(id = 12112, value = "TransactionReaper::check exception while marking TX {0} as rollback only", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_coordinator_TransactionReaper_12(Uid arg0, Throwable arg1);
+ public void warn_coordinator_TransactionReaper_12(Uid arg0, @Cause() Throwable arg1);
@Message(id = 12113, value = "TransactionReaper::doCancellations worker {0} missed interrupt when cancelling TX {1} -- exiting as zombie (zombie count decremented to {2})", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -493,7 +493,7 @@
@Message(id = 12116, value = "TransactionReaper::doCancellations worker {0} exception while marking TX {1} as rollback only", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_coordinator_TransactionReaper_16(String arg0, Uid arg1, Throwable arg2);
+ public void warn_coordinator_TransactionReaper_16(String arg0, Uid arg1, @Cause() Throwable arg2);
@Message(id = 12117, value = "TransactionReaper::check timeout for TX {0} in state {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -521,7 +521,7 @@
@Message(id = 12123, value = "TransactionReaper::doCancellations worker {0} exception during cancel of TX {1} -- rescheduling for mark-as-rollback", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_coordinator_TransactionReaper_9(String arg0, Uid arg1, Throwable arg2);
+ public void warn_coordinator_TransactionReaper_9(String arg0, Uid arg1, @Cause() Throwable arg2);
@Message(id = 12124, value = "TwoPhaseCoordinator.beforeCompletion - attempted rollback_only failed!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -529,7 +529,7 @@
@Message(id = 12125, value = "TwoPhaseCoordinator.beforeCompletion - failed for {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_coordinator_TwoPhaseCoordinator_2(String arg0, Throwable arg1);
+ public void warn_coordinator_TwoPhaseCoordinator_2(String arg0, @Cause() Throwable arg1);
@Message(id = 12126, value = "TwoPhaseCoordinator.beforeCompletion TwoPhaseCoordinator.afterCompletion called on still running transaction!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -541,11 +541,11 @@
@Message(id = 12128, value = "TwoPhaseCoordinator.afterCompletion - failed for {0} with exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_coordinator_TwoPhaseCoordinator_4a(String arg0, Throwable arg1);
+ public void warn_coordinator_TwoPhaseCoordinator_4a(String arg0, @Cause() Throwable arg1);
@Message(id = 12129, value = "TwoPhaseCoordinator.afterCompletion - failed for {0} with error", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_coordinator_TwoPhaseCoordinator_4b(String arg0, Throwable arg1);
+ public void warn_coordinator_TwoPhaseCoordinator_4b(String arg0, @Cause() Throwable arg1);
@Message(id = 12130, value = "Name of XA node not defined. Using {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -611,7 +611,7 @@
@Message(id = 12146, value = "ActionStatusService: searching for uid: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_ActionStatusService_5(Uid arg0, Throwable arg1);
+ public void warn_recovery_ActionStatusService_5(Uid arg0, @Cause() Throwable arg1);
@Message(id = 12147, value = "transactionType: {0} uid: {1} Status is {2}", format = MESSAGE_FORMAT)
@LogMessage(level = INFO)
@@ -619,11 +619,11 @@
@Message(id = 12148, value = "Other Exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_ActionStatusService_2(Throwable arg0);
+ public void warn_recovery_ActionStatusService_2(@Cause() Throwable arg0);
@Message(id = 12149, value = "Exception retrieving action status", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_ActionStatusService_3(Throwable arg0);
+ public void warn_recovery_ActionStatusService_3(@Cause() Throwable arg0);
@Message(id = 12150, value = "matching Uid {0} found", format = MESSAGE_FORMAT)
@LogMessage(level = INFO)
@@ -631,7 +631,7 @@
@Message(id = 12151, value = "Exception when accessing transaction store", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_ActionStatusService_6(Throwable arg0);
+ public void warn_recovery_ActionStatusService_6(@Cause() Throwable arg0);
@Message(id = 12152, value = "Connection Lost to Recovery Manager", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -671,11 +671,11 @@
@Message(id = 12161, value = "Exception when accessing data store", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_TransactionStatusConnectionManager_1(Throwable arg0);
+ public void warn_recovery_TransactionStatusConnectionManager_1(@Cause() Throwable arg0);
@Message(id = 12162, value = "Object store exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_TransactionStatusConnectionManager_2(Throwable arg0);
+ public void warn_recovery_TransactionStatusConnectionManager_2(@Cause() Throwable arg0);
@Message(id = 12163, value = "Starting service {0} on port {1}", format = MESSAGE_FORMAT)
@LogMessage(level = INFO)
@@ -819,7 +819,7 @@
@Message(id = 12204, value = "Error registering {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_tools_osb_util_JMXServer_m_3(String arg0, Throwable arg1);
+ public void warn_tools_osb_util_JMXServer_m_3(String arg0, @Cause() Throwable arg1);
// @Message(id = 12205, value = "Try to unregister mbean with invalid name {0}.", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -827,11 +827,11 @@
@Message(id = 12206, value = "Unable to unregister bean {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_tools_osb_util_JMXServer_m_5(String arg0, Throwable arg1);
+ public void warn_tools_osb_util_JMXServer_m_5(String arg0, @Cause() Throwable arg1);
@Message(id = 12207, value = "Unable to unregister bean {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_tools_osb_util_JMXServer_m_6(String arg0, Throwable arg1);
+ public void warn_tools_osb_util_JMXServer_m_6(String arg0, @Cause() Throwable arg1);
@Message(id = 12208, value = "An error occurred while creating file {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -839,7 +839,7 @@
@Message(id = 12209, value = "Utility.getDefaultProcess - failed with", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_utils_Utility_1(Throwable arg0);
+ public void warn_utils_Utility_1(@Cause() Throwable arg0);
@Message(id = 12210, value = "Unable to use InetAddress.getLocalHost() to resolve address.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -851,15 +851,15 @@
@Message(id = 12212, value = "StateManagerFriend.forgetAction", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_abstractrecords_smf1(Throwable arg0);
+ public void warn_abstractrecords_smf1(@Cause() Throwable arg0);
@Message(id = 12213, value = "StateManagerFriend.destroyed", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_abstractrecords_smf2(Throwable arg0);
+ public void warn_abstractrecords_smf2(@Cause() Throwable arg0);
@Message(id = 12214, value = "StateManagerFriend.rememberAction", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_abstractrecords_smf3(Throwable arg0);
+ public void warn_abstractrecords_smf3(@Cause() Throwable arg0);
@Message(id = 12215, value = "className is null", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -867,23 +867,23 @@
@Message(id = 12216, value = "attempt to load {0} threw ClassNotFound. Wrong classloader?", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_common_ClassloadingUtility_2(String arg0, Throwable arg1);
+ public void warn_common_ClassloadingUtility_2(String arg0, @Cause() Throwable arg1);
@Message(id = 12217, value = "class {0} does not implement {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_common_ClassloadingUtility_3(String arg0, String arg1, Throwable arg2);
+ public void warn_common_ClassloadingUtility_3(String arg0, String arg1, @Cause() Throwable arg2);
@Message(id = 12218, value = "can't create new instance of {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_common_ClassloadingUtility_4(String arg0, Throwable arg1);
+ public void warn_common_ClassloadingUtility_4(String arg0, @Cause() Throwable arg1);
@Message(id = 12219, value = "can't access {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_common_ClassloadingUtility_5(String arg0, Throwable arg1);
+ public void warn_common_ClassloadingUtility_5(String arg0, @Cause() Throwable arg1);
@Message(id = 12220, value = "can't initialize from string {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_common_ClassloadingUtility_6(String arg0, Throwable arg1);
+ public void warn_common_ClassloadingUtility_6(String arg0, @Cause() Throwable arg1);
@Message(id = 12221, value = "Commit state failed for {0} and {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -950,7 +950,7 @@
@Message(id = 12239, value = "hide_state caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_objectstore_JDBCImple_1(Throwable arg0);
+ public void warn_objectstore_JDBCImple_1(@Cause() Throwable arg0);
@Message(id = 12240, value = "remove_state - type() operation of object with uid {0} returns NULL", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -966,11 +966,11 @@
@Message(id = 12243, value = "initialise caught exceptionatorLoader_3", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_objectstore_JDBCImple_13(Throwable arg0);
+ public void warn_objectstore_JDBCImple_13(@Cause() Throwable arg0);
@Message(id = 12244, value = "getState caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_objectstore_JDBCImple_14(Throwable arg0);
+ public void warn_objectstore_JDBCImple_14(@Cause() Throwable arg0);
@Message(id = 12245, value = "removeFromCache - no entry for {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -978,7 +978,7 @@
@Message(id = 12246, value = "getPool caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_objectstore_JDBCImple_16(Throwable arg0);
+ public void warn_objectstore_JDBCImple_16(@Cause() Throwable arg0);
@Message(id = 12247, value = "getPool - interrupted while waiting for a free connection", format = MESSAGE_FORMAT)
@LogMessage(level = INFO)
@@ -990,31 +990,31 @@
@Message(id = 12249, value = "reveal_state caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_objectstore_JDBCImple_2(Throwable arg0);
+ public void warn_objectstore_JDBCImple_2(@Cause() Throwable arg0);
@Message(id = 12250, value = "currentState caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_objectstore_JDBCImple_3(Throwable arg0);
+ public void warn_objectstore_JDBCImple_3(@Cause() Throwable arg0);
@Message(id = 12251, value = "allObjUids caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_objectstore_JDBCImple_4(Throwable arg0);
+ public void warn_objectstore_JDBCImple_4(@Cause() Throwable arg0);
@Message(id = 12252, value = "allObjUids - pack of Uid failed", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_objectstore_JDBCImple_5(Throwable arg0);
+ public void warn_objectstore_JDBCImple_5(@Cause() Throwable arg0);
@Message(id = 12253, value = "allTypes caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_objectstore_JDBCImple_6(Throwable arg0);
+ public void warn_objectstore_JDBCImple_6(@Cause() Throwable arg0);
@Message(id = 12254, value = "allTypes - pack of Uid failed", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_objectstore_JDBCImple_7(Throwable arg0);
+ public void warn_objectstore_JDBCImple_7(@Cause() Throwable arg0);
@Message(id = 12255, value = "remove_state caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_objectstore_JDBCImple_8(Throwable arg0);
+ public void warn_objectstore_JDBCImple_8(@Cause() Throwable arg0);
@Message(id = 12256, value = "remove_state() attempted removal of {0} state for object with uid {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -1026,7 +1026,7 @@
@Message(id = 12258, value = "JDBCImple:write_state caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_objectstore_JDBCImple_writefailed(Throwable arg0);
+ public void warn_objectstore_JDBCImple_writefailed(@Cause() Throwable arg0);
@Message(id = 12259, value = "JDBCStore could not setup store < {0} , {1} >", format = MESSAGE_FORMAT)
@LogMessage(level = FATAL)
@@ -1034,7 +1034,7 @@
@Message(id = 12260, value = "Received exception for {0}", format = MESSAGE_FORMAT)
@LogMessage(level = FATAL)
- public void fatal_objectstore_JDBCStore_2(String arg0, Throwable arg1);
+ public void fatal_objectstore_JDBCStore_2(String arg0, @Cause() Throwable arg1);
@Message(id = 12261, value = "JDBCStore.setupStore failed to initialise!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -1137,7 +1137,7 @@
@Message(id = 12286, value = "oracle:write_state caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_objectstore_jdbc_oracle_2(Throwable arg0);
+ public void warn_objectstore_jdbc_oracle_2(@Cause() Throwable arg0);
@Message(id = 12287, value = "No typename for object:", format = MESSAGE_FORMAT)
public String get_objectstore_notypenameuid();
@@ -1147,15 +1147,15 @@
@Message(id = 12289, value = "RecoveryManagerStatusModule: Object store exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_AtomicActionRecoveryModule_1(Throwable arg0);
+ public void warn_recovery_AtomicActionRecoveryModule_1(@Cause() Throwable arg0);
@Message(id = 12290, value = "failed to recover Transaction {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_AtomicActionRecoveryModule_2(Uid arg0, Throwable arg1);
+ public void warn_recovery_AtomicActionRecoveryModule_2(Uid arg0, @Cause() Throwable arg1);
@Message(id = 12291, value = "failed to access transaction store {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_AtomicActionRecoveryModule_3(Uid arg0, Throwable arg1);
+ public void warn_recovery_AtomicActionRecoveryModule_3(Uid arg0, @Cause() Throwable arg1);
@Message(id = 12292, value = "Connection - IOException", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -1195,7 +1195,7 @@
@Message(id = 12301, value = "ExpiredTransactionScanner - exception during attempted move {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_ExpiredTransactionScanner_2(Uid arg0, Throwable arg1);
+ public void warn_recovery_ExpiredTransactionScanner_2(Uid arg0, @Cause() Throwable arg1);
// @Message(id = 12302, value = "ExpiredTransactionScanner - could not moved log {0}", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -1239,11 +1239,11 @@
@Message(id = 12312, value = "Loading recovery module", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_PeriodicRecovery_3(Throwable arg0);
+ public void warn_recovery_PeriodicRecovery_3(@Cause() Throwable arg0);
@Message(id = 12313, value = "Loading recovery module", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_PeriodicRecovery_4(Throwable arg0);
+ public void warn_recovery_PeriodicRecovery_4(@Cause() Throwable arg0);
@Message(id = 12314, value = "Loading recovery module: could not find class {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -1263,7 +1263,7 @@
@Message(id = 12318, value = "Could not create recovery listener", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_PeriodicRecovery_9(Throwable arg0);
+ public void warn_recovery_PeriodicRecovery_9(@Cause() Throwable arg0);
@Message(id = 12319, value = "Attempt to load recovery activator with null class name!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -1275,11 +1275,11 @@
@Message(id = 12321, value = "Loading recovery activator", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_RecActivatorLoader_3(Throwable arg0);
+ public void warn_recovery_RecActivatorLoader_3(@Cause() Throwable arg0);
@Message(id = 12322, value = "Loading recovery activator", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_RecActivatorLoader_4(Throwable arg0);
+ public void warn_recovery_RecActivatorLoader_4(@Cause() Throwable arg0);
@Message(id = 12323, value = "Loading recovery module: could not find class {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -1295,7 +1295,7 @@
@Message(id = 12326, value = "socket I/O exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_RecoveryManagerImple_2(Throwable arg0);
+ public void warn_recovery_RecoveryManagerImple_2(@Cause() Throwable arg0);
@Message(id = 12327, value = "TransactionStatusConnector.delete called erroneously", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -1323,19 +1323,19 @@
@Message(id = 12333, value = "Problem with removing host/port item", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_TransactionStatusManagerItem_1(Throwable arg0);
+ public void warn_recovery_TransactionStatusManagerItem_1(@Cause() Throwable arg0);
@Message(id = 12334, value = "Problem with storing host/port", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_TransactionStatusManagerItem_2(Throwable arg0);
+ public void warn_recovery_TransactionStatusManagerItem_2(@Cause() Throwable arg0);
@Message(id = 12335, value = "Problem retrieving host/port", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_TransactionStatusManagerItem_3(Throwable arg0);
+ public void warn_recovery_TransactionStatusManagerItem_3(@Cause() Throwable arg0);
@Message(id = 12336, value = "Failed to obtain host", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_TransactionStatusManagerItem_4(Throwable arg0);
+ public void warn_recovery_TransactionStatusManagerItem_4(@Cause() Throwable arg0);
@Message(id = 12337, value = "TransactionStatusManagerItem host: {0} port: {1}", format = MESSAGE_FORMAT)
@LogMessage(level = INFO)
@@ -1343,7 +1343,7 @@
@Message(id = 12338, value = "Other Exception:", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_WorkerService_1(Throwable arg0);
+ public void warn_recovery_WorkerService_1(@Cause() Throwable arg0);
@Message(id = 12339, value = "IOException", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -1391,7 +1391,7 @@
@Message(id = 12351, value = "Encountered a problem when closing the data stream", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_utils_ExecProcessId_5(Throwable arg0);
+ public void warn_utils_ExecProcessId_5(@Cause() Throwable arg0);
@Message(id = 12352, value = "FileProcessId.getpid - could not locate temporary directory.", format = MESSAGE_FORMAT)
public String get_utils_FileProcessId_1();
@@ -1421,15 +1421,15 @@
@Message(id = 12360, value = "Unable to instantiate ExpiryScanner", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_ExpiredEntryMonitor_6(Throwable arg0);
+ public void warn_recovery_ExpiredEntryMonitor_6(@Cause() Throwable arg0);
@Message(id = 12361, value = "Error constructing mbean", format = MESSAGE_FORMAT)
@LogMessage(level = INFO)
- public void info_osb_MBeanCtorFail(Throwable arg0);
+ public void info_osb_MBeanCtorFail(@Cause() Throwable arg0);
@Message(id = 12362, value = "Failed to create StateManagerWrapper", format = MESSAGE_FORMAT)
@LogMessage(level = INFO)
- public void info_osb_StateManagerWrapperFail(Throwable arg0);
+ public void info_osb_StateManagerWrapperFail(@Cause() Throwable arg0);
@Message(id = 12363, value = "Invalid rootName. Expected {0} but was {1}", format = MESSAGE_FORMAT)
public String get_StoreManager_invalidroot(String arg0, String arg1);
Modified: labs/jbosstm/trunk/ArjunaCore/tsmx/classes/com/arjuna/ats/tsmx/logging/tsmxI18NLogger.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/tsmx/classes/com/arjuna/ats/tsmx/logging/tsmxI18NLogger.java 2010-07-08 08:40:38 UTC (rev 33764)
+++ labs/jbosstm/trunk/ArjunaCore/tsmx/classes/com/arjuna/ats/tsmx/logging/tsmxI18NLogger.java 2010-07-08 09:00:33 UTC (rev 33765)
@@ -41,11 +41,11 @@
@Message(id = 30001, value = "Failed to register MBean {0}", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_TransactionServiceMX_failedtoregistermbean(String arg0, Throwable arg1);
+ public void error_TransactionServiceMX_failedtoregistermbean(String arg0, @Cause() Throwable arg1);
@Message(id = 30002, value = "Failed to unregister MBean {0}", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_TransactionServiceMX_failedtounregistermbean(String arg0, Throwable arg1);
+ public void error_TransactionServiceMX_failedtounregistermbean(String arg0, @Cause() Throwable arg1);
@Message(id = 30003, value = "MBean {0} already registered", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -53,11 +53,11 @@
@Message(id = 30004, value = "Error reading tool jar", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_toolsClassLoader_invalidjar(Throwable arg0);
+ public void error_toolsClassLoader_invalidjar(@Cause() Throwable arg0);
@Message(id = 30005, value = "The URL is invalid {0}", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_toolsClassLoader_invalidurl(String arg0, Throwable arg1);
+ public void error_toolsClassLoader_invalidurl(String arg0, @Cause() Throwable arg1);
/*
Allocate new messages directly above this notice.
Modified: labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/txoj/logging/txojI18NLogger.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/txoj/logging/txojI18NLogger.java 2010-07-08 08:40:38 UTC (rev 33764)
+++ labs/jbosstm/trunk/ArjunaCore/txoj/classes/com/arjuna/ats/txoj/logging/txojI18NLogger.java 2010-07-08 09:00:33 UTC (rev 33765)
@@ -42,11 +42,11 @@
@Message(id = 15001, value = "LockManagerFriend.getLink", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_lmf1(Throwable arg0);
+ public void warn_lmf1(@Cause() Throwable arg0);
@Message(id = 15002, value = "LockManagerFriend.setLink", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_lmf2(Throwable arg0);
+ public void warn_lmf2(@Cause() Throwable arg0);
// @Message(id = 15003, value = "RecoveredTransactionalObject created for {0}", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -54,7 +54,7 @@
@Message(id = 15004, value = "Object store exception on committing {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_RecoveredTransactionalObject_10(Uid arg0, Throwable arg1);
+ public void warn_recovery_RecoveredTransactionalObject_10(Uid arg0, @Cause() Throwable arg1);
// @Message(id = 15005, value = "TO held by transaction {0}", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -74,7 +74,7 @@
@Message(id = 15009, value = "RecoveredTransactionalObject tried to access object store", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_RecoveredTransactionalObject_6(Throwable arg0);
+ public void warn_recovery_RecoveredTransactionalObject_6(@Cause() Throwable arg0);
// @Message(id = 15010, value = "RecoveredTransactionalObject::findHoldingTransaction - uid is {0}", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -82,11 +82,11 @@
@Message(id = 15011, value = "RecoveredTransactionalObject::findHoldingTransaction - exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_RecoveredTransactionalObject_8(Throwable arg0);
+ public void warn_recovery_RecoveredTransactionalObject_8(@Cause() Throwable arg0);
@Message(id = 15012, value = "Object store exception on removing uncommitted state: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_RecoveredTransactionalObject_9(Uid arg0, Throwable arg1);
+ public void warn_recovery_RecoveredTransactionalObject_9(Uid arg0, @Cause() Throwable arg1);
// @Message(id = 15013, value = "TORecoveryModule created", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -106,7 +106,7 @@
@Message(id = 15017, value = "TORecoveryModule: searching for TOs:", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_TORecoveryModule_5(Throwable arg0);
+ public void warn_recovery_TORecoveryModule_5(@Cause() Throwable arg0);
// @Message(id = 15018, value = "TORecoveryModule - second pass", format = MESSAGE_FORMAT)
// @LogMessage(level = INFO)
Modified: labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/jdbc/logging/jdbcI18NLogger.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/jdbc/logging/jdbcI18NLogger.java 2010-07-08 08:40:38 UTC (rev 33764)
+++ labs/jbosstm/trunk/ArjunaJTA/jdbc/classes/com/arjuna/ats/jdbc/logging/jdbcI18NLogger.java 2010-07-08 09:00:33 UTC (rev 33765)
@@ -80,7 +80,7 @@
@Message(id = 17013, value = "Caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_drcdest(Throwable arg0);
+ public void warn_drcdest(@Cause() Throwable arg0);
// @Message(id = 17014, value = "caught exception:", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -98,7 +98,7 @@
@Message(id = 17018, value = "Failed to get modifier for driver:", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_getmoderror(Throwable arg0);
+ public void warn_getmoderror(@Cause() Throwable arg0);
// @Message(id = 17019, value = "Caught exception", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -120,7 +120,7 @@
@Message(id = 17024, value = "{0} - failed to set isolation level", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_isolationlevelfailset(String arg0, Throwable arg1);
+ public void warn_isolationlevelfailset(String arg0, @Cause() Throwable arg1);
@Message(id = 17025, value = "Could not resolve JNDI XADataSource", format = MESSAGE_FORMAT)
public String get_jndierror();
@@ -130,7 +130,7 @@
@Message(id = 17027, value = "An exception occurred during initialisation.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_basic_initexp(Throwable arg0);
+ public void warn_recovery_basic_initexp(@Cause() Throwable arg0);
@Message(id = 17028, value = "{0} could not find information for connection!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -138,7 +138,7 @@
@Message(id = 17029, value = "An exception occurred during initialisation.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_xa_initexp(Throwable arg0);
+ public void warn_recovery_xa_initexp(@Cause() Throwable arg0);
// @Message(id = 17030, value = "{0} could not find information for connection!", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
Modified: labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java 2010-07-08 08:40:38 UTC (rev 33764)
+++ labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/jta/logging/jtaI18NLogger.java 2010-07-08 09:00:33 UTC (rev 33765)
@@ -54,7 +54,7 @@
@Message(id = 16004, value = "XARecoveryModule setup failed", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_constfail(Throwable arg0);
+ public void warn_recovery_constfail(@Cause() Throwable arg0);
@Message(id = 16005, value = "{0} - failed to recover XAResource. status is ${1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -62,7 +62,7 @@
@Message(id = 16006, value = "{0} - forget threw exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_forgetfailed(String arg0, Throwable arg1);
+ public void warn_recovery_forgetfailed(String arg0, @Cause() Throwable arg1);
// @Message(id = 16007, value = "Caught exception: {0} for {1}", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -70,11 +70,11 @@
@Message(id = 16008, value = "{0} - caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_generalrecoveryerror(String arg0, Throwable arg1);
+ public void warn_recovery_generalrecoveryerror(String arg0, @Cause() Throwable arg1);
@Message(id = 16009, value = "Caught:", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_getxaresource(Throwable arg0);
+ public void warn_recovery_getxaresource(@Cause() Throwable arg0);
// @Message(id = 16010, value = "{0} - first pass", format = MESSAGE_FORMAT)
// @LogMessage(level = INFO)
@@ -110,15 +110,15 @@
@Message(id = 16018, value = "XARecoveryModule periodicWork failed", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_objstoreerror(Throwable arg0);
+ public void warn_recovery_objstoreerror(@Cause() Throwable arg0);
@Message(id = 16019, value = "{0} exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_periodicfirstpass(String arg0, Throwable arg1);
+ public void warn_recovery_periodicfirstpass(String arg0, @Cause() Throwable arg1);
@Message(id = 16020, value = "{0} exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_periodicsecondpass(String arg0, Throwable arg1);
+ public void warn_recovery_periodicsecondpass(String arg0, @Cause() Throwable arg1);
@Message(id = 16021, value = "JTA recovery delayed for {0}; got status {1} so waiting for coordinator driven recovery", format = MESSAGE_FORMAT)
@LogMessage(level = INFO)
@@ -126,7 +126,7 @@
@Message(id = 16022, value = "Recovery threw:", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_recoveryerror(Throwable arg0);
+ public void warn_recovery_recoveryerror(@Cause() Throwable arg0);
@Message(id = 16023, value = "JTA failed to recovery {0}; got status {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -138,7 +138,7 @@
@Message(id = 16025, value = "Unexpected recovery error", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_unexpectedrecoveryerror(Throwable arg0);
+ public void warn_recovery_unexpectedrecoveryerror(@Cause() Throwable arg0);
// @Message(id = 16026, value = "{0} - first pass", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -146,22 +146,22 @@
@Message(id = 16027, value = "{0} got XA exception {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_xarecovery1(String arg0, String arg1, Throwable arg2);
+ public void warn_recovery_xarecovery1(String arg0, String arg1, @Cause() Throwable arg2);
@Message(id = 16028, value = "{0} got exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_xarecovery2(String arg0, Throwable arg1);
+ public void warn_recovery_xarecovery2(String arg0, @Cause() Throwable arg1);
@Message(id = 16029, value = "SynchronizationImple.afterCompletion - failed for {0} with exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_resources_arjunacore_SynchronizationImple(String arg0, Throwable arg1);
+ public void warn_resources_arjunacore_SynchronizationImple(String arg0, @Cause() Throwable arg1);
@Message(id = 16030, value = "XAOnePhaseResource.pack failed to serialise resource", format = MESSAGE_FORMAT)
public String get_resources_arjunacore_XAOnePhaseResource_pack();
@Message(id = 16031, value = "XAOnePhaseResource.rollback for {0} failed with exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_resources_arjunacore_XAOnePhaseResource_rollbackexception(String arg0, Throwable arg1);
+ public void warn_resources_arjunacore_XAOnePhaseResource_rollbackexception(String arg0, @Cause() Throwable arg1);
@Message(id = 16032, value = "failed to deserialise resource", format = MESSAGE_FORMAT)
public String get_resources_arjunacore_XAOnePhaseResource_unpack();
@@ -179,7 +179,7 @@
@Message(id = 16036, value = "commit on {0} ({1}) failed with exception ${2}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_resources_arjunacore_commitxaerror(String arg0, String arg1, String arg2, Throwable arg3);
+ public void warn_resources_arjunacore_commitxaerror(String arg0, String arg1, String arg2, @Cause() Throwable arg3);
@Message(id = 16037, value = "Could not find new XAResource to use for recovering non-serializable XAResource {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -191,7 +191,7 @@
@Message(id = 16039, value = "onePhaseCommit on {0} ({1}) failed with exception {2}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_resources_arjunacore_opcerror(String arg0, String arg1, String arg2, Throwable arg3);
+ public void warn_resources_arjunacore_opcerror(String arg0, String arg1, String arg2, @Cause() Throwable arg3);
@Message(id = 16040, value = "{0} - null transaction!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -199,7 +199,7 @@
@Message(id = 16041, value = "prepare on {0} ({1}) failed with exception {2}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_resources_arjunacore_preparefailed(String arg0, String arg1, String arg2, Throwable arg3);
+ public void warn_resources_arjunacore_preparefailed(String arg0, String arg1, String arg2, @Cause() Throwable arg3);
@Message(id = 16042, value = "{0} - null transaction!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -207,15 +207,15 @@
@Message(id = 16043, value = "Exception on attempting to restore XAResource", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_resources_arjunacore_restorestate(Throwable arg0);
+ public void warn_resources_arjunacore_restorestate(@Cause() Throwable arg0);
@Message(id = 16044, value = "An error occurred during restore_state for XAResource {0} and transaction {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_resources_arjunacore_restorestateerror(String arg0, String arg1, Throwable arg2);
+ public void warn_resources_arjunacore_restorestateerror(String arg0, String arg1, @Cause() Throwable arg2);
@Message(id = 16045, value = "attempted rollback of {0} ({1}) failed with exception code {2}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_resources_arjunacore_rollbackerror(String arg0, String arg1, String arg2, Throwable arg3);
+ public void warn_resources_arjunacore_rollbackerror(String arg0, String arg1, String arg2, @Cause() Throwable arg3);
@Message(id = 16046, value = "{0} - null transaction!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -227,7 +227,7 @@
@Message(id = 16048, value = "An error occurred during save_state for XAResource {0} and transaction {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_resources_arjunacore_savestateerror(String arg0, String arg1, Throwable arg2);
+ public void warn_resources_arjunacore_savestateerror(String arg0, String arg1, @Cause() Throwable arg2);
@Message(id = 16049, value = "{0} called illegally.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -252,11 +252,11 @@
@Message(id = 16055, value = "{0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_transaction_arjunacore_delistgeneral(String arg0, Throwable arg1);
+ public void warn_transaction_arjunacore_delistgeneral(String arg0, @Cause() Throwable arg1);
@Message(id = 16056, value = "{0} - caught exception during delist : {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_transaction_arjunacore_delistresource(String arg0, String arg1, Throwable arg2);
+ public void warn_transaction_arjunacore_delistresource(String arg0, String arg1, @Cause() Throwable arg2);
// @Message(id = 16057, value = "Can't enlist the resource because the transaction is marked for rollback", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -275,7 +275,7 @@
@Message(id = 16061, value = "{0} - XAResource.start returned: {2} for {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_transaction_arjunacore_enliststarterror(String arg0, String arg1, String arg2, Throwable arg3);
+ public void warn_transaction_arjunacore_enliststarterror(String arg0, String arg1, String arg2, @Cause() Throwable arg3);
@Message(id = 16062, value = "illegal resource state", format = MESSAGE_FORMAT)
public String get_transaction_arjunacore_illresstate();
@@ -292,18 +292,18 @@
@Message(id = 16066, value = "Failed to create instance of TransactionImporter", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_transaction_arjunacore_jca_SubordinationManager_importerfailure(Throwable arg0);
+ public void error_transaction_arjunacore_jca_SubordinationManager_importerfailure(@Cause() Throwable arg0);
@Message(id = 16067, value = "Failed to create instance of XATerminator", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_transaction_arjunacore_jca_SubordinationManager_terminatorfailure(Throwable arg0);
+ public void error_transaction_arjunacore_jca_SubordinationManager_terminatorfailure(@Cause() Throwable arg0);
@Message(id = 16068, value = "Work already active!", format = MESSAGE_FORMAT)
public String get_transaction_arjunacore_jca_busy();
@Message(id = 16069, value = "failed to load Last Resource Optimisation Interface {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_transaction_arjunacore_lastResourceOptimisationInterface(String arg0, Throwable arg1);
+ public void warn_transaction_arjunacore_lastResourceOptimisationInterface(String arg0, @Cause() Throwable arg1);
@Message(id = 16070, value = "{0} - could not mark {0} as rollback only", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -311,7 +311,7 @@
@Message(id = 16071, value = "{0} caught XAException: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_transaction_arjunacore_newtmerror(String arg0, String arg1, Throwable arg2);
+ public void warn_transaction_arjunacore_newtmerror(String arg0, String arg1, @Cause() Throwable arg2);
@Message(id = 16072, value = "No such transaction!", format = MESSAGE_FORMAT)
public String get_transaction_arjunacore_nosuchtx();
@@ -356,11 +356,11 @@
@Message(id = 16085, value = "Caught the following error", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_transaction_arjunacore_threadexception(Throwable arg0);
+ public void warn_transaction_arjunacore_threadexception(@Cause() Throwable arg0);
@Message(id = 16086, value = "{0} setTransactionTimeout on XAResource {1} threw: {2}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_transaction_arjunacore_timeouterror(String arg0, String arg1, String arg2, Throwable arg3);
+ public void warn_transaction_arjunacore_timeouterror(String arg0, String arg1, String arg2, @Cause() Throwable arg3);
@Message(id = 16087, value = "{0} - unknown resource", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -368,11 +368,11 @@
@Message(id = 16088, value = "Could not call end on a suspended resource!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_transaction_arjunacore_xaenderror(Throwable arg0);
+ public void warn_transaction_arjunacore_xaenderror(@Cause() Throwable arg0);
@Message(id = 16089, value = "{0} - caught: {2} for {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_transaction_arjunacore_xastart(String arg0, String arg1, String arg2, Throwable arg3);
+ public void warn_transaction_arjunacore_xastart(String arg0, String arg1, String arg2, @Cause() Throwable arg3);
// @Message(id = 16090, value = "Failed to create instance of TransactionManager", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -380,7 +380,7 @@
@Message(id = 16091, value = "Failed to lookup transaction manager in JNDI context", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_TransactionManager_jndifailure(Throwable arg0);
+ public void warn_TransactionManager_jndifailure(@Cause() Throwable arg0);
// @Message(id = 16092, value = "Failed to create instance of UserTransaction", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -388,7 +388,7 @@
@Message(id = 16093, value = "Failed to lookup user transaction in JNDI context", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_UserTransaction_jndifailure(Throwable arg0);
+ public void warn_UserTransaction_jndifailure(@Cause() Throwable arg0);
// @Message(id = 16094, value = "Failed to bind the JTA implementations with the appropriate JNDI contexts: {0}", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
Modified: labs/jbosstm/trunk/ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/utils/jtaxI18NLogger.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/utils/jtaxI18NLogger.java 2010-07-08 08:40:38 UTC (rev 33764)
+++ labs/jbosstm/trunk/ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/utils/jtaxI18NLogger.java 2010-07-08 09:00:33 UTC (rev 33765)
@@ -53,7 +53,7 @@
@Message(id = 24004, value = "Caught the following error while trying to single phase complete resource", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_jtax_resources_jts_orbspecific_coperror(Throwable arg0);
+ public void warn_jtax_resources_jts_orbspecific_coperror(@Cause() Throwable arg0);
@Message(id = 24005, value = "Committing of resource state failed.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -61,7 +61,7 @@
@Message(id = 24006, value = "{0} caused an error from resource {1} in transaction {2}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_jtax_resources_jts_orbspecific_generror(String arg0, String arg1, String arg2, Throwable arg3);
+ public void warn_jtax_resources_jts_orbspecific_generror(String arg0, String arg1, String arg2, @Cause() Throwable arg3);
@Message(id = 24007, value = "You have chosen to disable the Multiple Last Resources warning. You will see it only once.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -81,7 +81,7 @@
@Message(id = 24011, value = "Reading state caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_jtax_resources_jts_orbspecific_loadstateread(Throwable arg0);
+ public void warn_jtax_resources_jts_orbspecific_loadstateread(@Cause() Throwable arg0);
@Message(id = 24012, value = "Could not find new XAResource to use for recovering non-serializable XAResource {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -97,23 +97,23 @@
@Message(id = 24015, value = "XAResource prepare failed on resource {0} for transaction {1} with: {2}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_jtax_resources_jts_orbspecific_preparefailed(String arg0, String arg1, String arg2, Throwable arg3);
+ public void warn_jtax_resources_jts_orbspecific_preparefailed(String arg0, String arg1, String arg2, @Cause() Throwable arg3);
@Message(id = 24016, value = "Recovery of resource failed when trying to call {0} got exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_jtax_resources_jts_orbspecific_recfailed(String arg0, Throwable arg1);
+ public void warn_jtax_resources_jts_orbspecific_recfailed(String arg0, @Cause() Throwable arg1);
@Message(id = 24017, value = "Attempted shutdown of resource failed with exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_jtax_resources_jts_orbspecific_remconn(Throwable arg0);
+ public void warn_jtax_resources_jts_orbspecific_remconn(@Cause() Throwable arg0);
@Message(id = 24018, value = "Exception on attempting to resource XAResource", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_jtax_resources_jts_orbspecific_restoreerror1(Throwable arg0);
+ public void warn_jtax_resources_jts_orbspecific_restoreerror1(@Cause() Throwable arg0);
@Message(id = 24019, value = "Unexpected exception on attempting to resource XAResource", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_jtax_resources_jts_orbspecific_restoreerror2(Throwable arg0);
+ public void warn_jtax_resources_jts_orbspecific_restoreerror2(@Cause() Throwable arg0);
@Message(id = 24020, value = "Could not serialize a serializable XAResource!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -121,7 +121,7 @@
@Message(id = 24021, value = "{0} caught unexpected exception during recovery phase!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_jtax_resources_jts_orbspecific_unexpected(String arg0, Throwable arg1);
+ public void warn_jtax_resources_jts_orbspecific_unexpected(String arg0, @Cause() Throwable arg1);
@Message(id = 24022, value = "Updating of resource state failed.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -129,14 +129,14 @@
@Message(id = 24023, value = "{0} caused an XA error: {1} from resource {2} in transaction {3}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_jtax_resources_jts_orbspecific_xaerror(String arg0, String arg1, String arg2, String arg3, Throwable arg4);
+ public void warn_jtax_resources_jts_orbspecific_xaerror(String arg0, String arg1, String arg2, String arg3, @Cause() Throwable arg4);
@Message(id = 24024, value = "thread is already associated with a transaction and subtransaction support is not enabled!", format = MESSAGE_FORMAT)
public String get_jtax_transaction_jts_alreadyassociated();
@Message(id = 24025, value = "Delist of resource failed with exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_jtax_transaction_jts_delistfailed(Throwable arg0);
+ public void warn_jtax_transaction_jts_delistfailed(@Cause() Throwable arg0);
@Message(id = 24026, value = "Ending suspended RMs failed when rolling back the transaction!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -163,7 +163,7 @@
@Message(id = 24033, value = "failed to load Last Resource Optimisation Interface {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_jtax_transaction_jts_lastResourceOptimisationInterface(String arg0, Throwable arg1);
+ public void warn_jtax_transaction_jts_lastResourceOptimisationInterface(String arg0, @Cause() Throwable arg1);
@Message(id = 24034, value = "Could not enlist resource because the transaction is marked for rollback.", format = MESSAGE_FORMAT)
public String get_jtax_transaction_jts_markedrollback();
@@ -197,11 +197,11 @@
@Message(id = 24043, value = "An error occurred while checking if this is a new resource manager:", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_jtax_transaction_jts_rmerror(Throwable arg0);
+ public void warn_jtax_transaction_jts_rmerror(@Cause() Throwable arg0);
@Message(id = 24044, value = "{0} could not mark the transaction as rollback only", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_jtax_transaction_jts_rollbackerror(String arg0, Throwable arg1);
+ public void warn_jtax_transaction_jts_rollbackerror(String arg0, @Cause() Throwable arg1);
// @Message(id = 24045, value = "setRollbackOnly called from:", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -209,7 +209,7 @@
@Message(id = 24046, value = "{0} returned XA error {1} for transaction {2}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_jtax_transaction_jts_starterror(String arg0, String arg1, String arg2, Throwable arg3);
+ public void warn_jtax_transaction_jts_starterror(String arg0, String arg1, String arg2, @Cause() Throwable arg3);
// @Message(id = 24047, value = "Not allowed to terminate subordinate transaction directly.", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -220,7 +220,7 @@
@Message(id = 24049, value = "cleanup synchronization failed to register:", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_jtax_transaction_jts_syncproblem(Throwable arg0);
+ public void warn_jtax_transaction_jts_syncproblem(@Cause() Throwable arg0);
@Message(id = 24050, value = "The transaction implementation threw a RollbackException", format = MESSAGE_FORMAT)
public String get_jtax_transaction_jts_syncrollbackexception();
@@ -230,7 +230,7 @@
@Message(id = 24052, value = "Active thread error:", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_jtax_transaction_jts_threaderror(Throwable arg0);
+ public void warn_jtax_transaction_jts_threaderror(@Cause() Throwable arg0);
@Message(id = 24053, value = "{0} attempt to delist unknown resource!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -245,11 +245,11 @@
@Message(id = 24056, value = "{0} caught XA exception: {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_jtax_transaction_jts_xaerror(String arg0, String arg1, Throwable arg2);
+ public void warn_jtax_transaction_jts_xaerror(String arg0, String arg1, @Cause() Throwable arg2);
@Message(id = 24057, value = "{0} setTransactionTimeout on XAResource {2} threw: {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_jtax_transaction_jts_timeouterror(String arg0, String arg1, String arg2, Throwable arg3);
+ public void warn_jtax_transaction_jts_timeouterror(String arg0, String arg1, String arg2, @Cause() Throwable arg3);
/*
Allocate new messages directly above this notice.
Modified: labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/jts/logging/jtsI18NLogger.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/jts/logging/jtsI18NLogger.java 2010-07-08 08:40:38 UTC (rev 33764)
+++ labs/jbosstm/trunk/ArjunaJTS/jts/classes/com/arjuna/ats/jts/logging/jtsI18NLogger.java 2010-07-08 09:00:33 UTC (rev 33765)
@@ -70,7 +70,7 @@
@Message(id = 22008, value = "{0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_context_genfail(String arg0, Throwable arg1);
+ public void warn_context_genfail(String arg0, @Cause() Throwable arg1);
@Message(id = 22009, value = "{0} does not support ORB: {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -81,15 +81,15 @@
@Message(id = 22011, value = "Failed to cancel transaction", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_cwabort(Throwable arg0);
+ public void warn_cwabort(@Cause() Throwable arg0);
@Message(id = 22012, value = "Failed to mark transaction as rollback only", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_cwcommit(Throwable arg0);
+ public void warn_cwcommit(@Cause() Throwable arg0);
@Message(id = 22013, value = "Failed to cancel transaction", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_interposition_cwabort(Throwable arg0);
+ public void warn_interposition_cwabort(@Cause() Throwable arg0);
@Message(id = 22014, value = "{0} - default already set!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -125,7 +125,7 @@
@Message(id = 22022, value = "{0} for transaction {1} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_interposition_sfcaught(String arg0, Uid arg1, Throwable arg2);
+ public void warn_interposition_sfcaught(String arg0, Uid arg1, @Cause() Throwable arg2);
@Message(id = 22023, value = "{0} - no parent transaction given!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -133,15 +133,15 @@
@Message(id = 22024, value = "{0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_coordinator_generror(String arg0, Throwable arg1);
+ public void warn_orbspecific_coordinator_generror(String arg0, @Cause() Throwable arg1);
@Message(id = 22025, value = "{0} attempt to mark transaction {1} as rollback only threw exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_coordinator_rbofail(String arg0, Uid arg1, Throwable arg2);
+ public void warn_orbspecific_coordinator_rbofail(String arg0, Uid arg1, @Cause() Throwable arg2);
@Message(id = 22026, value = "Creation of RecoveryCoordinator for {0} threw exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_coordinator_rccreate(Uid arg0, Throwable arg1);
+ public void warn_orbspecific_coordinator_rccreate(Uid arg0, @Cause() Throwable arg1);
@Message(id = 22027, value = "not created!", format = MESSAGE_FORMAT)
public String get_orbspecific_coordinator_rcnotcreated();
@@ -163,7 +163,7 @@
@Message(id = 22032, value = "{0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_interposition_coordinator_generror(String arg0, Throwable arg1);
+ public void warn_orbspecific_interposition_coordinator_generror(String arg0, @Cause() Throwable arg1);
@Message(id = 22033, value = "{0} - synchronizations have not been called!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -175,7 +175,7 @@
@Message(id = 22035, value = "{0} could not destroy object", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_interposition_destfailed(String arg0, Throwable arg1);
+ public void warn_orbspecific_interposition_destfailed(String arg0, @Cause() Throwable arg1);
@Message(id = 22036, value = "Could not remove child {0} from {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -183,11 +183,11 @@
@Message(id = 22037, value = "{0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_interposition_resources_arjuna_generror(String arg0, Throwable arg1);
+ public void warn_orbspecific_interposition_resources_arjuna_generror(String arg0, @Cause() Throwable arg1);
@Message(id = 22038, value = "{0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_interposition_resources_arjuna_generror_2(String arg0, Throwable arg1);
+ public void warn_orbspecific_interposition_resources_arjuna_generror_2(String arg0, @Cause() Throwable arg1);
@Message(id = 22039, value = "{0} - could not register interposed hierarchy!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -255,15 +255,15 @@
@Message(id = 22056, value = "{0} - a failure occured when getting {1} codec - unknown encoding.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_jacorb_interceptors_context_codecerror(String arg0, String arg1, Throwable arg2);
+ public void warn_orbspecific_jacorb_interceptors_context_codecerror(String arg0, String arg1, @Cause() Throwable arg2);
@Message(id = 22057, value = "{0} - duplicate interceptor name for {1} when registering", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_jacorb_interceptors_context_duplicatename(String arg0, String arg1, Throwable arg2);
+ public void warn_orbspecific_jacorb_interceptors_context_duplicatename(String arg0, String arg1, @Cause() Throwable arg2);
@Message(id = 22058, value = "Context interceptor caught an unexpected exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_jacorb_interceptors_context_error(Throwable arg0);
+ public void warn_orbspecific_jacorb_interceptors_context_error(@Cause() Throwable arg0);
@Message(id = 22059, value = "Invalid portable interceptor transaction parameter!", format = MESSAGE_FORMAT)
public String get_orbspecific_jacorb_interceptors_context_invalidparam();
@@ -273,18 +273,18 @@
@Message(id = 22061, value = "{0} caught an unexpected exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_jacorb_interceptors_context_srie(String arg0, Throwable arg1);
+ public void warn_orbspecific_jacorb_interceptors_context_srie(String arg0, @Cause() Throwable arg1);
@Message(id = 22062, value = "Cannot create a codec of the required encoding.", format = MESSAGE_FORMAT)
public String get_orbspecific_jacorb_interceptors_interposition_codeccreate();
@Message(id = 22063, value = "{0} - a failure occured when getting {1} codec - unknown encoding.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_jacorb_interceptors_interposition_codecerror(String arg0, String arg1, Throwable arg2);
+ public void warn_orbspecific_jacorb_interceptors_interposition_codecerror(String arg0, String arg1, @Cause() Throwable arg2);
@Message(id = 22064, value = "{0} - duplicate interceptor name for {1} when registering", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_jacorb_interceptors_interposition_duplicatename(String arg0, String arg1, Throwable arg2);
+ public void warn_orbspecific_jacorb_interceptors_interposition_duplicatename(String arg0, String arg1, @Cause() Throwable arg2);
@Message(id = 22065, value = "Invalid portable interceptor transaction parameter!", format = MESSAGE_FORMAT)
public String get_orbspecific_jacorb_interceptors_interposition_invalidparam();
@@ -294,7 +294,7 @@
@Message(id = 22067, value = "{0} caught an unexpected exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_jacorb_interceptors_interposition_srie(String arg0, Throwable arg1);
+ public void warn_orbspecific_jacorb_interceptors_interposition_srie(String arg0, @Cause() Throwable arg1);
// @Message(id = 22068, value = "Client Interceptor for RecoveryCoordinators created", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -302,7 +302,7 @@
@Message(id = 22069, value = "Failed to retreive the Object reference of the default RecoverCoordinator Object.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_jacorb_recoverycoordinators_ClientForwardInterceptor_2(Throwable arg0);
+ public void warn_orbspecific_jacorb_recoverycoordinators_ClientForwardInterceptor_2(@Cause() Throwable arg0);
// @Message(id = 22070, value = "Failed to obtain the ObjectId string of the RecveryCoordinator target.", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -310,11 +310,11 @@
@Message(id = 22071, value = "Failed to build service context with the ObjectId", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_jacorb_recoverycoordinators_ClientForwardInterceptor_4(Throwable arg0);
+ public void warn_orbspecific_jacorb_recoverycoordinators_ClientForwardInterceptor_4(@Cause() Throwable arg0);
@Message(id = 22072, value = "Failed in ClientInitializer::post_init -", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_jacorb_recoverycoordinators_ClientInitializer_1(Throwable arg0);
+ public void warn_orbspecific_jacorb_recoverycoordinators_ClientInitializer_1(@Cause() Throwable arg0);
// @Message(id = 22073, value = "JacOrbDefaultServant replay_completion for recoverId {0}", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -326,7 +326,7 @@
@Message(id = 22075, value = "JacOrbServant.replay_completion got exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_jacorb_recoverycoordinators_JacOrbRCDefaultServant_3(Throwable arg0);
+ public void warn_orbspecific_jacorb_recoverycoordinators_JacOrbRCDefaultServant_3(@Cause() Throwable arg0);
// @Message(id = 22076, value = "JacOrbRCManager: Created reference for tran {0} = {1}", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -334,7 +334,7 @@
@Message(id = 22077, value = "RCManager.makeRC did not make rcvco reference", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_jacorb_recoverycoordinators_JacOrbRCManager_2(Throwable arg0);
+ public void warn_orbspecific_jacorb_recoverycoordinators_JacOrbRCManager_2(@Cause() Throwable arg0);
@Message(id = 22078, value = "RCManager could not find file in object store.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -346,11 +346,11 @@
@Message(id = 22080, value = "Unexpected exception during IOR setup", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_jacorb_recoverycoordinators_JacOrbRCManager_5(Throwable arg0);
+ public void warn_orbspecific_jacorb_recoverycoordinators_JacOrbRCManager_5(@Cause() Throwable arg0);
@Message(id = 22081, value = "Failed to create poa for recoverycoordinators", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_jacorb_recoverycoordinators_JacOrbRCServiceInit_1(Throwable arg0);
+ public void warn_orbspecific_jacorb_recoverycoordinators_JacOrbRCServiceInit_1(@Cause() Throwable arg0);
// @Message(id = 22082, value = "JacOrbRCServiceInit - set default servant and activated", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -358,7 +358,7 @@
@Message(id = 22083, value = "JacOrbRCServiceInit - Failed to start RC service", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_jacorb_recoverycoordinators_JacOrbRCServiceInit_3(Throwable arg0);
+ public void warn_orbspecific_jacorb_recoverycoordinators_JacOrbRCServiceInit_3(@Cause() Throwable arg0);
// @Message(id = 22084, value = "Unable to create file ObjectId", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -378,7 +378,7 @@
@Message(id = 22088, value = "Failed to create orb and poa for transactional objects", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_jacorb_recoverycoordinators_JacOrbRCServiceInit_7(Throwable arg0);
+ public void warn_orbspecific_jacorb_recoverycoordinators_JacOrbRCServiceInit_7(@Cause() Throwable arg0);
@Message(id = 22089, value = "RootPOA is null. Initialization failed. Check no conflicting or duplicate service is running.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -390,7 +390,7 @@
@Message(id = 22091, value = "Failed in ServerInitializer::post_init -", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_jacorb_recoverycoordinators_ServerInitializer_1(Throwable arg0);
+ public void warn_orbspecific_jacorb_recoverycoordinators_ServerInitializer_1(@Cause() Throwable arg0);
// @Message(id = 22092, value = "Failed to obtain the service context -", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -401,15 +401,15 @@
@Message(id = 22094, value = "{0} - a failure occured when getting {1} codec - unknown encoding.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_javaidl_interceptors_context_codecerror(String arg0, String arg1, Throwable arg2);
+ public void warn_orbspecific_javaidl_interceptors_context_codecerror(String arg0, String arg1, @Cause() Throwable arg2);
@Message(id = 22095, value = "{0} - duplicate interceptor name for {1} when registering", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_javaidl_interceptors_context_duplicatename(String arg0, String arg1, Throwable arg2);
+ public void warn_orbspecific_javaidl_interceptors_context_duplicatename(String arg0, String arg1, @Cause() Throwable arg2);
@Message(id = 22096, value = "Context interceptor caught an unexpected exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_javaidl_interceptors_context_error(Throwable arg0);
+ public void warn_orbspecific_javaidl_interceptors_context_error(@Cause() Throwable arg0);
@Message(id = 22097, value = "Invalid portable interceptor transaction parameter!", format = MESSAGE_FORMAT)
public String get_orbspecific_javaidl_interceptors_context_invalidparam();
@@ -419,18 +419,18 @@
@Message(id = 22099, value = "{0} caught an unexpected exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_javaidl_interceptors_context_srie(String arg0, Throwable arg1);
+ public void warn_orbspecific_javaidl_interceptors_context_srie(String arg0, @Cause() Throwable arg1);
@Message(id = 22100, value = "Cannot create a codec of the required encoding.", format = MESSAGE_FORMAT)
public String get_orbspecific_javaidl_interceptors_interposition_codeccreate();
@Message(id = 22101, value = "{0} - a failure occured when getting {1} codec - unknown encoding.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_javaidl_interceptors_interposition_codecerror(String arg0, String arg1, Throwable arg2);
+ public void warn_orbspecific_javaidl_interceptors_interposition_codecerror(String arg0, String arg1, @Cause() Throwable arg2);
@Message(id = 22102, value = "{0} - duplicate interceptor name for {1} when registering", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_javaidl_interceptors_interposition_duplicatename(String arg0, String arg1, Throwable arg2);
+ public void warn_orbspecific_javaidl_interceptors_interposition_duplicatename(String arg0, String arg1, @Cause() Throwable arg2);
@Message(id = 22103, value = "Invalid portable interceptor transaction parameter!", format = MESSAGE_FORMAT)
public String get_orbspecific_javaidl_interceptors_interposition_invalidparam();
@@ -440,26 +440,26 @@
@Message(id = 22105, value = "{0} caught an unexpected exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_javaidl_interceptors_interposition_srie(String arg0, Throwable arg1);
+ public void warn_orbspecific_javaidl_interceptors_interposition_srie(String arg0, @Cause() Throwable arg1);
@Message(id = 22106, value = "is not a valid unique identifier!", format = MESSAGE_FORMAT)
public String get_orbspecific_otiderror();
@Message(id = 22107, value = "{0} for {1} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_tficaught(String arg0, Uid arg1, Throwable arg2);
+ public void warn_orbspecific_tficaught(String arg0, Uid arg1, @Cause() Throwable arg2);
@Message(id = 22108, value = "{0} attempt to clean up failed with exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_orbspecific_tidyfail(String arg0, Throwable arg1);
+ public void warn_orbspecific_tidyfail(String arg0, @Cause() Throwable arg1);
@Message(id = 22109, value = "Resolution of OTS server failed", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_otsservererror(Throwable arg0);
+ public void warn_otsservererror(@Cause() Throwable arg0);
@Message(id = 22110, value = "Resolution of OTS server failed - invalid name", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_otsserverfailed(Throwable arg0);
+ public void warn_otsserverfailed(@Cause() Throwable arg0);
// @Message(id = 22111, value = "ExpiredContactScanner created, with expiry time of {0} seconds", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -503,7 +503,7 @@
@Message(id = 22121, value = "The Recovery Service Initialisation failed}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_RecoveryEnablement_6(Throwable arg0);
+ public void warn_recovery_RecoveryEnablement_6(@Cause() Throwable arg0);
// @Message(id = 22122, value = "added ORBAttribute for recoveryCoordinatorInitialiser", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -527,7 +527,7 @@
@Message(id = 22127, value = "Problem with storing process/factory link", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_contact_FactoryContactItem_1(Throwable arg0);
+ public void warn_recovery_contact_FactoryContactItem_1(@Cause() Throwable arg0);
@Message(id = 22128, value = "Attempted to read FactoryContactItem of different version", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -539,7 +539,7 @@
@Message(id = 22130, value = "Problem with restoring process/factory link", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_contact_FactoryContactItem_4(Throwable arg0);
+ public void warn_recovery_contact_FactoryContactItem_4(@Cause() Throwable arg0);
@Message(id = 22131, value = "Problem with restoring process/factory link", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -551,7 +551,7 @@
@Message(id = 22133, value = "Problem with removing contact item", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_contact_FactoryContactItem_7(Throwable arg0);
+ public void warn_recovery_contact_FactoryContactItem_7(@Cause() Throwable arg0);
// @Message(id = 22134, value = "RecoveryContactWriter() created", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -575,11 +575,11 @@
@Message(id = 22139, value = "CORBA exception on trying to contact original process", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_contact_StatusChecker_11(Throwable arg0);
+ public void warn_recovery_contact_StatusChecker_11(@Cause() Throwable arg0);
@Message(id = 22140, value = "Exception on trying to contact original process", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_contact_StatusChecker_12(Throwable arg0);
+ public void warn_recovery_contact_StatusChecker_12(@Cause() Throwable arg0);
// @Message(id = 22141, value = "StatusChecker.getStatus({0}) - no factory, process previously dead", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -591,7 +591,7 @@
@Message(id = 22143, value = "surprise item in StatusChecker list for {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_contact_StatusChecker_15(Uid arg0, Throwable arg1);
+ public void warn_recovery_contact_StatusChecker_15(Uid arg0, @Cause() Throwable arg1);
// @Message(id = 22144, value = "StatusChecker.getStatus( {0} ) - stored status = {1}", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -651,7 +651,7 @@
@Message(id = 22158, value = "System exception when creating RecoveryCoordinator object key", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_recoverycoordinators_RecoveryCoordinatorId_2(Throwable arg0);
+ public void warn_recovery_recoverycoordinators_RecoveryCoordinatorId_2(@Cause() Throwable arg0);
@Message(id = 22159, value = "RecoveryCoordinatorId could not decode data {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -699,7 +699,7 @@
@Message(id = 22170, value = "RecoveredServerTransaction: caught unexpected exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_transactions_RecoveredServerTransaction_13(Throwable arg0);
+ public void warn_recovery_transactions_RecoveredServerTransaction_13(@Cause() Throwable arg0);
@Message(id = 22171, value = "RecoveredServerTransaction: {0} is invalid", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -755,7 +755,7 @@
@Message(id = 22184, value = "RecoveredTransaction activate of {0} failed", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_transactions_RecoveredTransaction_3(Uid arg0, Throwable arg1);
+ public void warn_recovery_transactions_RecoveredTransaction_3(Uid arg0, @Cause() Throwable arg1);
// @Message(id = 22185, value = "RecoveredTransaction.replayPhase2 ({0}) - status = {1}", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -771,7 +771,7 @@
@Message(id = 22188, value = "RecoveredTransaction.removeOldStoreEntry - problem", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_transactions_RecoveredTransaction_8(Throwable arg0);
+ public void warn_recovery_transactions_RecoveredTransaction_8(@Cause() Throwable arg0);
// @Message(id = 22189, value = "ServerTransactionRecoveryModule created", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -887,7 +887,7 @@
@Message(id = 22217, value = "TransactionRecoveryModule: Object store exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_transactions_TransactionRecoveryModule_4(Throwable arg0);
+ public void warn_recovery_transactions_TransactionRecoveryModule_4(@Cause() Throwable arg0);
// @Message(id = 22218, value = "found transaction {0}", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -911,7 +911,7 @@
@Message(id = 22223, value = "{0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_resources_errgenerr(String arg0, Throwable arg1);
+ public void warn_resources_errgenerr(String arg0, @Cause() Throwable arg1);
@Message(id = 22224, value = "{0} - no parent!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -939,7 +939,7 @@
@Message(id = 22230, value = "{0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_resources_rrcaught(String arg0, Throwable arg1);
+ public void warn_resources_rrcaught(String arg0, @Cause() Throwable arg1);
@Message(id = 22231, value = "{0} called illegally.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -951,7 +951,7 @@
@Message(id = 22233, value = "{0} caught unexpected exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_eicaughtexception(String arg0, Throwable arg1);
+ public void warn_eicaughtexception(String arg0, @Cause() Throwable arg1);
@Message(id = 22234, value = "{0} called multiple times.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -975,7 +975,7 @@
@Message(id = 22239, value = "{0} caught unexpected exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_extensions_atgenerror(String arg0, Throwable arg1);
+ public void warn_extensions_atgenerror(String arg0, @Cause() Throwable arg1);
@Message(id = 22240, value = "{0} - no transaction!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -999,11 +999,11 @@
@Message(id = 22245, value = "Cannot determine transaction name!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_extensions_namefail(Throwable arg0);
+ public void warn_extensions_namefail(@Cause() Throwable arg0);
@Message(id = 22246, value = "{0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_extensions_threadasserror(String arg0, Throwable arg1);
+ public void warn_extensions_threadasserror(String arg0, @Cause() Throwable arg1);
@Message(id = 22247, value = "Top-level transaction going out of scope with nested transaction {0} still set.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -1015,7 +1015,7 @@
@Message(id = 22249, value = "{0} - could not resume transaction", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_thread_resumefailed(String arg0, Throwable arg1);
+ public void warn_thread_resumefailed(String arg0, @Cause() Throwable arg1);
@Message(id = 22250, value = "could not resume transaction:", format = MESSAGE_FORMAT)
public String get_thread_resumefailederror();
@@ -1026,7 +1026,7 @@
@Message(id = 22252, value = "Failed to remove old ObjectStore entry", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recoveredServerTransaction_removeOldStoreEntry(Throwable arg0);
+ public void warn_recoveredServerTransaction_removeOldStoreEntry(@Cause() Throwable arg0);
@Message(id = 22253, value = "A client-side request interceptor already exists with that name.", format = MESSAGE_FORMAT)
public String get_orbspecific_jacorb_interceptors_context_cie();
Modified: labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/logging/orbportabilityI18NLogger.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/logging/orbportabilityI18NLogger.java 2010-07-08 08:40:38 UTC (rev 33764)
+++ labs/jbosstm/trunk/ArjunaJTS/orbportability/classes/com/arjuna/orbportability/logging/orbportabilityI18NLogger.java 2010-07-08 09:00:33 UTC (rev 33765)
@@ -42,11 +42,11 @@
@Message(id = 21001, value = "{0} caught exception whilst initialising Object Adapter.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_OA_caughtexception(String arg0, Throwable arg1);
+ public void warn_OA_caughtexception(String arg0, @Cause() Throwable arg1);
@Message(id = 21002, value = "{0}: exception caught for {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_OA_exceptioncaughtforobj(String arg0, String arg1, Throwable arg2);
+ public void warn_OA_exceptioncaughtforobj(String arg0, String arg1, @Cause() Throwable arg2);
@Message(id = 21003, value = "caught org.omg.CORBA.INITIALIZE whilst initialising Object Adapter. Check another ORB/service is not active on same port.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -77,11 +77,11 @@
@Message(id = 21010, value = "ORBInfo ORB specific class creation failed with exception", format = MESSAGE_FORMAT)
@LogMessage(level = FATAL)
- public void fatal_ORBInfo_creationfailed(Throwable arg0);
+ public void fatal_ORBInfo_creationfailed(@Cause() Throwable arg0);
@Message(id = 21011, value = "ORBInfo ORB specific class creation failed - unable to find supported ORB", format = MESSAGE_FORMAT)
@LogMessage(level = FATAL)
- public void fatal_ORBInfo_unsupportedorb(Throwable arg0);
+ public void fatal_ORBInfo_unsupportedorb(@Cause() Throwable arg0);
// @Message(id = 21012, value = "{0} - could not open config file: {1}", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -105,7 +105,7 @@
@Message(id = 21017, value = "{0} - caught unexpected exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_Services_unexpectedexception(String arg0, Throwable arg1);
+ public void warn_Services_unexpectedexception(String arg0, @Cause() Throwable arg1);
@Message(id = 21018, value = "Services.getService - {0} option not supported by ORB.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -117,11 +117,11 @@
@Message(id = 21020, value = "{0} - caught exception for {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_event_EventManager_caughtexceptionfor(String arg0, String arg1, Throwable arg2);
+ public void warn_event_EventManager_caughtexceptionfor(String arg0, String arg1, @Cause() Throwable arg2);
@Message(id = 21021, value = "{0} - for: {1} threw exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_event_EventManager_forhandlethrewexception(String arg0, String arg1, Throwable arg2);
+ public void warn_event_EventManager_forhandlethrewexception(String arg0, String arg1, @Cause() Throwable arg2);
// @Message(id = 21022, value = "{0} - no value for: {1}", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -137,7 +137,7 @@
@Message(id = 21025, value = "Exception whilst loading {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_internal_utils_InitLoader_exception(String arg0, Throwable arg1);
+ public void warn_internal_utils_InitLoader_exception(String arg0, @Cause() Throwable arg1);
@Message(id = 21026, value = "{0} - attempt to initialise {1} with null class name!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
Modified: 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 2010-07-08 08:40:38 UTC (rev 33764)
+++ labs/jbosstm/trunk/XTS/WS-C/dev/src/com/arjuna/webservices/logging/wscI18NLogger.java 2010-07-08 09:00:33 UTC (rev 33765)
@@ -44,7 +44,7 @@
@Message(id = 42001, value = "Unhandled error executing task", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_services_framework_task_TaskWorker_run_1(Throwable arg0);
+ public void error_services_framework_task_TaskWorker_run_1(@Cause() Throwable arg0);
@Message(id = 42002, value = "Invalid fault type enumeration: {0}", format = MESSAGE_FORMAT)
public String get_webservices_SoapFaultType_1(String arg0);
Modified: 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 2010-07-08 08:40:38 UTC (rev 33764)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/webservices/logging/wstI18NLogger.java 2010-07-08 09:00:33 UTC (rev 33765)
@@ -79,7 +79,7 @@
public String get_messaging_CompletionCoordinatorProcessorImpl_10();
@Message(id = 43013, value = "Unknown error", format = MESSAGE_FORMAT)
- public String get_messaging_CompletionCoordinatorProcessorImpl_2(Throwable arg0);
+ public String get_messaging_CompletionCoordinatorProcessorImpl_2(@Cause() Throwable arg0);
@Message(id = 43014, value = "Unknown participant", format = MESSAGE_FORMAT)
public String get_messaging_CompletionCoordinatorProcessorImpl_5();
@@ -88,11 +88,11 @@
public String get_messaging_CompletionCoordinatorProcessorImpl_6();
@Message(id = 43016, value = "Unknown error", format = MESSAGE_FORMAT)
- public String get_messaging_CompletionCoordinatorProcessorImpl_7(Throwable arg0);
+ public String get_messaging_CompletionCoordinatorProcessorImpl_7(@Cause() Throwable arg0);
@Message(id = 43017, value = "Unexpected exception while sending InvalidStateFault to participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = INFO)
- public void info_messaging_CoordinatorCompletionCoordinatorProcessorImpl_getStatus_3(String arg0, Throwable arg1);
+ public void info_messaging_CoordinatorCompletionCoordinatorProcessorImpl_getStatus_3(String arg0, @Cause() Throwable arg1);
@Message(id = 43018, value = "GetStatus requested for unknown coordinator completion participant", format = MESSAGE_FORMAT)
public String get_messaging_CoordinatorCompletionCoordinatorProcessorImpl_getStatus_4();
@@ -106,14 +106,14 @@
@Message(id = 43021, value = "Unexpected exception while sending InvalidStateFault to coordinator for participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = INFO)
- public void info_messaging_CoordinatorCompletionParticipantProcessorImpl_getStatus_3(String arg0, Throwable arg1);
+ public void info_messaging_CoordinatorCompletionParticipantProcessorImpl_getStatus_3(String arg0, @Cause() Throwable arg1);
@Message(id = 43022, value = "GetStatus requested for unknown coordinator completion participant", format = MESSAGE_FORMAT)
public String get_messaging_CoordinatorCompletionParticipantProcessorImpl_getStatus_4();
@Message(id = 43023, value = "Unexpected exception thrown from aborted:", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_messaging_CoordinatorProcessorImpl_aborted_1(Throwable arg0);
+ public void warn_messaging_CoordinatorProcessorImpl_aborted_1(@Cause() Throwable arg0);
@Message(id = 43024, value = "Aborted called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -121,7 +121,7 @@
@Message(id = 43025, value = "Unexpected exception thrown from committed:", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_messaging_CoordinatorProcessorImpl_committed_1(Throwable arg0);
+ public void warn_messaging_CoordinatorProcessorImpl_committed_1(@Cause() Throwable arg0);
@Message(id = 43026, value = "Committed called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -129,7 +129,7 @@
@Message(id = 43027, value = "Unexpected exception thrown from prepared", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_messaging_CoordinatorProcessorImpl_prepared_1(Throwable arg0);
+ public void warn_messaging_CoordinatorProcessorImpl_prepared_1(@Cause() Throwable arg0);
@Message(id = 43028, value = "Prepared called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -141,7 +141,7 @@
@Message(id = 43030, value = "Unexpected exception thrown from readOnly", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_messaging_CoordinatorProcessorImpl_readOnly_1(Throwable arg0);
+ public void warn_messaging_CoordinatorProcessorImpl_readOnly_1(@Cause() Throwable arg0);
@Message(id = 43031, value = "ReadOnly called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -149,7 +149,7 @@
@Message(id = 43032, value = "Unexpected exception thrown from replay", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_messaging_CoordinatorProcessorImpl_replay_1(Throwable arg0);
+ public void warn_messaging_CoordinatorProcessorImpl_replay_1(@Cause() Throwable arg0);
@Message(id = 43033, value = "Replay called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -160,7 +160,7 @@
@Message(id = 43035, value = "Unexpected exception thrown from soapFault", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_messaging_CoordinatorProcessorImpl_soapFault_1(Throwable arg0);
+ public void warn_messaging_CoordinatorProcessorImpl_soapFault_1(@Cause() Throwable arg0);
@Message(id = 43036, value = "SoapFault called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -172,7 +172,7 @@
@Message(id = 43038, value = "Unexpected exception while sending InvalidStateFault to participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = INFO)
- public void info_messaging_ParticipantCompletionCoordinatorProcessorImpl_getStatus_3(String arg0, Throwable arg1);
+ public void info_messaging_ParticipantCompletionCoordinatorProcessorImpl_getStatus_3(String arg0, @Cause() Throwable arg1);
@Message(id = 43039, value = "GetStatus requested for unknown coordinator completion participant", format = MESSAGE_FORMAT)
public String get_messaging_ParticipantCompletionCoordinatorProcessorImpl_getStatus_4();
@@ -183,14 +183,14 @@
@Message(id = 43041, value = "Unexpected exception while sending InvalidStateFault to coordinator for participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = INFO)
- public void info_messaging_ParticipantCompletionParticipantProcessorImpl_getStatus_3(String arg0, Throwable arg1);
+ public void info_messaging_ParticipantCompletionParticipantProcessorImpl_getStatus_3(String arg0, @Cause() Throwable arg1);
@Message(id = 43042, value = "GetStatus requested for unknown coordinator completion participant", format = MESSAGE_FORMAT)
public String get_messaging_ParticipantCompletionParticipantProcessorImpl_getStatus_4();
@Message(id = 43043, value = "Unexpected exception thrown from commit", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_messaging_ParticipantProcessorImpl_commit_1(Throwable arg0);
+ public void warn_messaging_ParticipantProcessorImpl_commit_1(@Cause() Throwable arg0);
@Message(id = 43044, value = "Commit called on unknown participant: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -210,7 +210,7 @@
@Message(id = 43048, value = "Unexpected exception thrown from prepare", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_messaging_ParticipantProcessorImpl_prepare_1(Throwable arg0);
+ public void warn_messaging_ParticipantProcessorImpl_prepare_1(@Cause() Throwable arg0);
@Message(id = 43049, value = "Prepare called on unknown participant: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -222,7 +222,7 @@
@Message(id = 43051, value = "Unexpected exception thrown from rollback", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_messaging_ParticipantProcessorImpl_rollback_1(Throwable arg0);
+ public void warn_messaging_ParticipantProcessorImpl_rollback_1(@Cause() Throwable arg0);
@Message(id = 43052, value = "Rollback called on unknown participant: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -242,7 +242,7 @@
@Message(id = 43056, value = "Unexpected exception thrown from soapFault", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_messaging_ParticipantProcessorImpl_soapFault_1(Throwable arg0);
+ public void warn_messaging_ParticipantProcessorImpl_soapFault_1(@Cause() Throwable arg0);
@Message(id = 43057, value = "SoapFault called on unknown participant: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -258,13 +258,13 @@
public String get_messaging_TerminatorParticipantProcessorImpl_12();
@Message(id = 43061, value = "Unknown error", format = MESSAGE_FORMAT)
- public String get_messaging_TerminatorParticipantProcessorImpl_13(Throwable arg0);
+ public String get_messaging_TerminatorParticipantProcessorImpl_13(@Cause() Throwable arg0);
@Message(id = 43062, value = "Unknown participant", format = MESSAGE_FORMAT)
public String get_messaging_TerminatorParticipantProcessorImpl_16();
@Message(id = 43063, value = "Unknown error", format = MESSAGE_FORMAT)
- public String get_messaging_TerminatorParticipantProcessorImpl_2(Throwable arg0);
+ public String get_messaging_TerminatorParticipantProcessorImpl_2(@Cause() Throwable arg0);
@Message(id = 43064, value = "Unknown participant", format = MESSAGE_FORMAT)
public String get_messaging_TerminatorParticipantProcessorImpl_5();
@@ -276,7 +276,7 @@
public String get_messaging_TerminatorParticipantProcessorImpl_7();
@Message(id = 43067, value = "Unknown error", format = MESSAGE_FORMAT)
- public String get_messaging_TerminatorParticipantProcessorImpl_8(Throwable arg0);
+ public String get_messaging_TerminatorParticipantProcessorImpl_8(@Cause() Throwable arg0);
// @Message(id = 43068, value = "Unable to write recovery record during completed for WS-BA participant {0}", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -292,7 +292,7 @@
@Message(id = 43071, 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, Throwable arg1);
+ public void warn_messaging_engines_CoordinatorCompletionParticipantEngine_executeCompensate_1(String arg0, @Cause() Throwable arg1);
// @Message(id = 43072, value = "Unable to delete recovery record during compensate for WS-BA participant {0}", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -339,7 +339,7 @@
@Message(id = 43083, 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, Throwable arg1);
+ public void warn_messaging_engines_ParticipantCompletionParticipantEngine_executeCompensate_1(String arg0, @Cause() Throwable arg1);
// @Message(id = 43084, value = "Unexpected exception from participant compensate for WS-BA participant {0}", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -398,27 +398,27 @@
@Message(id = 43098, value = "Error persisting participant state", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_stub_BusinessAgreementWithCoordinatorCompletionStub_2(Throwable arg0);
+ public void error_stub_BusinessAgreementWithCoordinatorCompletionStub_2(@Cause() Throwable arg0);
@Message(id = 43099, value = "Error restoring participant state", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_stub_BusinessAgreementWithCoordinatorCompletionStub_3(Throwable arg0);
+ public void error_stub_BusinessAgreementWithCoordinatorCompletionStub_3(@Cause() Throwable arg0);
@Message(id = 43100, value = "Error persisting participant state", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_stub_BusinessAgreementWithParticipantCompletionStub_2(Throwable arg0);
+ public void warn_stub_BusinessAgreementWithParticipantCompletionStub_2(@Cause() Throwable arg0);
@Message(id = 43101, value = "Error restoring participant state", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_stub_BusinessAgreementWithParticipantCompletionStub_3(Throwable arg0);
+ public void error_stub_BusinessAgreementWithParticipantCompletionStub_3(@Cause() Throwable arg0);
@Message(id = 43102, value = "Error persisting participant state", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_stub_ParticipantStub_1(Throwable arg0);
+ public void warn_stub_ParticipantStub_1(@Cause() Throwable arg0);
@Message(id = 43103, value = "Error restoring participant state", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_stub_ParticipantStub_2(Throwable arg0);
+ public void warn_stub_ParticipantStub_2(@Cause() Throwable arg0);
@Message(id = 43104, value = "Unknown transaction", format = MESSAGE_FORMAT)
public String get_wst11_messaging_CompletionCoordinatorProcessorImpl_1();
@@ -427,7 +427,7 @@
public String get_wst11_messaging_CompletionCoordinatorProcessorImpl_10();
@Message(id = 43106, value = "Unknown error", format = MESSAGE_FORMAT)
- public String get_wst11_messaging_CompletionCoordinatorProcessorImpl_2(Throwable arg0);
+ public String get_wst11_messaging_CompletionCoordinatorProcessorImpl_2(@Cause() Throwable arg0);
@Message(id = 43107, value = "Unknown participant", format = MESSAGE_FORMAT)
public String get_wst11_messaging_CompletionCoordinatorProcessorImpl_5();
@@ -436,11 +436,11 @@
public String get_wst11_messaging_CompletionCoordinatorProcessorImpl_6();
@Message(id = 43109, value = "Unknown error", format = MESSAGE_FORMAT)
- public String get_wst11_messaging_CompletionCoordinatorProcessorImpl_7(Throwable arg0);
+ public String get_wst11_messaging_CompletionCoordinatorProcessorImpl_7(@Cause() Throwable arg0);
@Message(id = 43110, value = "Unexpected exception while sending InvalidStateFault to participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = INFO)
- public void info_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_getStatus_3(String arg0, Throwable arg1);
+ public void info_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_getStatus_3(String arg0, @Cause() Throwable arg1);
@Message(id = 43111, value = "GetStatus requested for unknown coordinator completion participant", format = MESSAGE_FORMAT)
public String get_wst11_messaging_CoordinatorCompletionCoordinatorProcessorImpl_getStatus_4();
@@ -507,14 +507,14 @@
@Message(id = 43127, value = "Unexpected exception while sending InvalidStateFault to coordinator for participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = INFO)
- public void info_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_getStatus_3(String arg0, Throwable arg1);
+ public void info_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_getStatus_3(String arg0, @Cause() Throwable arg1);
@Message(id = 43128, value = "GetStatus requested for unknown coordinator completion participant", format = MESSAGE_FORMAT)
public String get_wst11_messaging_CoordinatorCompletionParticipantProcessorImpl_getStatus_4();
@Message(id = 43129, value = "Unexpected exception thrown from aborted", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_wst11_messaging_CoordinatorProcessorImpl_aborted_1(Throwable arg0);
+ public void warn_wst11_messaging_CoordinatorProcessorImpl_aborted_1(@Cause() Throwable arg0);
@Message(id = 43130, value = "Aborted called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -522,7 +522,7 @@
@Message(id = 43131, value = "Unexpected exception thrown from committed", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_wst11_messaging_CoordinatorProcessorImpl_committed_1(Throwable arg0);
+ public void warn_wst11_messaging_CoordinatorProcessorImpl_committed_1(@Cause() Throwable arg0);
@Message(id = 43132, value = "Committed called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -530,7 +530,7 @@
@Message(id = 43133, value = "Unexpected exception thrown from prepared", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_wst11_messaging_CoordinatorProcessorImpl_prepared_1(Throwable arg0);
+ public void warn_wst11_messaging_CoordinatorProcessorImpl_prepared_1(@Cause() Throwable arg0);
@Message(id = 43134, value = "Prepared called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -542,7 +542,7 @@
@Message(id = 43136, value = "Unexpected exception thrown from readOnly", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_wst11_messaging_CoordinatorProcessorImpl_readOnly_1(Throwable arg0);
+ public void warn_wst11_messaging_CoordinatorProcessorImpl_readOnly_1(@Cause() Throwable arg0);
@Message(id = 43137, value = "ReadOnly called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -553,7 +553,7 @@
@Message(id = 43139, value = "Unexpected exception thrown from soapFault", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_wst11_messaging_CoordinatorProcessorImpl_soapFault_1(Throwable arg0);
+ public void warn_wst11_messaging_CoordinatorProcessorImpl_soapFault_1(@Cause() Throwable arg0);
@Message(id = 43140, value = "SoapFault called on unknown coordinator: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -569,7 +569,7 @@
@Message(id = 43143, value = "Unexpected exception while sending InvalidStateFault to participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = INFO)
- public void info_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_getStatus_3(String arg0, Throwable arg1);
+ public void info_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_getStatus_3(String arg0, @Cause() Throwable arg1);
@Message(id = 43144, value = "GetStatus requested for unknown participant completion participant", format = MESSAGE_FORMAT)
public String get_wst11_messaging_ParticipantCompletionCoordinatorProcessorImpl_getStatus_4();
@@ -612,14 +612,14 @@
@Message(id = 43154, value = "Unexpected exception while sending InvalidStateFault to coordinator for participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = INFO)
- public void info_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_getStatus_3(String arg0, Throwable arg1);
+ public void info_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_getStatus_3(String arg0, @Cause() Throwable arg1);
@Message(id = 43155, value = "GetStatus requested for unknown participant completion participant", format = MESSAGE_FORMAT)
public String get_wst11_messaging_ParticipantCompletionParticipantProcessorImpl_getStatus_4();
@Message(id = 43156, value = "Unexpected exception thrown from commit", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_wst11_messaging_ParticipantProcessorImpl_commit_1(Throwable arg0);
+ public void warn_wst11_messaging_ParticipantProcessorImpl_commit_1(@Cause() Throwable arg0);
@Message(id = 43157, value = "Commit called on unknown participant: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -639,7 +639,7 @@
@Message(id = 43161, value = "Unexpected exception thrown from prepare", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_wst11_messaging_ParticipantProcessorImpl_prepare_1(Throwable arg0);
+ public void warn_wst11_messaging_ParticipantProcessorImpl_prepare_1(@Cause() Throwable arg0);
@Message(id = 43162, value = "Prepare called on unknown participant: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -647,7 +647,7 @@
@Message(id = 43163, value = "Unexpected exception thrown from rollback", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_wst11_messaging_ParticipantProcessorImpl_rollback_1(Throwable arg0);
+ public void warn_wst11_messaging_ParticipantProcessorImpl_rollback_1(@Cause() Throwable arg0);
@Message(id = 43164, value = "Rollback called on unknown participant: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -667,7 +667,7 @@
@Message(id = 43168, value = "Unexpected exception thrown from soapFault", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_wst11_messaging_ParticipantProcessorImpl_soapFault_1(Throwable arg0);
+ public void warn_wst11_messaging_ParticipantProcessorImpl_soapFault_1(@Cause() Throwable arg0);
@Message(id = 43169, value = "SoapFault called on unknown participant: {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -683,13 +683,13 @@
public String get_wst11_messaging_TerminationCoordinatorProcessorImpl_12();
@Message(id = 43173, value = "Unknown error", format = MESSAGE_FORMAT)
- public String get_wst11_messaging_TerminationCoordinatorProcessorImpl_13(Throwable arg0);
+ public String get_wst11_messaging_TerminationCoordinatorProcessorImpl_13(@Cause() Throwable arg0);
@Message(id = 43174, value = "Unknown participant", format = MESSAGE_FORMAT)
public String get_wst11_messaging_TerminationCoordinatorProcessorImpl_16();
@Message(id = 43175, value = "Unknown error", format = MESSAGE_FORMAT)
- public String get_wst11_messaging_TerminationCoordinatorProcessorImpl_2(Throwable arg0);
+ public String get_wst11_messaging_TerminationCoordinatorProcessorImpl_2(@Cause() Throwable arg0);
@Message(id = 43176, value = "Unknown participant", format = MESSAGE_FORMAT)
public String get_wst11_messaging_TerminationCoordinatorProcessorImpl_5();
@@ -701,7 +701,7 @@
public String get_wst11_messaging_TerminationCoordinatorProcessorImpl_7();
@Message(id = 43179, value = "Unknown error", format = MESSAGE_FORMAT)
- public String get_wst11_messaging_TerminationCoordinatorProcessorImpl_8(Throwable arg0);
+ public String get_wst11_messaging_TerminationCoordinatorProcessorImpl_8(@Cause() Throwable arg0);
@Message(id = 43180, value = "Invalid coordinator completion coordinator state", format = MESSAGE_FORMAT)
public String get_wst11_messaging_engines_CoordinatorCompletionCoordinatorEngine_sendInvalidStateFault_2();
@@ -751,7 +751,7 @@
@Message(id = 43192, 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, Throwable arg1);
+ public void warn_wst11_messaging_engines_CoordinatorEngine_sendUnknownTransaction_2(String arg0, @Cause() Throwable arg1);
@Message(id = 43193, value = "Unable to write recovery record during completed for WS-BA participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -822,38 +822,38 @@
@Message(id = 43210, value = "Error persisting participant state", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_wst11_stub_BusinessAgreementWithCoordinatorCompletionStub_2(Throwable arg0);
+ public void error_wst11_stub_BusinessAgreementWithCoordinatorCompletionStub_2(@Cause() Throwable arg0);
@Message(id = 43211, value = "Error restoring participant state", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_wst11_stub_BusinessAgreementWithCoordinatorCompletionStub_3(Throwable arg0);
+ public void error_wst11_stub_BusinessAgreementWithCoordinatorCompletionStub_3(@Cause() Throwable arg0);
@Message(id = 43212, value = "Error persisting participant state", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_wst11_stub_BusinessAgreementWithParticipantCompletionStub_2(Throwable arg0);
+ public void error_wst11_stub_BusinessAgreementWithParticipantCompletionStub_2(@Cause() Throwable arg0);
@Message(id = 43213, value = "Error restoring participant state", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_wst11_stub_BusinessAgreementWithParticipantCompletionStub_3(Throwable arg0);
+ public void error_wst11_stub_BusinessAgreementWithParticipantCompletionStub_3(@Cause() Throwable arg0);
@Message(id = 43214, value = "Error persisting participant state", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_wst11_stub_ParticipantStub_1(Throwable arg0);
+ public void error_wst11_stub_ParticipantStub_1(@Cause() Throwable arg0);
@Message(id = 43215, value = "Error restoring participant state", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_wst11_stub_ParticipantStub_2(Throwable arg0);
+ public void error_wst11_stub_ParticipantStub_2(@Cause() Throwable arg0);
@Message(id = 43216, value = "participant {0} has no saved recovery state to recover", format = MESSAGE_FORMAT)
public String get_recovery_participant_at_ATParticipantRecoveryRecord_restoreParticipant_1(String arg0);
@Message(id = 43217, value = "XML stream exception restoring recovery state for participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_participant_at_ATParticipantRecoveryRecord_restoreState_1(String arg0, Throwable arg1);
+ public void warn_recovery_participant_at_ATParticipantRecoveryRecord_restoreState_1(String arg0, @Cause() Throwable arg1);
@Message(id = 43218, value = "I/O exception saving restoring state for participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_participant_at_ATParticipantRecoveryRecord_restoreState_2(String arg0, Throwable arg1);
+ public void warn_recovery_participant_at_ATParticipantRecoveryRecord_restoreState_2(String arg0, @Cause() Throwable arg1);
@Message(id = 43219, value = "Could not save recovery state for non-serializable durable WS-AT participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -861,22 +861,22 @@
@Message(id = 43220, value = "XML stream exception saving recovery state for participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_participant_at_ATParticipantRecoveryRecord_saveState_2(String arg0, Throwable arg1);
+ public void warn_recovery_participant_at_ATParticipantRecoveryRecord_saveState_2(String arg0, @Cause() Throwable arg1);
@Message(id = 43221, value = "I/O exception saving recovery state for participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_participant_at_ATParticipantRecoveryRecord_saveState_3(String arg0, Throwable arg1);
+ public void warn_recovery_participant_at_ATParticipantRecoveryRecord_saveState_3(String arg0, @Cause() Throwable arg1);
@Message(id = 43222, value = "participant {0} has no saved recovery state to recover", format = MESSAGE_FORMAT)
public String get_recovery_participant_ba_BAParticipantRecoveryRecord_restoreParticipant_1(String arg0);
@Message(id = 43223, value = "XML stream exception restoring recovery state for participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_participant_ba_BAParticipantRecoveryRecord_restoreState_1(String arg0, Throwable arg1);
+ public void warn_recovery_participant_ba_BAParticipantRecoveryRecord_restoreState_1(String arg0, @Cause() Throwable arg1);
@Message(id = 43224, value = "I/O exception saving restoring state for participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_participant_ba_BAParticipantRecoveryRecord_restoreState_2(String arg0, Throwable arg1);
+ public void warn_recovery_participant_ba_BAParticipantRecoveryRecord_restoreState_2(String arg0, @Cause() Throwable arg1);
@Message(id = 43225, value = "Could not save recovery state for non-serializable WS-BA participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -884,11 +884,11 @@
@Message(id = 43226, value = "XML stream exception saving recovery state for participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_participant_ba_BAParticipantRecoveryRecord_saveState_2(String arg0, Throwable arg1);
+ public void warn_recovery_participant_ba_BAParticipantRecoveryRecord_saveState_2(String arg0, @Cause() Throwable arg1);
@Message(id = 43227, value = "I/O exception saving recovery state for participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_recovery_participant_ba_BAParticipantRecoveryRecord_saveState_3(String arg0, Throwable arg1);
+ public void warn_recovery_participant_ba_BAParticipantRecoveryRecord_saveState_3(String arg0, @Cause() Throwable arg1);
/*
Allocate new messages directly above this notice.
Modified: 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 2010-07-08 08:40:38 UTC (rev 33764)
+++ labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/logging/wsasI18NLogger.java 2010-07-08 09:00:33 UTC (rev 33765)
@@ -41,11 +41,11 @@
@Message(id = 41001, value = "allHighLevelServices threw exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_context_ContextManager_1(Throwable arg0);
+ public void warn_context_ContextManager_1(@Cause() Throwable arg0);
@Message(id = 41002, value = "assembling contexts and received exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_context_ContextManager_2(Throwable arg0);
+ public void warn_context_ContextManager_2(@Cause() Throwable arg0);
// @Message(id = 41003, value = "not found.", format = MESSAGE_FORMAT)
// @LogMessage(level = WARN)
@@ -56,23 +56,23 @@
@Message(id = 41005, value = "Activity.start caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_UserActivityImple_1(Throwable arg0);
+ public void warn_UserActivityImple_1(@Cause() Throwable arg0);
@Message(id = 41006, value = "currentActivity.end threw:", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_UserActivityImple_2(Throwable arg0);
+ public void warn_UserActivityImple_2(@Cause() Throwable arg0);
@Message(id = 41007, value = "Activity.completed caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_UserActivityImple_3(Throwable arg0);
+ public void warn_UserActivityImple_3(@Cause() Throwable arg0);
@Message(id = 41008, value = "Activity.suspended caught:", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_UserActivityImple_4(Throwable arg0);
+ public void warn_UserActivityImple_4(@Cause() Throwable arg0);
@Message(id = 41009, value = "Activity.resumed caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_UserActivityImple_5(Throwable arg0);
+ public void warn_UserActivityImple_5(@Cause() Throwable arg0);
@Message(id = 41010, value = "Unknown activity implementation!", format = MESSAGE_FORMAT)
public String get_UserActivityImple_51();
Modified: 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 2010-07-08 08:40:38 UTC (rev 33764)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/logging/wscfI18NLogger.java 2010-07-08 09:00:33 UTC (rev 33765)
@@ -42,11 +42,11 @@
@Message(id = 44001, value = "WSCF Initialisation: init failed", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_mw_wsc_deploy_WSCFI_1(Throwable arg0);
+ public void error_mw_wsc_deploy_WSCFI_1(@Cause() Throwable arg0);
@Message(id = 44002, value = "WSCF11 Initialisation: init failed", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_mw_wsc11_deploy_WSCFI_1(Throwable arg0);
+ public void error_mw_wsc11_deploy_WSCFI_1(@Cause() Throwable arg0);
@Message(id = 44003, value = "Failed to create {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -121,7 +121,7 @@
@Message(id = 44023, value = "ParticipantRecord.topLevelOnePhaseCommit {0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_10(Uid arg0, Throwable arg1);
+ public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_10(Uid arg0, @Cause() Throwable arg1);
@Message(id = 44024, value = "ParticipantRecord.forgetHeuristic for {0} called without a resource!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -129,19 +129,19 @@
@Message(id = 44025, value = "ParticipantRecord.forgetHeuristic {0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_12(Uid arg0, Throwable arg1);
+ public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_12(Uid arg0, @Cause() Throwable arg1);
@Message(id = 44026, value = "ParticipantRecord.complete {0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_13(Uid arg0, Throwable arg1);
+ public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_13(Uid arg0, @Cause() Throwable arg1);
@Message(id = 44027, value = "ParticipantRecord.restore_state caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_14(Throwable arg0);
+ public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_14(@Cause() Throwable arg0);
@Message(id = 44028, value = "ParticipantRecord.save_state caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_15(Throwable arg0);
+ public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_15(@Cause() Throwable arg0);
@Message(id = 44029, value = "ParticipantRecord.setValue() called illegally.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -149,31 +149,31 @@
@Message(id = 44030, value = "ParticipantRecord.nestedAbort {0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_3(Uid arg0, Throwable arg1);
+ public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_3(Uid arg0, @Cause() Throwable arg1);
@Message(id = 44031, value = "ParticipantRecord.nestedCommit {0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_4(Uid arg0, Throwable arg1);
+ public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_4(Uid arg0, @Cause() Throwable arg1);
@Message(id = 44032, value = "ParticipantRecord.nestedPrepare {0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_5(Uid arg0, Throwable arg1);
+ public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_5(Uid arg0, @Cause() Throwable arg1);
@Message(id = 44033, value = "ParticipantRecord.topLevelAbort {0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_6(Uid arg0, Throwable arg1);
+ public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_6(Uid arg0, @Cause() Throwable arg1);
@Message(id = 44034, value = "ParticipantRecord.topLevelCommit {0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_7(Uid arg0, Throwable arg1);
+ public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_7(Uid arg0, @Cause() Throwable arg1);
@Message(id = 44035, value = "ParticipantRecord.topLevelPrepare {0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_8(Uid arg0, Throwable arg1);
+ public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_8(Uid arg0, @Cause() Throwable arg1);
@Message(id = 44036, value = "ParticipantRecord.nestedOnePhaseCommit {0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_9(Uid arg0, Throwable arg1);
+ public void warn_model_sagas_coordinator_arjunacore_ParticipantRecord_9(Uid arg0, @Cause() Throwable arg1);
@Message(id = 44037, value = "ArjunaCore does not support removal of participants", format = MESSAGE_FORMAT)
public String get_model_twophase_arjunacore_ATCoordinator_1();
@@ -196,7 +196,7 @@
@Message(id = 44043, value = "ParticipantRecord.topLevelOnePhaseCommit {0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_twophase_arjunacore_ParticipantRecord_10(Uid arg0, Throwable arg1);
+ public void warn_model_twophase_arjunacore_ParticipantRecord_10(Uid arg0, @Cause() Throwable arg1);
@Message(id = 44044, value = "ParticipantRecord.forgetHeuristic for {0} called without a resource!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -204,15 +204,15 @@
@Message(id = 44045, value = "ParticipantRecord.forgetHeuristic {0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_twophase_arjunacore_ParticipantRecord_12(Uid arg0, Throwable arg1);
+ public void warn_model_twophase_arjunacore_ParticipantRecord_12(Uid arg0, @Cause() Throwable arg1);
@Message(id = 44046, value = "ParticipantRecord.restore_state caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_twophase_arjunacore_ParticipantRecord_13(Throwable arg0);
+ public void warn_model_twophase_arjunacore_ParticipantRecord_13(@Cause() Throwable arg0);
@Message(id = 44047, value = "ParticipantRecord.save_state caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_twophase_arjunacore_ParticipantRecord_14(Throwable arg0);
+ public void warn_model_twophase_arjunacore_ParticipantRecord_14(@Cause() Throwable arg0);
@Message(id = 44048, value = "ParticipantRecord.setValue() called illegally.", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -220,31 +220,31 @@
@Message(id = 44049, value = "ParticipantRecord.nestedAbort {0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_twophase_arjunacore_ParticipantRecord_3(Uid arg0, Throwable arg1);
+ public void warn_model_twophase_arjunacore_ParticipantRecord_3(Uid arg0, @Cause() Throwable arg1);
@Message(id = 44050, value = "ParticipantRecord.nestedCommit {0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_twophase_arjunacore_ParticipantRecord_4(Uid arg0, Throwable arg1);
+ public void warn_model_twophase_arjunacore_ParticipantRecord_4(Uid arg0, @Cause() Throwable arg1);
@Message(id = 44051, value = "ParticipantRecord.nestedPrepare {0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_twophase_arjunacore_ParticipantRecord_5(Uid arg0, Throwable arg1);
+ public void warn_model_twophase_arjunacore_ParticipantRecord_5(Uid arg0, @Cause() Throwable arg1);
@Message(id = 44052, value = "ParticipantRecord.topLevelAbort {0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_twophase_arjunacore_ParticipantRecord_6(Uid arg0, Throwable arg1);
+ public void warn_model_twophase_arjunacore_ParticipantRecord_6(Uid arg0, @Cause() Throwable arg1);
@Message(id = 44053, value = "ParticipantRecord.topLevelCommit {0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_twophase_arjunacore_ParticipantRecord_7(Uid arg0, Throwable arg1);
+ public void warn_model_twophase_arjunacore_ParticipantRecord_7(Uid arg0, @Cause() Throwable arg1);
@Message(id = 44054, value = "ParticipantRecord.topLevelPrepare {0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_twophase_arjunacore_ParticipantRecord_8(Uid arg0, Throwable arg1);
+ public void warn_model_twophase_arjunacore_ParticipantRecord_8(Uid arg0, @Cause() Throwable arg1);
@Message(id = 44055, value = "ParticipantRecord.nestedOnePhaseCommit {0} caught exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_model_twophase_arjunacore_ParticipantRecord_9(Uid arg0, Throwable arg1);
+ public void warn_model_twophase_arjunacore_ParticipantRecord_9(Uid arg0, @Cause() Throwable arg1);
@Message(id = 44056, value = "SynchronizationRecord {0} - null participant provided!", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
Modified: 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 2010-07-08 08:40:38 UTC (rev 33764)
+++ labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/logging/wstxI18NLogger.java 2010-07-08 09:00:33 UTC (rev 33765)
@@ -42,7 +42,7 @@
@Message(id = 45001, value = "Error in {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_mw_wst_client_JaxHCP_1(String arg0, Throwable arg1);
+ public void warn_mw_wst_client_JaxHCP_1(String arg0, @Cause() Throwable arg1);
@Message(id = 45002, value = "Error in {0} Unknown context type: {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -54,7 +54,7 @@
@Message(id = 45004, value = "WSTX Initialisation: init failed", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_mw_wst_deploy_WSTXI_1(Throwable arg0);
+ public void error_mw_wst_deploy_WSTXI_1(@Cause() Throwable arg0);
@Message(id = 45005, value = "{0} not found.", format = MESSAGE_FORMAT)
public String get_mw_wst_deploy_WSTXI_21(String arg0);
@@ -67,7 +67,7 @@
@Message(id = 45008, value = "Error in {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_mw_wst_service_JaxHCP_1(String arg0, Throwable arg1);
+ public void warn_mw_wst_service_JaxHCP_1(String arg0, @Cause() Throwable arg1);
@Message(id = 45009, value = "Error in {0} Unknown context type: {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -79,7 +79,7 @@
@Message(id = 45011, value = "Error in {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_mw_wst11_client_JaxHC11P_1(String arg0, Throwable arg1);
+ public void warn_mw_wst11_client_JaxHC11P_1(String arg0, @Cause() Throwable arg1);
@Message(id = 45012, value = "Error in {0} Unknown context type: {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -91,7 +91,7 @@
@Message(id = 45014, value = "WSTX11 Initialisation: init failed", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_mw_wst11_deploy_WSTXI_1(Throwable arg0);
+ public void error_mw_wst11_deploy_WSTXI_1(@Cause() Throwable arg0);
@Message(id = 45015, value = "{0} not found.", format = MESSAGE_FORMAT)
public String get_mw_wst11_deploy_WSTXI_21(String arg0);
@@ -104,7 +104,7 @@
@Message(id = 45018, value = "Error in {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_mw_wst11_service_JaxHC11P_1(String arg0, Throwable arg1);
+ public void warn_mw_wst11_service_JaxHC11P_1(String arg0, @Cause() Throwable arg1);
@Message(id = 45019, value = "Error in {0} Unknown context type: {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -237,11 +237,11 @@
@Message(id = 45055, value = "Error persisting participant.", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_mwlabs_wst_util_PersistableParticipantHelper_2(Throwable arg0);
+ public void error_mwlabs_wst_util_PersistableParticipantHelper_2(@Cause() Throwable arg0);
@Message(id = 45056, value = "Error restoring participant.", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_mwlabs_wst_util_PersistableParticipantHelper_3(Throwable arg0);
+ public void error_mwlabs_wst_util_PersistableParticipantHelper_3(@Cause() Throwable arg0);
@Message(id = 45057, value = "ignoring context {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
Modified: 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 2010-07-08 08:40:38 UTC (rev 33764)
+++ labs/jbosstm/trunk/XTS/recovery/src/org/jboss/jbossts/xts/logging/xtsrecoveryI18NLogger.java 2010-07-08 09:00:33 UTC (rev 33765)
@@ -78,71 +78,71 @@
@Message(id = 46010, value = "RecoveryManagerStatusModule: Object store exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_coordinator_at_ATCoordinatorRecoveryModule_1(Throwable arg0);
+ public void warn_coordinator_at_ATCoordinatorRecoveryModule_1(@Cause() Throwable arg0);
@Message(id = 46011, value = "failed to recover Transaction {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_coordinator_at_ATCoordinatorRecoveryModule_2(Uid arg0, Throwable arg1);
+ public void warn_coordinator_at_ATCoordinatorRecoveryModule_2(Uid arg0, @Cause() Throwable arg1);
@Message(id = 46012, value = "failed to access transaction store {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_coordinator_at_ATCoordinatorRecoveryModule_3(Uid arg0, Throwable arg1);
+ public void warn_coordinator_at_ATCoordinatorRecoveryModule_3(Uid arg0, @Cause() Throwable arg1);
@Message(id = 46013, value = "RecoveryManagerStatusModule: Object store exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_coordinator_at_SubordinateATCoordinatorRecoveryModule_1(Throwable arg0);
+ public void warn_coordinator_at_SubordinateATCoordinatorRecoveryModule_1(@Cause() Throwable arg0);
@Message(id = 46014, value = "failed to recover Transaction {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_coordinator_at_SubordinateATCoordinatorRecoveryModule_2(Uid arg0, Throwable arg1);
+ public void warn_coordinator_at_SubordinateATCoordinatorRecoveryModule_2(Uid arg0, @Cause() Throwable arg1);
@Message(id = 46015, value = "failed to access transaction store {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_coordinator_at_SubordinateATCoordinatorRecoveryModule_3(Uid arg0, Throwable arg1);
+ public void warn_coordinator_at_SubordinateATCoordinatorRecoveryModule_3(Uid arg0, @Cause() Throwable arg1);
@Message(id = 46016, value = "RecoveryManagerStatusModule: Object store exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_coordinator_ba_BACoordinatorRecoveryModule_1(Throwable arg0);
+ public void warn_coordinator_ba_BACoordinatorRecoveryModule_1(@Cause() Throwable arg0);
@Message(id = 46017, value = "failed to recover Transaction {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_coordinator_ba_BACoordinatorRecoveryModule_2(Uid arg0, Throwable arg1);
+ public void warn_coordinator_ba_BACoordinatorRecoveryModule_2(Uid arg0, @Cause() Throwable arg1);
@Message(id = 46018, value = "failed to access transaction store {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_coordinator_ba_BACoordinatorRecoveryModule_3(Uid arg0, Throwable arg1);
+ public void warn_coordinator_ba_BACoordinatorRecoveryModule_3(Uid arg0, @Cause() Throwable arg1);
@Message(id = 46019, value = "failed to recover Transaction {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_coordinator_ba_SubordinateBACoordinatorRecoveryModule_2(Uid arg0, Throwable arg1);
+ public void warn_coordinator_ba_SubordinateBACoordinatorRecoveryModule_2(Uid arg0, @Cause() Throwable arg1);
@Message(id = 46020, value = "failed to access transaction store {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_coordinator_ba_SubordinateBACoordinatorRecoveryModule_3(Uid arg0, Throwable arg1);
+ public void warn_coordinator_ba_SubordinateBACoordinatorRecoveryModule_3(Uid arg0, @Cause() Throwable arg1);
@Message(id = 46021, value = "RecoveryManagerStatusModule: Object store exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_coordinator_ba_SubordinateCoordinatorRecoveryModule_1(Throwable arg0);
+ public void warn_coordinator_ba_SubordinateCoordinatorRecoveryModule_1(@Cause() Throwable arg0);
@Message(id = 46022, value = "RecoveryManagerStatusModule: Object store exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_participant_at_ATParticipantRecoveryModule_1(Throwable arg0);
+ public void warn_participant_at_ATParticipantRecoveryModule_1(@Cause() Throwable arg0);
@Message(id = 46023, value = "failed to access transaction store {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_participant_at_ATParticipantRecoveryModule_3(Uid arg0, Throwable arg1);
+ public void warn_participant_at_ATParticipantRecoveryModule_3(Uid arg0, @Cause() Throwable arg1);
@Message(id = 46024, value = "unable to load recovery record implementation class {0} for WS-AT participant recovery record {1}", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_participant_at_ATParticipantRecoveryModule_4(String arg0, Uid arg1, Throwable arg2);
+ public void error_participant_at_ATParticipantRecoveryModule_4(String arg0, Uid arg1, @Cause() Throwable arg2);
@Message(id = 46025, value = "unable to instantiate recovery record implementation class {0} for WS-AT participant recovery record {1}", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_participant_at_ATParticipantRecoveryModule_5(String arg0, Uid arg1, Throwable arg2);
+ public void error_participant_at_ATParticipantRecoveryModule_5(String arg0, Uid arg1, @Cause() Throwable arg2);
@Message(id = 46026, value = "unable to unpack recovery record data for WS-AT participant recovery record {0}", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_participant_at_ATParticipantRecoveryModule_6(Uid arg0, Throwable arg1);
+ public void error_participant_at_ATParticipantRecoveryModule_6(Uid arg0, @Cause() Throwable arg1);
@Message(id = 46027, value = "missing recovery record data for WS-AT participant recovery record {0}", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
@@ -150,19 +150,19 @@
@Message(id = 46028, value = "unable to read recovery record data for WS-AT participant recovery record {0}", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_participant_at_ATParticipantRecoveryModule_8(Uid arg0, Throwable arg1);
+ public void error_participant_at_ATParticipantRecoveryModule_8(Uid arg0, @Cause() Throwable arg1);
@Message(id = 46029, 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, Throwable arg1);
+ public void warn_participant_at_XTSATRecoveryModule_1(String arg0, @Cause() Throwable arg1);
@Message(id = 46030, value = "exception removing recovery record {0} for WS-AT participant {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_participant_at_XTSATRecoveryModule_2(Uid arg0, String arg1, Throwable arg2);
+ public void warn_participant_at_XTSATRecoveryModule_2(Uid arg0, String arg1, @Cause() Throwable arg2);
@Message(id = 46031, value = "exception reactivating recovered WS-AT participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_participant_at_XTSATRecoveryModule_3(String arg0, Throwable arg1);
+ public void warn_participant_at_XTSATRecoveryModule_3(String arg0, @Cause() Throwable arg1);
@Message(id = 46032, value = "no XTS application recovery module found to help reactivate recovered WS-AT participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -174,23 +174,23 @@
@Message(id = 46034, value = "RecoveryManagerStatusModule: Object store exception", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_participant_ba_BAParticipantRecoveryModule_1(Throwable arg0);
+ public void warn_participant_ba_BAParticipantRecoveryModule_1(@Cause() Throwable arg0);
@Message(id = 46035, value = "failed to access transaction store {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_participant_ba_BAParticipantRecoveryModule_3(Uid arg0, Throwable arg1);
+ public void warn_participant_ba_BAParticipantRecoveryModule_3(Uid arg0, @Cause() Throwable arg1);
@Message(id = 46036, value = "unable to load recovery record implementation class {0} for WS-BA participant recovery record {1}", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_participant_ba_BAParticipantRecoveryModule_4(String arg0, Uid arg1, Throwable arg2);
+ public void error_participant_ba_BAParticipantRecoveryModule_4(String arg0, Uid arg1, @Cause() Throwable arg2);
@Message(id = 46037, value = "unable to instantiate recovery record implementation class {0} for WS-BA participant recovery record {1}", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_participant_ba_BAParticipantRecoveryModule_5(String arg0, Uid arg1, Throwable arg2);
+ public void error_participant_ba_BAParticipantRecoveryModule_5(String arg0, Uid arg1, @Cause() Throwable arg2);
@Message(id = 46038, 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(Uid arg0, Throwable arg1);
+ public void warn_participant_ba_BAParticipantRecoveryModule_6(Uid arg0, @Cause() Throwable arg1);
@Message(id = 46039, value = "missing recovery record data for WS-BA participant recovery record {0}", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
@@ -198,19 +198,19 @@
@Message(id = 46040, value = "unable to read recovery record data for WS-BA participant recovery record {0}", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_participant_ba_BAParticipantRecoveryModule_8(Uid arg0, Throwable arg1);
+ public void error_participant_ba_BAParticipantRecoveryModule_8(Uid arg0, @Cause() Throwable arg1);
@Message(id = 46041, 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, Throwable arg1);
+ public void warn_participant_ba_XTSBARecoveryModule_1(String arg0, @Cause() Throwable arg1);
@Message(id = 46042, value = "exception removing recovery record {0} for WS-BA participant {1}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_participant_ba_XTSBARecoveryModule_2(Uid arg0, String arg1, Throwable arg2);
+ public void warn_participant_ba_XTSBARecoveryModule_2(Uid arg0, String arg1, @Cause() Throwable arg2);
@Message(id = 46043, value = "exception reactivating recovered WS-BA participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
- public void warn_participant_ba_XTSBARecoveryModule_3(String arg0, Throwable arg1);
+ public void warn_participant_ba_XTSBARecoveryModule_3(String arg0, @Cause() Throwable arg1);
@Message(id = 46044, value = "no XTS application recovery module found to help reactivate recovered WS-BA participant {0}", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
Modified: labs/jbosstm/trunk/atsintegration/classes/com/arjuna/ats/jbossatx/logging/jbossatxI18NLogger.java
===================================================================
--- labs/jbosstm/trunk/atsintegration/classes/com/arjuna/ats/jbossatx/logging/jbossatxI18NLogger.java 2010-07-08 08:40:38 UTC (rev 33764)
+++ labs/jbosstm/trunk/atsintegration/classes/com/arjuna/ats/jbossatx/logging/jbossatxI18NLogger.java 2010-07-08 09:00:33 UTC (rev 33765)
@@ -41,11 +41,11 @@
@Message(id = 32001, value = "createConnection got exception", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_jta_AppServerJDBCXARecovery_createconnectionproblem(Throwable arg0);
+ public void error_jta_AppServerJDBCXARecovery_createconnectionproblem(@Cause() Throwable arg0);
@Message(id = 32002, value = "createDataSource got exception during getXADataSource call", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_jta_AppServerJDBCXARecovery_createproblem(Throwable arg0);
+ public void error_jta_AppServerJDBCXARecovery_createproblem(@Cause() Throwable arg0);
@Message(id = 32003, value = "InstanceNotFound. Datasource {0} not deployed, or wrong name?", format = MESSAGE_FORMAT)
@LogMessage(level = WARN)
@@ -53,11 +53,11 @@
@Message(id = 32004, value = "createDataSource {0} got exception", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_jta_AppServerJDBCXARecovery_problem(String arg0, Throwable arg1);
+ public void error_jta_AppServerJDBCXARecovery_problem(String arg0, @Cause() Throwable arg1);
@Message(id = 32005, value = "Unexpected exception occurred", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_jta_PropagationContextManager_exception(Throwable arg0);
+ public void error_jta_PropagationContextManager_exception(@Cause() Throwable arg0);
@Message(id = 32006, value = "unknown Tx PropagationContext", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
@@ -65,7 +65,7 @@
@Message(id = 32007, value = "getCurrentTransaction() failed", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_jts_InboundTransactionCurrentImple_exception(Throwable arg0);
+ public void error_jts_InboundTransactionCurrentImple_exception(@Cause() Throwable arg0);
@Message(id = 32008, value = "unknown Tx PropagationContext", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
@@ -73,7 +73,7 @@
@Message(id = 32009, value = "Unexpected exception occurred", format = MESSAGE_FORMAT)
@LogMessage(level = ERROR)
- public void error_jts_PropagationContextManager_exception(Throwable arg0);
+ public void error_jts_PropagationContextManager_exception(@Cause() Throwable arg0);
@Message(id = 32010, value = "JBossTS Recovery Service (tag: {0}) - JBoss Inc.", format = MESSAGE_FORMAT)
@LogMessage(level = INFO)
More information about the jboss-svn-commits
mailing list