3 Replies Latest reply on Oct 2, 2014 1:46 PM by davidj

    Avoid logging "com.arjuna.ats.internal.jta.transaction.arjunacore.lastResource.multipleWarning" messages

    davidj

      We have a legacy application running on JBoss 4.2.3 and the server log file is overrun with:

       

      [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.transaction.arjunacore.lastResource.multipleWarning] [com.arjuna.ats.internal.jta.transaction.arjunacore.lastResource.multipleWarning] Multiple last resources have been added to the current transaction. This is transactionally unsafe and should not be relied upon. Current resource is org.jboss.resource.connectionmanager.TxConnectionManager$LocalXAResource@65a6bc76

       

      messages.  At this point, I don't care how or why this message is being logged; I JUST WANT IT GONE!

       

      It is becoming a major problem due to the shear volume (we have several nodes).

       

      Can someone please explain the steps to prevent this message from being logged?

       

      Thanks.