@@ -148,6 +148,13 @@ is hosted outside of the Kubernetes cluster, then:
148
148
This can significantly speedup connection creation for EJB and JMS clients.
149
149
See [ Configuring WebLogic Server affinity load balancing algorithms] ( #configuring-weblogic-server-affinity-load-balancing-algorithms ) .
150
150
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
+
151
158
If a WebLogic EJB or JMS resource is hosted outside of
152
159
a Kubernetes cluster, and the EJB or JMS applications
153
160
that call the resource are located within the cluster, then:
@@ -164,6 +171,11 @@ that call the resource are located within the cluster, then:
164
171
This can significantly speedup tunneling connection creation for EJB and JMS clients.
165
172
See [ Configuring WebLogic Server affinity load balancing algorithms] ( #configuring-weblogic-server-affinity-load-balancing-algorithms ) .
166
173
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
+
167
179
{{% notice note %}}
168
180
All DNS addresses must be 'DNS-1123' compliant;
169
181
this means that any DNS names created using the name of a service,
0 commit comments