@@ -148,6 +148,13 @@ is hosted outside of the Kubernetes cluster, then:
148148 This can significantly speedup connection creation for EJB and JMS clients.
149149 See [ Configuring WebLogic Server affinity load balancing algorithms] ( #configuring-weblogic-server-affinity-load-balancing-algorithms ) .
150150
151+ - __ JTA NOTE__ : The operator does not directly support external WebLogic JTA access
152+ to a Kubernetes hosted WebLogic cluster. This is because external JTA access
153+ requires each server in a cluster to be individually addressable,
154+ but this conflicts with the current operator requirement that
155+ a network channel in a cluster have the same port across all servers in the cluster.
156+ If this is a requirement, then contact the WebLogic Kubernetes Operator team for potential solutions.
157+
151158If a WebLogic EJB or JMS resource is hosted outside of
152159a Kubernetes cluster, and the EJB or JMS applications
153160that call the resource are located within the cluster, then:
@@ -164,6 +171,11 @@ that call the resource are located within the cluster, then:
164171 This can significantly speedup tunneling connection creation for EJB and JMS clients.
165172 See [ Configuring WebLogic Server affinity load balancing algorithms] ( #configuring-weblogic-server-affinity-load-balancing-algorithms ) .
166173
174+ - __ JTA NOTE__ : WebLogic does not directly support JTA access to a cluster that is exposed
175+ using a single port. This is because external JTA requires each server in a cluster
176+ to be individually addressable.
177+ If this is a requirement, then contact the WebLogic Kubernetes Operator team for potential solutions.
178+
167179{{% notice note %}}
168180All DNS addresses must be 'DNS-1123' compliant;
169181this means that any DNS names created using the name of a service,
0 commit comments