Loading...
Select Version
The value XATransaction
is set as the transaction support level for the BeanConnect resource adapter in the file weblogic-ra.xm
. Since communication via UPIC connections is not possible in a distributed transaction, it is advisable, when using Oracle WebLogic Server as application server, to overwrite this attribute for the connection factories in the file weblogic-ra.xml
.
transaction-support
The transaction support level of a connection factory is described in the sub-element <transaction-support>
of a <connection-instance>
in the file weblogic-ra.xml
. For UPIC connections, you should specify the value NoTransaction
here.
Example: |
|