Software Engineer working on WebLogic Server
WebLogic Server JTA service migration allows for in-progress transactions that are coordinated by a clustered server that fails to be recovered and resolved by another cluster member. This capability helps to resolve transactions quickly, potentially reducing the amount of time that resource manager locks are held that could impede other transactions. There are two types of clusters supported by WebLogic Server, configured and dynamic. Configured clusters consist...
WebLogic Server JTA service migration allows for in-progress transactions that are coordinated by a clustered server that fails to be recovered and resolved by another cluster member. This capability...
This blog post describes WebLogic Server global transactions running in a Kubernetes environment. First, we’ll review how the WebLogic Server Transaction Manager (TM) processes distributed transactions. Then, we’ll walk through an example transactional application that is deployed to WebLogic Server domains running in a Kubernetes cluster with the WebLogic Kubernetes Operator. WebLogic Server Transaction Manager Introduction The WebLogic Server Transaction Manager (TM) is...
This blog post describes WebLogic Server global transactions running in a Kubernetes environment. First, we’ll review how the WebLogic Server Transaction Manager (TM) processes distributed...