13.9.2Oracle WebLogic Server
On WebLogic Server 9.0 or above, you typically would use theWebLogicJtaTransactionManager
instead of the stockJtaTransactionManager
class. This special WebLogic-specific subclass of the normalJtaTransactionManager
supports the full power of Spring’s transaction definitions in a WebLogic-managed transaction environment, beyond standard JTA semantics: Features include transaction names, per-transaction isolation levels, and proper resuming of transactions in all cases.