BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element before-completion-iteration-limit

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

Documentation
The maximum number of cycles that the transaction manager will
 perform the beforeCompletion synchronization callback for
 this WebLogic Server domain.



Nothing prevents a Synchronization object from registering
 another during beforeCompletion, even those whose
 beforeCompletions have already been called. For
 example, an EJB can call another in its ejbStore()
 method. To accommodate this, the transaction manager calls all
 Synchronization objects, then repeats the cycle if new ones have
 been registered. This count sets a limit to the number of cycles
 that can happen.

 


 Default: 10
Properties
This component is not nillable.

Model
<before-completion-iteration-limit>

</before-completion-iteration-limit>

Source
<xs:element minOccurs="0" name="before-completion-iteration-limit" 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