BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element transaction-timeout

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

Documentation
The amount of time, in seconds, that the transaction manager
 waits for each transaction before timing it out.


  - 


Transaction timeouts are used when the QOS (quality of service)
 for a messaging bridge instance requires transactions.



  - 


If a bridge is configured with Exactly-once QOS, the
 receiving and sending is completed in one transaction.
Properties
This component is not nillable.

Model
<transaction-timeout>

</transaction-timeout>

Source
<xs:element minOccurs="0" name="transaction-timeout" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2147483647"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation