BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
The transaction mechanism used by IIOP invocations. The default
 is the Object Transaction Service (OTS) required by J2EE 1.3.

 


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

Model
<tx-mechanism>

</tx-mechanism>

Source
<xs:element minOccurs="0" name="tx-mechanism" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="OTS"/>
<xs:enumeration value="JTA"/>
<xs:enumeration value="OTSv11"/>
<xs:enumeration value="none"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation