You are responsible for configure a WebLogic domain to support an order processing
application. This application will communicate with multiple JDBBC data sources to fulfill
each customer order. To maintain data integrity across these databases, work will be
performed within a global transaction. However, you have learned that one of the data
sources in the transaction does not have an XA driver. Which option should you select on
this non-XA data source to ensure that orders are still processed as global transactions?
A.
Pinned to Thread
B.
Test connection on Reserve
C.
Logging connections on Resource
D.
IgnoreHeuristics
E.
One phase commit
B, C
“Which option” is single, 1 answer: B