Author: ay
Date: Thu Jun 21 13:08:07 2012
New Revision: 822637
Log:
add optional db-reconnect attributes in wsrm-manager.xsd
Modified:
websites/production/cxf/content/schemas/configuration/wsrm-manager.xsd
Modified: websites/production/cxf/content/schemas/configuration/wsrm-manager.xsd
==============================================================================
--- websites/production/cxf/content/schemas/configuration/wsrm-manager.xsd
(original)
+++ websites/production/cxf/content/schemas/configuration/wsrm-manager.xsd Thu
Jun 21 13:08:07 2012
@@ -192,6 +192,22 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
+ <xs:attribute name="initialReconnectDelay" type="xs:long">
+ <xs:annotation>
+ <xs:documentation>
+ The initialy delay before attempting to reconnect to the
database. The subsequent
+ delay follows the exponential backoff algorithm.
+ </xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
+ <xs:attribute name="maxReconnectAttempts" type="xs:int">
+ <xs:annotation>
+ <xs:documentation>
+ The maximum number of attemps taken to reconnect to the
database after a connection error.
+ The value of 0 indicates no attempt, while a negative value
indicates no limit.
+ </xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>