BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element unregister-resource-grace-period

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

Documentation
The grace period (number of seconds) that the transaction manager waits
 for transactions involving the resource to complete
 before unregistering a resource. The grace period can help minimize 
 the risk of abandoned transactions because of an unregistered resource, such as a 
 JDBC data source module packaged with an application.



During the specified grace period, the unregisterResource call will block
 until the call can return, and no new transactions
 are started for the associated resource. If the number of
 outstanding transactions for the resource goes to 0, the unregisterResource
 call returns immediately.



At the end of the grace period, if there are still outstanding transactions associated 
 with the resource, the unregisterResource call returns and a log message is written on the server
 on which the resource was previously registered.


 


 Default: 30
Properties
This component is not nillable.

Model
<unregister-resource-grace-period>

</unregister-resource-grace-period>

Source
<xs:element minOccurs="0" name="unregister-resource-grace-period" 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