QuestionQ43

Configuring and Monitoring WebLogic Server

You are diagnosing Java Transaction API (JTA) transactions.

Which optional transaction attribute does the WebLogic Server extension to JTA provide to make troubleshooting easier?

  • A a name
  • B an ID
  • C the status of "marked for rollback"
  • D a status
Explanation

WebLogic JTA supports a transaction name through its extended weblogic.transaction.Transaction interface. The name identifies a transaction type in exceptions and log files, making transactions easier to distinguish during troubleshooting.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!