BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element transactional

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

Documentation
Specifies whether this Tuxedo queuing bridge should use
 transactions when retrieving messages from a source location and
 when placing messages on a target location.



A value of YES means that transactions are used for
 both operations; a value of NO means that transactions
 are not used for either operation.



Note: Transactional is not supported in this release.
Properties
This component is not nillable.

Model
<transactional>

</transactional>

Source
<xs:element minOccurs="0" name="transactional" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Yes"/>
<xs:enumeration value="No"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation