Author: ay
Date: Wed Aug 7 17:12:09 2013
New Revision: 873348
Log:
[CXF-5187] Use a negative value of maxRetries to indicate unbounded retries in
WS-RM
Modified:
websites/production/cxf/content/schemas/configuration/wsrm-manager-types.xsd
Modified:
websites/production/cxf/content/schemas/configuration/wsrm-manager-types.xsd
==============================================================================
---
websites/production/cxf/content/schemas/configuration/wsrm-manager-types.xsd
(original)
+++
websites/production/cxf/content/schemas/configuration/wsrm-manager-types.xsd
Wed Aug 7 17:12:09 2013
@@ -197,11 +197,11 @@
</xs:complexType>
<xs:complexType name="RetryPolicyType">
- <xs:attribute name="maxRetries" type="xs:int" use="optional"
default="0">
+ <xs:attribute name="maxRetries" type="xs:int" use="optional"
default="-1">
<xs:annotation>
<xs:documentation>
The maximum number of retries of a message.
- A value of 0 means the number is unbound.
+ A negative value means the number is unbound.
</xs:documentation>
</xs:annotation>
</xs:attribute>