BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
The transaction abandon timeout seconds for transactions in the
 second phase of the two-phase commit (prepared and later).



During the second phase of the two-phase commit process, the
 transaction manager will continue to try to complete the
 transaction until all resource managers indicate that the
 transaction is completed. Using this timeout, you can set the
 maximum time that a transaction manager will persist in attempting
 to complete a transaction during the second phase of the
 transaction. After the abandon transaction timer expires, no
 further attempt is made to resolve the transaction. If the
 transaction is in a prepared state before being abandoned, the
 transaction manager will roll back the transaction to release any
 locks held on behalf of the abandoned transaction.

 


 Default: 86400
Properties
This component is not nillable.

Model
<abandon-timeout-seconds>

</abandon-timeout-seconds>

Source
<xs:element minOccurs="0" name="abandon-timeout-seconds" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<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