BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element iiop-tx-mechanism

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
Configures IIOP propagate transactions using either 
 WebLogic-specific JTA or the OMG-specified OTS.


 It is not possible
 to use both because it affects the way transactions are
 negotiated.

 


 Default: "ots"
Properties
This component is not nillable.

Model
<iiop-tx-mechanism>

</iiop-tx-mechanism>

Source
<xs:element minOccurs="0" name="iiop-tx-mechanism" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ots"/>
<xs:enumeration value="jta"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation